jQuery

There are 3 entries for the tag jQuery
Making a jQuery JSON Request to an ASP.NET Handler And Back

Technorati Tags: jQuery,ASP.NET,JSON Recently I was working on a small project where we wanted to make requests to go get some data and pass it back via XML or JSON to a jQuery control.  So I picked out  a control that I thought would work (as it had hooks there for init, load, and other callback slots) and then thought ok, how the hell am I going do this.  Having never really created my own or used any HttpHandler (.ashx) before, I found out that this would be the way to do this. The Goal:  Make XML or...

posted @ Tuesday, July 07, 2009 11:22 PM | Feedback (0)

jQuery Tabs Plugin with Images

Technorati Tags: jQuery The jQuery tabs is a nice plugin.  But depending on how creative your site is and how aesthetic it’s function needs to be, a lot of times you’re not going to use it as is because it simply looks like a “developer designed the tabs”.  So, to pretty up the tabs, you can simply set the images and then when you click just change out the image to show an active image using jQuery selectors. Here’s how I did it: <script type="text/javascript"> $(function() { ...

posted @ Saturday, May 02, 2009 8:25 PM | Feedback (14)

jQuery Link Repository

Technorati Tags: jQuery      As I start on my venture to really start using jQuery a lot more outside of simple form validation, I wanted to share some really great links I found lately that once again got me fired up about jQuery.  This is part of my initial research into more jQuery as we’re going to be using it extensively in our new redesign for the .com I am working at so might as well dig more in now. ...

posted @ Saturday, March 21, 2009 1:43 AM | Feedback (14)