JQuery Links

From Vandelay Wiki
Jump to: navigation, search
(Created page with "25 Powerful and Useful jQuery Tutorials - http://speckyboy.com/2009/03/11/25-powerful-and-useful-jquery-tutorials-for-developers-and-designers/<br /> 40 Useful jQuery Techinques ...")
 
 
Line 5: Line 5:
 
http://blogfreakz.com/cakephp/cakephp-jquery-autocomplete-tutorial/<br />
 
http://blogfreakz.com/cakephp/cakephp-jquery-autocomplete-tutorial/<br />
  
 +
http://www.noupe.com/ajax/37-more-shocking-jquery-plugins.html<br />
 +
http://www.noupe.com<br />
 +
http://markitup.jaysalvat.com/home/<br />
  
 +
in place editors
 +
*http://stackoverflow.com/questions/708801/whats-the-best-edit-in-place-plugin-for-jquery
 +
*http://www.staticvoid.info/toggleEdit
 +
*http://docs.jquery.com/Tutorials:Edit_in_Place_with_Ajax
 +
 +
<pre>
 +
$("#viewDisclaimer").toggle(
 +
      function(){
 +
        $("#disclaimer").css('display','');
 +
      },
 +
      function(){
 +
          $("#disclaimer").css('display','none');
 +
          }
 +
    );
 +
</pre>
 +
 +
 +
jquery Lightbox JS Gallery Android Style<br />
 +
 +
http://closure-library.googlecode.com/svn/docs/index.html<br />
 
----
 
----
 
Back to [[HTML]]
 
Back to [[HTML]]

Latest revision as of 19:35, 13 December 2011

Personal tools
Namespaces
Variants
Actions
Navigation
Toolbox