jQuery.preloadImages = function()
{
for(var i = 0; i<arguments.length; i++)
{
jQuery("<img>").attr("src", arguments[i]);
}
}
jQuery Background Position Effect - 0 views
rikrikrik: pager jQuery plug-in - 0 views
jQuery Plugin: highlightFade - 0 views
jQuery for JavaScript programmers - 0 views
JQuery: framework javascript - 0 views
JQuery Cycle Plugin - 0 views
::TexoTela:: jQuery - preload images - 0 views
jQuery Logging - 0 views
-
I’ve been having a lovely day at work, fiddling with jQuery. I started to come up with some really gnarly selector chains though, and I wondered what nodes they were actually addressing. So, I wrote a tiny jQuery extension that logs the current jQuery selection to the firebug console. jQuery.fn.log = function (msg) { console.log("%s: %o", msg, this); return this; }; Now, I can just stuff a call to .log() in the middle of what I’m doing to see what I’m currently addressing. e.g. $(root).find('li.source > input:checkbox').log("sources to uncheck").removeAttr("checked"); The nice thing about logging to firebug is that each node becomes clickable in the console, so you can immediately see the context.
jQuery Sliding Panels - 0 views
XML.com: jQuery and XML - 0 views
-
<xhtml:script xmlns:xhtml="http://www.w3.org/1999/xhtml" src="http://www.xml.com/jquery.js" type="application/javascript"/> <xhtml:script xmlns:xhtml="http://www.w3.org/1999/xhtml" src="http://www.xml.com/designers.js" type="application/javascript"/>
jQuery Splitter Plugin - 0 views
jQuery Plugin -- jTagging - 0 views
-
This is a lightweight jQuery plugin which makes user input a tag more easily.
Encode HTML entities with jQuery - 0 views
-
$('<div/>').text('This is fun & stuff').html(); // evaluates to "This is fun &amp; stuff"
Metadata | jQuery Plugins - 0 views
-
This plugin is capable of extracting metadata from classes, random attributes, and child elements
jQuery Grid Plugin - 0 views
Ingrid, the jQuery Datagrid. - 0 views
« First
‹ Previous
141 - 160 of 166
Next ›
Showing 20▼ items per page