Latest jQuery stories

Microsoft and jQuery(www.west-wind.com)

submitted by jch0001jch0001(145) 1 year, 6 months ago

Microsoft & jQuery read more...

add a comment |category: |Views: 468

tags: another

Using ModelMetaData in MVC 2 to wire up sweet jQuery awesomeness(www.lostechies.com)

submitted by misbaharefinmisbaharefin(845) 1 year, 7 months ago

I recently came up with an approach to wiring up some jquery plugins that modify the behavior of standard input text boxes. The approach is not original by any means.I got the idea from the built in client side validation for MVC2, which was inspired by Steve Sanderson's xVal framework. read more...

add a comment |category: |Views: 164

tags: another

jQuery 1.4.3 & jQuery Mobile Released(yobriefcase.posterous.com)

submitted by kouphaxkouphax(345) 1 year, 7 months ago

Having had the chance to play around with these already here are a few of the highlights that I think are worth mentioning. read more...

add a comment |category: |Views: 129

tags: another

jQuery Mobile alpha and jQuery 1.4.3 released(www.devcurry.com)

submitted by bungleboozbunglebooz(1132) 1 year, 7 months ago

A quick preview of the releases by the jQuery Team read more...

add a comment |category: |Views: 168

tags: another

How Good C# Habits can Encourage Bad JavaScript Habits: Part 1(enterprisejquery.com)

submitted by elijahmanorelijahmanor(1448) 1 year, 7 months ago

This is the first post in a multi-part series covering common mistakes C# developers tend to make when they first start writing JavaScript.Introduction Many people come to jQuery and believe that their knowledge of a previous classical language (C#, Java, etc) will help them be successful at client-side scripting. You can use your classical language skills to accomplish a large amount of functionality with jQuery. However, the more client-side code you write you will find yourself uncovering strange bug... read more...

1 comment |category: |Views: 427

tags: another

jTemplate, jQuery and JSON in ASP.NET(www.dotnetcurry.com)

submitted by pycckipyccki(357) 1 year, 8 months ago

jTemplate is a template engine plug-in for jQuery and is commonly used to display tabular data by binding objects to the template. Before using jTemplate, you must know how to use the jTemplate syntax. read more...

add a comment |category: |Views: 387

tags: another

Rotate Ads using jQuery and ASP.NET AdRotator Control(www.dotnetcurry.com)

submitted by bungleboozbunglebooz(1132) 1 year, 8 months ago

The ASP.NET AdRotator control is a useful control to randomly display advertisements on a webpage. However the ads in the adrotator control are rotated only when the user refreshes the page. In this article, we will use a single line of jQuery code to rotate ads using the adrotator control, at regular intervals and without refreshing the page. read more...

add a comment |category: |Views: 258

tags: another

Jquery Selecter for Simple Menu Example(geeksship.com)

submitted by lukeproitlukeproit(65) 1 year, 8 months ago

Hello Today I was writting "How make Menu active or none active when click" . This is very simple and can be quite robust with some simple Jquery. Here is an example of how to use. read more...

add a comment |category: |Views: 185

tags: another

7 jQuery Books for HTML, ASP.NET, PHP Developers and Designers(www.saffronstroke.com)

submitted by mopenmopen(3596) 1 year, 10 months ago

jQuery is one of the most popular JavaScript frameworks, and for a good reason. When I started learning jQuery, I always wondered how do I get started with it. I am sure this question ponders many! Although the web is full of learning resources, I always rely on buying and reading books to access new knowledge. This collection of jQuery books that I am sharing with you, have good reviews and are amongst the best jQuery books available in the market. read more...

add a comment |category: |Views: 389

tags: another

5 jQuery Calendar Plugins that can be used on Websites(www.devcurry.com)

submitted by mopenmopen(3596) 1 year, 11 months ago

Online calendars can be very useful to share and publish your schedules. One of the most common requests I receive from my jQuery readers is for of a good, free-to-use, jQuery Calendar control, similar to the Google Calendar, which can be added to a website or blog. Here are some of the freely available jQuery Calendar plugins, worth trying out read more...

add a comment |category: |Views: 532

tags: another

How to create a simple automatic image rotator using jQuery(www.burnmind.com)

submitted by guffshemrguffshemr(178) 1 year, 11 months ago

I’ll explain a simple way to create an automatic image rotator using jQuery. First have a look at the demo page to understand what we’re trying to accomplish. read more...

add a comment |category: |Views: 365

tags: another

Using jQuery to Find which ASP.NET Control caused a PostBack(www.devcurry.com)

submitted by mopenmopen(3596) 1 year, 11 months ago

Here’s a simple script that uses jQuery to find out which ASP.NET Button caused a postback. You can similarly implement this script for other ASP.NET Controls too read more...

add a comment |category: |Views: 278

tags: another

TextBox AutoComplete with ASP.NET and jQuery UI(www.dotnetcurry.com)

submitted by mopenmopen(3596) 1 year, 11 months ago

This article demonstrates how to use the jQuery UI AutoComplete widget to consume an ASP.NET Web Service that is JSON Serialized. read more...

1 comment |category: |Views: 732

tags: another

Localize the jQuery DatePicker Control in an ASP.NET Page (www.dotnetcurry.com)

submitted by paroaryaparoarya(285) 2 years ago

The jQuery UI DatePicker widget is highly configurable and full of features, and I use it in my applications whenever I can. In this article, we will see how to localize the DatePicker based on the value selected from an ASP.NET DropDownList. read more...

add a comment |category: |Views: 226

tags: another

Create a SlideShow with ASP.NET Panels using jQuery (www.dotnetcurry.com)

submitted by mopenmopen(3596) 2 years ago

This article demonstrates how to display ASP.NET Panels one after the other, and after a fixed duration, like a slide show. read more...

add a comment |category: |Views: 628

tags: another

A few thoughts on jQuery templating with jQuery.tmpl(encosia.com)

submitted by gt1329agt1329a(7849) 2 years ago

Some thoughts on the current state of the jQuery.tmpl plugin, and suggestions for making it better. read more...

add a comment |category: |Views: 413

tags: another