| jquery Programming Glossary: eliminatingLatest jQuery version on Google's CDN http://stackoverflow.com/questions/12608242/latest-jquery-version-on-googles-cdn  1 year So by linking to jQuery this way you're actually eliminating one of the major reasons to use a CDN in the first place. http.. 
 How to properly unit test jQuery's .ajax() promises using Jasmine and/or Sinon? http://stackoverflow.com/questions/13148356/how-to-properly-unit-test-jquerys-ajax-promises-using-jasmine-and-or-sinon  part this new promises interface works like a dream and eliminating callback pyramids when using jQuery's .ajax is great. However.. 
 Jquery gets loaded only on page refresh in rails 4 application http://stackoverflow.com/questions/17881384/jquery-gets-loaded-only-on-page-refresh-in-rails-4-application  you clicked via AJAX and renders it on the same page thus eliminating the overhead of reloading assets JS and CSS . Try to make your.. 
 jQuery serialize does not register checkboxes http://stackoverflow.com/questions/3029870/jquery-serialize-does-not-register-checkboxes  differently to the way the browser does it then you're eliminating any chance of graceful degradation for your form. If you still.. 
 Why does jQuery load twice in my GreaseMonkey Script http://stackoverflow.com/questions/5876874/why-does-jquery-load-twice-in-my-greasemonkey-script  be copied once onto your local machine and run from there eliminating what can sometimes be a few seconds delay in your script's runtime... 
 Why does my FORM element have a random JQuery attribute? http://stackoverflow.com/questions/7150592/why-does-my-form-element-have-a-random-jquery-attribute  functionality either you could easily resolve this by just eliminating this feature. Modify the code to set jQuery.expando to some.. 
 When is it acceptable to use jQuery? [closed] http://stackoverflow.com/questions/716403/when-is-it-acceptable-to-use-jquery  repository where it might already be cached on the client eliminating the extra hefty request You don't have to deal with common cross.. 
 Phonegap / jquery mobile slide transition not workign properly on first call http://stackoverflow.com/questions/8095889/phonegap-jquery-mobile-slide-transition-not-workign-properly-on-first-call  few references http blogs.bytecode.com.au glen 2011 07 14 eliminating annoying flicker transitions with.html Flickering when navigating.. 
 Latest jQuery version on Google's CDN http://stackoverflow.com/questions/12608242/latest-jquery-version-on-googles-cdn  http ajax.googleapis.com ajax libs jquery 1.7.1 jquery.min.js 1 year So by linking to jQuery this way you're actually eliminating one of the major reasons to use a CDN in the first place. http code.jquery.com jquery latest.min.js may not always give.. 
 How to properly unit test jQuery's .ajax() promises using Jasmine and/or Sinon? http://stackoverflow.com/questions/13148356/how-to-properly-unit-test-jquerys-ajax-promises-using-jasmine-and-or-sinon  clauses .always function  some always clauses  For the most part this new promises interface works like a dream and eliminating callback pyramids when using jQuery's .ajax is great. However I cannot for the life of me figure out how to properly test.. 
 Jquery gets loaded only on page refresh in rails 4 application http://stackoverflow.com/questions/17881384/jquery-gets-loaded-only-on-page-refresh-in-rails-4-application  page refresh. Turbolinks fetches the contents of the link you clicked via AJAX and renders it on the same page thus eliminating the overhead of reloading assets JS and CSS . Try to make your page work with it. Using the library in the previous paragraph.. 
 jQuery serialize does not register checkboxes http://stackoverflow.com/questions/3029870/jquery-serialize-does-not-register-checkboxes  in mind that if the way JavaScript serializes form data behaves differently to the way the browser does it then you're eliminating any chance of graceful degradation for your form. If you still absolutely need to do it just use a select box with Yes No.. 
 Why does jQuery load twice in my GreaseMonkey Script http://stackoverflow.com/questions/5876874/why-does-jquery-load-twice-in-my-greasemonkey-script  jquery.min.js into your script's metadata block. jQuery will be copied once onto your local machine and run from there eliminating what can sometimes be a few seconds delay in your script's runtime. And such scripts can run in Chrome if you use one of.. 
 Why does my FORM element have a random JQuery attribute? http://stackoverflow.com/questions/7150592/why-does-my-form-element-have-a-random-jquery-attribute  jQuery on the same page and I suspect you don't need this functionality either you could easily resolve this by just eliminating this feature. Modify the code to set jQuery.expando to some hard coded value like 'jquery' instead of a random number and.. 
 When is it acceptable to use jQuery? [closed] http://stackoverflow.com/questions/716403/when-is-it-acceptable-to-use-jquery  Always Using jQuery You can reference jQuery from Google's repository where it might already be cached on the client eliminating the extra hefty request You don't have to deal with common cross browser issues as they are already taken care of You enjoy.. 
 Phonegap / jquery mobile slide transition not workign properly on first call http://stackoverflow.com/questions/8095889/phonegap-jquery-mobile-slide-transition-not-workign-properly-on-first-call  CSS .ui page webkit backface visibility hidden Here are a few references http blogs.bytecode.com.au glen 2011 07 14 eliminating annoying flicker transitions with.html Flickering when navigating between pages https forum.jquery.com topic performance.. 
 |