Данило Кубай's Library tagged → View Popular
jQuery :random filter - Waldek Mastykarz
jQuery.jQueryRandom = 0;
jQuery.extend(jQuery.expr[":"],
{
random: function(a, i, m, r) {
if (i == 0) {
jQuery.jQueryRandom = Math.floor(Math.random() * r.length);
};
return i == jQuery.jQueryRandom;
}
});
jQuery Include | GNUCITIZEN
$.include('http://path/to/script1.js');
$.include('http://path/to/script2.js');
$(document).ready(function () {
// the files are loaded, so now you can use them...
});
elementReady: a jQuery plugin » Semicolon
elementReady calls a function during page load as soon as a specific element is available — even before the full DOM is loaded.
idTabs
jQuery idTabs
Sean Catchpole
* idTabs is simple and easy to use.
* It's not overloaded with features, it gets to the point.
Selected Tags
Related Tags
Sponsored Links
Top Contributors
Groups interested in jquery
-
jQuery
Items: 105 | Visits: 99
Created by: Jerome Degl'innocenti
-
Programming jQquery
Items: 26 | Visits: 253
Created by: Vincent Tsao
-
WebDev
Items: 1079 | Visits: 87
Created by: Tazem Zero
Diigo is about better ways to research, share and collaborate on information. Learn more »
Join Diigo
