Hi Sangeeta, You need to put select in quotes. This is treating it as variable.
hope this will fix your problem. Regards, Deepak Oberoi. On Mon, Aug 17, 2009 at 12:44 AM, Sangeeta <[email protected]>wrote: > > Hi, > i want to call a javascript function, which will do post back and > call server side function to display records in grid my problem is > that i wrote following code: > > $(select).selectToUISlider({ > sliderOptions: { > stop: function(e,ui) { > alert(’stopped’); > } > } > }); > > but it gives me error: select is not declared, i dont knw what is the > problem!! > im new to jquery. > > > > -- Thanks & Regards, Deepak Oberoi, Sr. Web Developer, Smartbuzz. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "jQuery UI" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/jquery-ui?hl=en -~----------~----~----~----~------~----~------~--~---
