Latest jQuery stories

jQuery HTML5 dataAttr Pseudo Selector(www.elijahmanor.com)

submitted by elijahmanorelijahmanor(1448) 18 days, 21 hours ago

A while back someone on twitter was asking me how they might find a set of DOM elements by using doing a partial search on their HTML5 data attribute... read more...

1 comment |category: |Views: 126

tags: another

Dynamically creating input fields on tab via CoffeeScript and JQuery(nizarnoorani.com)

submitted by noorani786noorani786(342) 1 month, 17 days ago

Code snippet to dynamically create input fields on tab via CoffeeScript and JQuery... read more...

2 comments |category: |Views: 85

tags: another

Asynchronous and synchronous flexibility with jQuery.when()(lostechies.com)

submitted by dpetersondpeterson(4397) 1 month, 29 days ago

Derick Bailey shows us how you can use jQuery to support both synchronous and asynchronous code, with the `$.when` function, and your code doesn’t have to care whether or not it’s async. read more...

add a comment |category: |Views: 196

tags: another

Using jQuery to Send Email with Web Services(blog.image0.com)

submitted by image0image0(189) 2 months, 8 days ago

Learn to validate forms and use AJAX POSTS to send out an email - all from jQuery read more...

add a comment |category: |Views: 159

tags: another

Build Facebook style infinite scroll with knockout.js and Last.fm API(www.strathweb.com)

submitted by rapackirapacki(55) 2 months, 8 days ago

Learn knockout.js by building a dynamic music history web app on top of Last.FM API, featuring FB/twitter style infinite scroll. read more...

add a comment |category: |Views: 226

tags: another

Find the jQuery Bug 6 - Traversing Trouble(www.elijahmanor.com)

submitted by elijahmanorelijahmanor(1448) 2 months, 15 days ago

In this open-ended series I'll be showcasing a snippet of buggy jQuery code that you might encounter, explain what the problem is, and then identify how you can easily resolve the issue. read more...

add a comment |category: |Views: 2

tags: another

Find the jQuery Bug 8 Suspicious Selectors(www.elijahmanor.com)

submitted by elijahmanorelijahmanor(1448) 2 months, 12 days ago

In this open-ended series I'll be showcasing a snippet of buggy jQuery code that you might encounter, explain what the problem is, and then identify how you can easily resolve the issue. read more...

add a comment |category: |Views: 23

tags: another

Find the jQuery Bug 7: Using a Method as an Event Handler(www.elijahmanor.com)

submitted by elijahmanorelijahmanor(1448) 2 months, 13 days ago

In this open-ended series I'll be showcasing a snippet of buggy jQuery code that you might encounter, explain what the problem is, and then identify how you can easily resolve the issue. read more...

add a comment |category: |Views: 28

tags: another

Maximize Your Chances of Caching Your jQuery(blog.bucketsoft.com)

submitted by BucketSoftBucketSoft(324) 2 months, 19 days ago

A couple lessons learned. 1. Use one of the popular CDN-hosted copies of jQuery. 2. Link to an exact version number. read more...

3 comments |category: |Views: 112

tags: another

Find the jQuery Bug 5: Defective Data(www.elijahmanor.com)

submitted by elijahmanorelijahmanor(1448) 2 months, 21 days ago

In this open-ended series I'll be showcasing a snippet of buggy jQuery code that you might encounter, explain what the problem is, and then identify how you can easily resolve the issue. read more...

add a comment |category: |Views: 22

tags: another

Introducing Wijmo, a feature-packed jQueryUI based widget library(codeclimber.net.nz)

submitted by simonechsimonech(10.1k) 2 months, 28 days ago

A introduction to Wijmo, a jQuery UI based component library, and the rational behind the decision of adopting it vs other component libraries read more...

add a comment |category: |Views: 229

tags: another

Enhancing the non-JavaScript user experience with jQuery UI and Fluqi(blog.toepoke.co.uk)

submitted by chittychitty(114) 3 months ago

Article outlining how to use the Fluqi (http://fluqi.apphb.com) library to give non-javascript users an improved online experience. read more...

1 comment |category: |Views: 142

tags: another

Using jQuery to tidy up missing Images Part 3 - Final Post(www.siphilp.co.uk)

submitted by siphilpsiphilp(919) 3 months, 3 days ago

This is the last post in the series of using jQuery to tidy up missing Images. Previously we’ve seen how to replace the missing images with an image of our choice and then we allowed users to report missing images. For this final post I’m showing the user a summary box that shows all images that are missing. read more...

add a comment |category: |Views: 74

tags: another

Using jQuery to tidy up missing Images Part 2(www.siphilp.co.uk)

submitted by siphilpsiphilp(919) 3 months, 4 days ago

Next post in this 3 part series. Allowing users to report missing images with jQuery. read more...

3 comments |category: |Views: 48

tags: another

Using jQuery to tidy up missing Images(www.siphilp.co.uk)

submitted by siphilpsiphilp(919) 3 months, 6 days ago

Clean up missing images with a couple of lines of jQuery goodness. read more...

3 comments |category: |Views: 158

tags: another

Dynamic Favicons using HTML5 Local Storage and TinyCon(deanhume.com)

submitted by deanomachinodeanomachino(764) 3 months, 18 days ago

I was perusing Github the other day and I came across this awesome little JavaScript library. It's called TinyCon and it's a small library for manipulating the favicon in your browser. It adds alert bubbles and changing images pretty similar to the way Gmail does. It's basically a really fun little library that allows you to add a notification bubble to your favicons. I started to play around with the code provided on Github and got up and running in no time. read more...

1 comment |category: |Views: 148

tags: another