[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, t

[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 o

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

2009-05-25 Thread varun
(d.addDays (-1).asString()); } } ); Please point me , if I can put a simple filter inside this where it should not allow end date more then 60 days from start date.. Thanks Varun

[jQuery] Re: Jquery Live search

2009-02-17 Thread Varun Khatri
uot;).show(); } }); I think this will work but probably there should be a way to find out the number of records in tablesorter table... any body knows how to do that ? Thanks Varun On Tue, Feb 17, 2009 at 8:31 PM, brian wrote: > > I'm not familiar with those plugins. But

[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
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 wrote

[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 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

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

2009-02-16 Thread varun
sorter({ widthFixed: true, widgets: ['zebra'] }) .tablesorterPager({ container: $("#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 wrote: > I am using a function like : >$('.ui-tabs-nav').bind('tabsselect', function(event, ui) { > $("input[rel='currentTab']").val(ui.index); > $("#example > di

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

2009-02-05 Thread Varun Khatri
ns , textbox , table everything... I want that when I click 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 wrote: > > Are your tabs AJAX? I had a similar issue, but it didn't work in > Firefox also. App

[jQuery] Is this bug in IE or ui tabs

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

[jQuery] Re: validation plugin and ui tabs

2009-02-04 Thread Varun Khatri
ggest " 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 wrote: > > It is being used and is stable

[jQuery] Validation Plugin

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

[jQuery] validation plugin and ui tabs

2009-02-03 Thread varun
5 forms 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
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] Tablesorter plugin

2009-01-29 Thread varun
dd(img4); Literal pageExtras = new Literal(); pageExtras.Text = "10203040"; PlaceHolder2.Controls.Add(pageExtras); Literal formend = new Literal(); formend.Text = ""; PlaceHolder2.Controls.Add(formend); Literal endiv = new Literal(); endiv.Text = ""; PlaceHolder2.Controls.Add(endiv); } Thnks for any help!! Varun

[jQuery] hide column problem

2009-01-29 Thread varun
e? Thanks Varun

[jQuery] Re: Table sorter and pager problem

2009-01-19 Thread Varun Khatri
tml('NA') } }); $(this).find("td").eq(7).click(function(){ document.location.href = $(this).html(); }); }); }); }); I know 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 wrote: > > You must b

[jQuery] Table sorter and pager problem

2009-01-16 Thread varun
0px"); if($(this).html()=="") { $(this).html('NA') } }); $(this).find("td").eq(7).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] Example of using Ingrid or Tablesorter plugin with dynamic table

2009-01-12 Thread varun
s of table .. Nothing works Thanks Varun

[jQuery] Re: Jquery tablesorter problem

2009-01-12 Thread Varun Khatri
.tablesorter({widthFixed: true, widgets: ['zebra']}) .tablesorterPager({container: $("#pager")}) *It doesnot work* In the firebug it desont show any error : Infact when I write this in the console it says *Object length=1* but still does not work... :( Thanks Varun On

[jQuery] Re: Jquery tablesorter problem

2009-01-12 Thread Varun Khatri
27;]}) .tablesorterPager({container: $("#pager")}) *//still 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 wrote: &

[jQuery] Re: Jquery tablesorter problem

2009-01-12 Thread Varun Khatri
ny 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:25 AM, Lukas Pitschl | Dressy Vagabonds < lu...@dressyvagabonds.com> wrote: > you shouldn't use .length o

[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 wrote: > > in the "runat=server" version, put > > alert($("#"+serverIdPrefix+"table1")

[jQuery] Re: Jquery tablesorter problem

2009-01-12 Thread Varun Khatri
quot;).each(function() { if($(this).hasClass('tablesorter')) { $(this).tablesorter({widthFixed: true, widgets: ['zebra']}) //.tablesorterPager({container: $("#pager")}) } }); }); This does not work. Any body knows the reason. On Mon, Jan 12, 2009 at

[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 wrote: > > in the "runat=server" version, put > > alert($("#"+serverIdPrefix+"table1").length)); > > right before the tablesorter line

[jQuery] Jquery tablesorter problem

2009-01-11 Thread varun
snt work when ever table is runat="server" can some one help? Thanks Varun

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

2009-01-11 Thread Varun Khatri
> > > > it no work > > > - Original Message - > *From:* Varun Khatri > *To:* jquery-en@googlegroups.com > *Sent:* Sunday, January 11, 2009 9:03 PM > *Subject:* [jQuery] Re: [ definition css in other file ] > > u can try like : > > > >

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

2009-01-11 Thread Varun Khatri
and style.css and jQuery? > > > > - Original Message - > > *From:* Varun Khatri > *To:* jquery-en@googlegroups.com > *Sent:* Sunday, January 11, 2009 8:45 PM > *Subject:* [jQuery] Re: [ definition css in other file ] > > i dint get you ? > tell what is the problem? > >

[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 wrote: > > thank´s but i before do this > > but don´t... > > > > On 11 ene, 19:59, "Varun Khatri" wrote: > > make a .css file like test.css and use it like: &

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

2009-01-11 Thread Varun Khatri
make a .css file like test.css and use it like: 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 > - > > > > $(document).ready(function(){ > > $("p").click(function(event){ >

[jQuery] Jquery UI tabs problem

2009-01-10 Thread varun
Hi I am trying to make a simple example using tabs: But the problem is , if i have button in 2nd tab , after clicking it the control comes back to first tab . Here is the code example: Untitled Page $(document).ready(function(){ $("#example > ul").tabs(); }); One Two Thr