JQuery Links

From Vandelay Wiki
Jump to: navigation, search
 
Line 4: Line 4:
 
http://www.jquery-tutorial.net/introduction/what-is-jquery/<br />
 
http://www.jquery-tutorial.net/introduction/what-is-jquery/<br />
 
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
 
in place editors
Line 9: Line 13:
 
*http://www.staticvoid.info/toggleEdit
 
*http://www.staticvoid.info/toggleEdit
 
*http://docs.jquery.com/Tutorials:Edit_in_Place_with_Ajax
 
*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