Latest jQuery stories

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

submitted by deanomachinodeanomachino(705) 2 days, 3 hours 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: 85

tags: another

Regular Expressions in CoffeeScript are Awesome!(www.elijahmanor.com)

submitted by elijahmanorelijahmanor(1353) 3 days, 22 hours ago

Let's face it, regular expressions aren't for everyone. It takes a special breed of developer to actually enjoy writing regular expressions. Although I enjoy them, the developer that comes after me may find that they are cryptic and hard to read ... One of the very cool things I like about CoffeeScript is that you can annotate your regular expressions! read more...

1 comment |category: |Views: 138

tags: another

Differences Between jQuery .bind() vs .live() vs .delegate() vs .on()(www.elijahmanor.com)

submitted by elijahmanorelijahmanor(1353) 5 days, 22 hours ago

I've seen quite a bit of confusion from developers about what the real different is between the .bind(), .live(), .delegate(), and .on() methods are jQuery and when they should be used. read more...

2 comments |category: |Views: 237

tags: another

8 Most Popular jQuery Plugins of January 2012 (www.moretechtips.net)

submitted by MikeMoreMikeMore(294) 9 days, 12 hours ago

Last month developers were busy with jQuery and it is time to go through some of the most popular jQuery plugins they created in January 2012. read more...

add a comment |category: |Views: 11

tags: another

Jquery tabs postback problem and solution(csharpsimple.blogspot.com)

submitted by manudeamanudea(53) 11 days, 1 hour ago

I am using jquery library in my project and I use jquery-ui tabs. When a postback occurs in any tab, tabs reloaded and goes to first tab. Solution is... read more...

add a comment |category: |Views: 12

tags: another

How to Access jQuery's Internal Data(www.elijahmanor.com)

submitted by elijahmanorelijahmanor(1353) 11 days, 22 hours ago

One used to be able to access the internal events data and investiate what events are registered on any given element, but recently this internal information has been hidden... Thankfully, if you still need access to the internal data it is still accessible. read more...

add a comment |category: |Views: 115

tags: another

Find the jQuery Bug 3: Give Me Truth(www.elijahmanor.com)

submitted by elijahmanorelijahmanor(1353) 12 days, 22 hours 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: 48

tags: another

HTML5 File Drag and Drop Upload With jQuery and ASP.NET(midnightprogrammer.net)

submitted by prashantmx4prashantmx4(754) 14 days, 20 hours ago

A simple example - HTML5 File Drag and Drop with jQuery and ASP.NET read more...

add a comment |category: |Views: 5

tags: another

Select or Unselct all check Box in an ASP.Net grid view, using JQuery(www.shahidriaz.net)

submitted by sriaz81sriaz81(10) 16 days, 4 hours ago

Many websites require functionality for letting their site visitors to select and deselect all the rows in GridView using a single checkbox normally available in the header row. You may have seen the examples of such functionality in Yahoo Mail or Hotmail inbox where you can select all the emails by clicking the single Checkbox on top of the email's grid. In this tutorial, I will show you how you can provide this functionality in ASP.NET GridView control using few lines of JQuery code. read more...

add a comment |category: |Views: 3

tags: another

Find the jQuery Bug 2: Point of No Return(www.elijahmanor.com)

submitted by elijahmanorelijahmanor(1353) 17 days, 21 hours 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: 10

tags: another

Daily and Weekly Front-End Resources(freshbrewedcode.com)

submitted by elijahmanorelijahmanor(1353) 23 days, 22 hours ago

If you are anything like me, you love and thrive on what is new in the front-end world. What is the latest in HTML5 buzz, what is the newest library that will solve all my needs, what is that new jQuery plugin that will make my client drool, and things of the like. read more...

add a comment |category: |Views: 6

tags: another

jQuery Custom Events(corymathews.com)

submitted by CoryMathewsCoryMathews(20) 24 days, 17 hours ago

Using .trigger() and .triggerHandler() to create custom events in jQuery read more...

2 comments |category: |Views: 27

tags: another

How to Customize jQuery UI Autocomplete to Update Multiple Fields(jquery-with-asp.net)

submitted by ma4ti4ma4ti4(245) 1 month, 8 days ago

jQuery UI Autocomplete widget can be customized to update arbitrary number of fields. This tutorial presents end-to-end solution how to put it together with ASP.NET Webservice. read more...

add a comment |category: |Views: 3

tags: another

Formatting JavaScript Date(www.heartysoft.com)

submitted by ashicashic(160) 1 month, 10 days ago

Formatting DateTime in C# is dead simple – just call ToString() passing in the format string you desire. Doing the same in JavaScript is annoyingly cumbersome... read more...

add a comment |category: |Views: 4

tags: another

Apply CSS Style to the parent page based on condition in an IFrame con(www.isolutionteam.co.uk)

submitted by naveedkambohnaveedkamboh(254) 1 month, 27 days ago

I was given asn assignment to change theb back ground image of the parent page for a pop up window which as being opened using JQuery color box pluging. The pop up page was being opened in an iFrame (html tag). In Iframe we had a div with the Id and also we had the a Div with same name on parent page which was being added when pop up was comping up on the screen. read more...

add a comment |category: |Views: 3

tags: another

liteGrid is jQuery grid for Asp.Net Mvc(code.google.com)

submitted by pwhe23pwhe23(845) 1 month, 27 days ago

liteGrid is a lightweight, event-driven jQuery Grid/Table plug-in. Its loosely-coupled, extensible design makes it very easy to customize without requiring you to make cumbersome changes to complex code. The core of liteGrid provides very little functionality. It's power comes in the form of pluggable modules... read more...

add a comment |category: |Views: 273

tags: another