[jQuery] Re: generic jquery tip

2009-05-19 Thread ocptime
hi all, it's a shame that u guys don't have an answer. ocptime On May 19, 5:39 pm, ocptime wrote: > Hi, >   In my application I have many tips ( which are divs ) for eg: a tip > explaining what are recurring invoices, items etc. Each of these tips > has a close button,

[jQuery] generic jquery tip

2009-05-19 Thread ocptime
('tip','yes'); }); } }); so it will close all tips if the value is true. How can i make it set for each tip, ie; make it generic? Any help appreciated. Thanks in advance, ocptime

[jQuery] Re: JQuery css selector

2009-05-18 Thread ocptime
Hi, It's not working :). How can i select using the jquery ul li selector? Thanks ocptime On 18 May, 13:39, Peter Edwards wrote: >   $('#delete_item a').click(function(){ >     return (confirm('Are you sure?')); >   }); > > This will only work if

[jQuery] Re: JQuery css selector

2009-05-18 Thread ocptime
Hi, It's not working :). How can i select using the jquery ul li selector? Thanks ocptime On 18 May, 13:39, Peter Edwards wrote: >   $('#delete_item a').click(function(){ >     return (confirm('Are you sure?')); >   }); > > This will only work if

[jQuery] Re: JQuery css selector

2009-05-18 Thread ocptime
Hi, It's not working :). How can i select using the jquery ul li selector? Thanks ocptime On 18 May, 13:39, Peter Edwards wrote: >   $('#delete_item a').click(function(){ >     return (confirm('Are you sure?')); >   }); > > This will only work if

[jQuery] Re: JQuery css selector

2009-05-18 Thread ocptime
Hi, It's not working :). How can i select using the jquery ul li selector? Thanks ocptime On 18 May, 13:39, Peter Edwards wrote: >   $('#delete_item a').click(function(){ >     return (confirm('Are you sure?')); >   }); > > This will only work if

[jQuery] JQuery css selector

2009-05-18 Thread ocptime
unchecked.gif" /> Delete Thanks everyone, ocptime --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "jQuery (English)" group. To post to this group, send email to jquery-en

[jQuery] When to use LiveQuery plugin

2009-01-14 Thread ocptime
conjention with the form plugin. can u pls cite me a small sample code or some pointers on the web where both are used. Thanks in advance ocptime

[jQuery] Re: select() not working

2009-01-14 Thread ocptime
Hi all, It works. Thanks for the help. ocptime On Jan 14, 4:46 pm, "jQuery Lover" wrote: > OFFTOP: > > Ups, I meant *typo not *type (made a typo myself :) ) > > Sorry. > > - > Read jQuery HowTo Resource  -  http://jquery-howto.blogspot.com &

[jQuery] select() not working

2009-01-14 Thread ocptime
("#country_id option[value='144']").select(); Any pointers ? Thanks in Advance, Regards ocptime