saquery.com
a web developer' s kung fu…
getMovingJQuery
Categories:
A JQuery WordPress Plugin:
This WordPress Plugin provides a very easy way to load jQuery and jQuery UI with the basic CSS theme layout from Google CDN without using your traffic. It turns your blog into a full featured JQuery and JQuery UI WordPress blog.

Javascript example Code:


function invokeDemo(){
	$(this).parents('div:first').animate({ 
		width: ['toggle', 'swing'], 
		height: ['toggle', 'swing'], 
		opacity: 'toggle' }, 5000, 'linear', function() { 
			$(this).after(' <div>Animation complete.</div> <p>').dialog({'modal':true,title:'JQuery ON','width':600,'height':400}); 
	});
}


HTML example Code:
<a href="javascript:void(0);" onclick="invokeDemo();">Try it.</a>
Do you want to know more? Try it. How Does it Work? WordPress Plugin Dowload

Vote this page

3 Comments to “getMovingJQuery”

  1. jo says:

    In fact, a nice way to quickly implement some JQuery examples.
    Thanks for sharing this!

  2. paula says:

    I like it. its easy and works for me.

  3. dan says:

    This the way I like. Installed, activated and it works like a charm.

    Nice idea to load Javascript library from CDN.

    I definitely will never uninstall this plugin! (:

Leave a Reply