[jQuery] Autocomplete: highlight is not working if the result contains escaped html characters

2009-11-02 Thread varun shankar
I have textfield where I am using the autocomplete. I want to allow users to use html in the input . And while outputting the result I am escaping the html. Now there is an issue if I use the default highlight feature of the autocomplete plugin. If the result contains escaped html characters,

[jQuery] Autocomplete plugin: Google Chrome - Focus issue with the scrollbar

2009-08-28 Thread varun shankar
I am using jQuery 1.3.2. There is an input field in a form. Clicking on the input field opens a div as a dropdown. The div contains a list of items. As the list size is large there is a vertical scrollbar in the div. There is a blur event on the input field, to close the drop down when clicked

[jQuery] set the gap of start and end date in datepicker

2009-05-25 Thread varun
this where it should not allow end date more then 60 days from start date.. Thanks Varun

[jQuery] Jquery Live search

2009-02-17 Thread varun
search only searches on the page that I am seeing currently and not in entire table... any solution to this ? Thanks Varun

[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
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 Thanks Varun On Tue, Feb 17, 2009 at 5:44 PM, brian bally.z

[jQuery] Re: Jquery Live search

2009-02-17 Thread Varun Khatri
also I would like to tell you, its not that on clicking the pager it stops working... but the problem is it works only on the records which are on 1 page ... and not on wntire table so I dont know if binding it will work what is your opinion ? Please tell? Thanks Varun On Tue, Feb 17

[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] Table sorter pager and live search problem

2009-02-16 Thread varun
: $(#pager) }) Plz help! Thanks Varun

[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] Is this bug in IE or ui tabs

2009-02-05 Thread varun
... But if I do the same stuff in firefox, it works . Can some one please advise ? Thanks Varun

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

2009-02-05 Thread Varun Khatri
on some tab the controls belonging to that tab should be visible... Any idea ? Thanks Varun On Thu, Feb 5, 2009 at 4:12 PM, James james.gp@gmail.com wrote: Are your tabs AJAX? I had a similar issue, but it didn't work in Firefox also. Apparently this occurred for me because everytime you

[jQuery] Validation Plugin

2009-02-04 Thread varun
even if it is there and somebody submits the form , validation plugin should work? Thanks Varun

[jQuery] Re: validation plugin and ui tabs

2009-02-04 Thread Varun Khatri
keyword is written in textbox in that case validation fails as it looks for empty textbox is there any work around for that ? can you write a small some pseudo code for that ? thanks varun On Wed, Feb 4, 2009 at 2:55 PM, tres treshug...@gmail.com wrote: It is being used and is stable

[jQuery] validation plugin and ui tabs

2009-02-03 Thread varun
in asp.net(please correct me if I am wrong)... can some one please let me know workaround for this ? Thanks Varun

[jQuery] retrieve huge set of records using jquery

2009-02-02 Thread varun
that only a bunch of data is retrieved when clicked on pager .. is it podssible using tablesorter plugin... a small example or hint will help Thanks Varun

[jQuery] hide column problem

2009-01-29 Thread varun
Varun

[jQuery] Tablesorter plugin

2009-01-29 Thread varun
; PlaceHolder2.Controls.Add(endiv); } Thnks for any help!! Varun

[jQuery] Re: Table sorter and pager problem

2009-01-19 Thread Varun Khatri
it should not be a big change but really cant understand the problem ? Thanks Varun On Sat, Jan 17, 2009 at 10:56 AM, jQuery Lover ilovejqu...@gmail.comwrote: You must be loading your page 2 with an ajax call! Add your empty text replacer to the ajax call callback. PS. I haven't checked

[jQuery] Table sorter and pager problem

2009-01-16 Thread varun
).click(function(){ document.location.href = $(this).html(); }); }); }); }); It should put NA in the entire table ...Not just in 1st 10 rows which are shown default on page. Any ideas , any hints will help me!! Thanks Varun

[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
it should be pretty simple But I am unable to make it work Thanks Varun On Mon, Jan 12, 2009 at 11:25 AM, Lukas Pitschl | Dressy Vagabonds lu...@dressyvagabonds.com wrote: you shouldn't use .length on a jQuery object, since that always returns 1 afaik.Use .size() instead. If your alert

[jQuery] Re: Jquery tablesorter problem

2009-01-12 Thread Varun Khatri
doesnot work* Is there any other mistake that you can think of that I am making here , I know it should be pretty simple But I am unable to make it work Thanks Varun On Mon, Jan 12, 2009 at 11:48 AM, MorningZ morni...@gmail.com wrote: you shouldn't use .length on a jQuery object, since

[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] Example of using Ingrid or Tablesorter plugin with dynamic table

2009-01-12 Thread varun
.. Nothing works Thanks Varun

[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

[jQuery] Jquery tablesorter problem

2009-01-11 Thread varun
']}) .tablesorterPager({container: $(#pager)}) it doesnt work when ever table is runat=server can some one help? Thanks Varun