[jQuery] Re: Jquery Live search

2009-02-17 Thread Varun Khatri
ANY IDEA... ANY HINT WILL BE APPRECIATED? Thanks Varun On Tue, Feb 17, 2009 at 2:00 PM, varun khatri.vk1...@gmail.com wrote: Hi It seems I am doing something wrong in here... But cant figure out... Please help me with this: The jquery Live Search only works on 1 page and not the entire

[jQuery] Re: Jquery Live search

2009-02-17 Thread Varun Khatri
...@gmail.com wrote: Are you loading the other pages with ajax? http://docs.jquery.com/Frequently_Asked_Questions#Why_do_my_events_stop_working_after_an_AJAX_request.3F On Tue, Feb 17, 2009 at 7:36 PM, Varun Khatri khatri.vk1...@gmail.com wrote: ANY IDEA... ANY HINT WILL BE APPRECIATED? Thanks

[jQuery] Re: Jquery Live search

2009-02-17 Thread Varun Khatri
, 2009 at 6:34 PM, Varun Khatri khatri.vk1...@gmail.comwrote: Many thanks to reply!! I am using table sorter plugin with pager plugin and on this table I am using live search plugin... I will read the article that you just sent Just in case if you can suggest something else

[jQuery] Re: Jquery Live search

2009-02-17 Thread Varun Khatri
that ? Thanks Varun On Tue, Feb 17, 2009 at 8:31 PM, brian bally.z...@gmail.com wrote: I'm not familiar with those plugins. But, if you are refreshing the content using ajax then that's the problem. On Tue, Feb 17, 2009 at 10:40 PM, Varun Khatri khatri.vk1...@gmail.com wrote: also I would like

[jQuery] Re: Is this bug in IE or ui tabs

2009-02-06 Thread Varun Khatri
any ideas ? On Thu, Feb 5, 2009 at 5:56 PM, Varun Khatri khatri.vk1...@gmail.comwrote: I am using a function like : $('.ui-tabs-nav').bind('tabsselect', function(event, ui) { $(input[rel='currentTab']).val(ui.index); $(#example div.ui-tabs-panel).empty(); }); It just

[jQuery] Re: Is this bug in IE or ui tabs

2009-02-05 Thread Varun Khatri
I am using a function like : $('.ui-tabs-nav').bind('tabsselect', function(event, ui) { $(input[rel='currentTab']).val(ui.index); $(#example div.ui-tabs-panel).empty(); }); It just removes everything from tab , buttons , textbox , table everything... I want that when I click on

[jQuery] Re: validation plugin and ui tabs

2009-02-04 Thread Varun Khatri
I was checking it on the link that you sent me , so do you think I need it to have form tag seperately in each tab ... and then use it or I can just use aspnetForm... The problem is how in each tab i will have different validation ... Like tab1 will have textbox1 and submitbutton1...tab2 will

[jQuery] Re: Table sorter and pager problem

2009-01-19 Thread Varun Khatri
Thanks for the reply... But I am using plugin table sorter... where should I put empty text replacer... dint quite get you ? Here is the code: $(.tablesorter) .tablesorter({widthFixed: true, widgets: ['zebra']}) .tablesorterPager({container: $(#pager)}) $(.tablesorter).each(function()

[jQuery] Re: Jquery tablesorter problem

2009-01-12 Thread Varun Khatri
Can I also use table sorter with datagrid control? Thanks Varun On Mon, Jan 12, 2009 at 4:26 AM, MorningZ morni...@gmail.com wrote: in the runat=server version, put alert($(#+serverIdPrefix+table1).length)); right before the tablesorter line believe me, as a .NET programmer myself,

[jQuery] Re: Jquery tablesorter problem

2009-01-12 Thread Varun Khatri
knows the reason. On Mon, Jan 12, 2009 at 9:09 AM, Varun Khatri khatri.vk1...@gmail.comwrote: Can I also use table sorter with datagrid control? Thanks Varun On Mon, Jan 12, 2009 at 4:26 AM, MorningZ morni...@gmail.com wrote: in the runat=server version, put alert

[jQuery] Re: Jquery tablesorter problem

2009-01-12 Thread Varun Khatri
alert($(#+serverIdPrefix+table1).length)); This returns 1 I dint get it Plz help Thanks Varun On Mon, Jan 12, 2009 at 4:26 AM, MorningZ morni...@gmail.com wrote: in the runat=server version, put alert($(#+serverIdPrefix+table1).length)); right before the tablesorter line

[jQuery] Re: Jquery tablesorter problem

2009-01-12 Thread Varun Khatri
then still reports 1 you've selected the table correctly using jQuery, else you have to check your id. also your example implies, that the serverIdPrefix is not used. Check if html corresponds to your javascript on that. best regards, lukas pitschl Am 12.01.2009 um 20:21 schrieb Varun

[jQuery] Re: Jquery tablesorter problem

2009-01-12 Thread Varun Khatri
, lukas pitschl Am 12.01.2009 um 20:21 schrieb Varun Khatri: alert($(#+serverIdPrefix+table1).length)); This returns 1 I dint get it Plz help Thanks Varun On Mon, Jan 12, 2009 at 4:26 AM, MorningZ morni...@gmail.com wrote: in the runat=server version, put

[jQuery] Re: Jquery tablesorter problem

2009-01-12 Thread Varun Khatri
... :( Thanks Varun On Mon, Jan 12, 2009 at 12:26 PM, MorningZ morni...@gmail.com wrote: What happens with: $(.tablesorter) .tablesorter({widthFixed: true, widgets: ['zebra']}) .tablesorterPager({container: $(#pager)}) On Jan 12, 3:11 pm, Varun Khatri khatri.vk1...@gmail.com wrote

[jQuery] Re: [ definition css in other file ]

2009-01-11 Thread Varun Khatri
make a .css file like test.css and use it like: link href=test.css rel=stylesheet type=text/css / hope this helps!! On Sun, Jan 11, 2009 at 3:56 PM, Lord Gustavo Miguel Angel goosfanc...@gmail.com wrote: Hello all! I have this .html - script language=JavaScript

[jQuery] Re: [ definition css in other file ]

2009-01-11 Thread Varun Khatri
i dint get you ? tell what is the problem? On Sun, Jan 11, 2009 at 3:05 PM, goosfancito goosfanc...@gmail.com wrote: thank´s but i before do this link href=test.css rel=stylesheet type=text/css / but don´t... On 11 ene, 19:59, Varun Khatri khatri.vk1...@gmail.com wrote: make a .css

[jQuery] Re: [ definition css in other file ]

2009-01-11 Thread Varun Khatri
send file with name style.txt) my problem: how i do to use index.html and style.css and jQuery? - Original Message - *From:* Varun Khatri khatri.vk1...@gmail.com *To:* jquery-en@googlegroups.com *Sent:* Sunday, January 11, 2009 8:45 PM *Subject:* [jQuery] Re: [ definition css

[jQuery] Re: [ definition css in other file ]

2009-01-11 Thread Varun Khatri
=contenidos h3Parte del contenido/h3 pEscoger del menu/p /div /body it no work - Original Message - *From:* Varun Khatri khatri.vk1...@gmail.com *To:* jquery-en@googlegroups.com *Sent:* Sunday, January 11, 2009 9:03 PM *Subject:* [jQuery] Re: [ definition css