[jquery-ui] How to autoload data in a jqGrid while scroll

2010-04-26 Thread Rachana
Hi.Can any one help in auto loading data in a grid while scroll with an example? -- You received this message because you are subscribed to the Google Groups jQuery UI group. To post to this group, send email to jquery...@googlegroups.com. To unsubscribe from this group, send email to

[jquery-ui] Reverse the slider

2010-04-26 Thread Abyss
Can you help me reverse this slider. I need minimum value 2000 at top and maximum value 1 at bottom.. I am not able to achieve that. body style=font-size:80%; script type=text/javascript $(function() { $(#slider-range).slider({

[jquery-ui] Firefox $.get problems

2010-04-26 Thread CaptSisko
Hi guys, I have the following simple jquery code code $('#views-exposed-form-Filtering-page-1').attr('action', '#').submit( function(e){ alert('working'); $.get('http://www.mysite/my_ajax.php', function(xml){

[jquery-ui] Mama mia

2010-04-26 Thread Reporter
Mega huge... or not? http://go.teks.tv/157 -- You received this message because you are subscribed to the Google Groups jQuery UI group. To post to this group, send email to jquery...@googlegroups.com. To unsubscribe from this group, send email to jquery-ui+unsubscr...@googlegroups.com. For

[jquery-ui] Re: Firefox $.get problems

2010-04-26 Thread Roman
Try just alert('retrieved'); (without xml). How is this related to jQuery UI? On Apr 26, 5:59 am, CaptSisko adeod...@gmail.com wrote: Hi guys, I have the following simple jquery code code $('#views-exposed-form-Filtering-page-1').attr('action', '#').submit(         function(e){