JQuery Links
From Vandelay Wiki
Artvandelay (Talk | contribs) |
Artvandelay (Talk | contribs) |
||
| 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]] | ||