Saturday, March 10, 2018

current problem

  1. html
  2. css
  3. javascript
  4. json
  5. bootstrap
  6. jquery
    1. parse.JSONresponse.error
    2.  $post
    3. $each
    4. event.preventdefault
    5. window.location.href = serverContext + "login?message=" + data.responseJSON.message;
    6. $.each( errors, function( index,item ){
                      $("#globalError").show().append(item.defaultMessage+"<br/>");
                  });
    7. /*<![CDATA[*/
    8. /*]]>*/ 
    9. th:inline="javascript"
    10.  
    11. $(":password").keyup(function(){
              if($("#password").val() != $("#matchPassword").val()){
                  $("#globalError").show().html(/*[[#{PasswordMatches.user}]]*/);
              }else{
                  $("#globalError").html("").hide();
              }
          });
    12. .fail() method
      1. is it chaining ie fail getting called after post?
    13.  https://api.jquery.com/deferred.fail/
  7. flow of execution in jquery
  8. javascript debugging
  9. jquery debugging
  10.  setting breakpoints in jquery

  11.  

No comments:

Post a Comment