[jQuery] Code not working on IE7 (Please Help)

2009-10-13 Thread vipin
Hi all, This code is not working on IE7 but it working fine on firefox. give me some advice $.getJSON('LoadCities.ashx?StateID=' + StateID, function(cities) { $.each(cities, function() { //alert(this['City']);

[jQuery] jquery offline Help document

2009-09-06 Thread vipin
Hi all, How can i get jquery API offline help document. Please help. Thanks,

[jQuery] How 2 Find Control

2009-07-03 Thread vipin
Hi all, I am new in jquery.I have one problem.in my project i have a and in this div i have lots of textbox or input box (type :text). Can any body give me some code to find these control and get there value. Thanks