Skip to main content

Home/ Groups/ jquery
1More

Working with HTML Fragments in jQuery - 0 views

  •  
    When you are working in jQuery with generated HTML fragments that are returned from AJAX, It is interesting to note these cases..
1More

42 jQuery Experts to Follow on Twitter - 1 views

  •  
    Ever wondered who is behind jQuery? Are you looking for jQuery geek to follow on Twitter? check out this extensive list. It includes jQuery team members, project contributors, book authors, bloggers, speakers, entrepreneurs, web developers and designers.
1More

jQuery Helper - Komodos Medias Star-Rater - 0 views

  • jQuery Ajax Rater Plugin
1More

::TexoTela:: jQuery - preload images - 0 views

  • jQuery.preloadImages = function() { for(var i = 0; i<arguments.length; i++) { jQuery("<img>").attr("src", arguments[i]); } }
1More

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"/>
1More

Encode HTML entities with jQuery - 0 views

  • $('<div/>').text('This is fun & stuff').html(); // evaluates to "This is fun & stuff"
1More

Metadata | jQuery Plugins - 0 views

shared by lilin_fr on 15 Oct 07 - Cached
  • This plugin is capable of extracting metadata from classes, random attributes, and child elements
1More

Mozilla Firefox - 0 views

  • A jQuery plugin to provide some functionality to add corners to html elements (blocks only, currently).
1More

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.
1More

jQuery Plugin -- jTagging - 0 views

  • This is a lightweight jQuery plugin which makes user input a tag more easily.
« First ‹ Previous 41 - 60 Next › Last »
Showing 20 items per page