[jQuery] Nested Accordion menu upto 4 levels deep

2009-11-19 Thread Chandan Luthra
--container2.2 ---container2.3 Menu Item2.3.1 Menu Item2.3.2 Any help will be appreciated. Thanks in advance, Chandan Luthra Intelligrape Software Pvt. Ltd. site: www.intelligrape.com blog: www.intelligrape.com/blog

[jQuery] Re: small problem

2009-07-29 Thread Chandan Luthra
Works fine for me in FF 3.5.1 and flock 2.5 on ubuntu Thanks, Chandan Luthra site: www.intelligrape.com blog: www.intelligrape.com/blog On Wed, Jul 29, 2009 at 13:16, Sean Giles sean.sgi...@googlemail.comwrote: It works fine for me in FF 3.5.1 and Safari 4.0.2 on Mac On Wed, Jul 29

[jQuery] Re: click function on anchor element

2009-06-11 Thread Chandan Luthra
Hi Bensanlau, try $('a').click(function(){ alert(*$(this)*); return false; }); Chandan Luthra Intelligrape Software Pvt. Ltd. Josh Billingshttp://www.brainyquote.com/quotes/authors/j/josh_billings.html - Every man has his follies - and often they are the most interesting thing he has got

[jQuery] Re: jcarousel with ajax and hyperlinks

2009-06-11 Thread Chandan Luthra
Yes the 1st one is possible. I did it using Grails and Jquery. Cheers, Chandan Luthra Intelligrape Software Pvt. Ltd. site: www.intelligrape.com blog: www.intelligrape.com/blog On Wed, Jun 10, 2009 at 21:35, crush123 cr...@angieandcraig.com wrote: I actually managed to solve no.2

[jQuery] Re: grabbing html and putting it back

2009-04-15 Thread Chandan Luthra
Which browser are you using? This code is working *Completely* on FF With Regards, Chandan Luthra Intelligrape Software Pvt. Ltd. Henny Youngmanhttp://www.brainyquote.com/quotes/authors/h/henny_youngman.html - I told the doctor I broke my leg in two places. He told me to quit going to those

[jQuery] Re: Jquery loop problem

2009-04-06 Thread Chandan Luthra
Hi, I had also faced problem similar to this and luckily was able to find out a solution for this. But I can only solve your problem if provide the HTML text of the page. With Regards, Chandan Luthra Intelligrape Software Pvt. Ltd. Rita Rudner - In Hollywood a marriage is a success

[jQuery] Re: remove all center tags hidden

2009-04-06 Thread Chandan Luthra
$('cent...@style*=display: none]').remove() With Regards, Chandan Luthra Intelligrape Software Pvt. Ltd. Fred Allen - Washington is no place for a good actor. The competition from bad actors is too great. On Mon, Apr 6, 2009 at 18:59, tij_dev tijmas...@googlemail.com wrote: No one for any

[jQuery] Re: JQuery and append().

2009-04-06 Thread Chandan Luthra
='button' id='btnGo' onClick='demoFunction()') **})* With Regards, Chandan Luthra Intelligrape Software Pvt. Ltd. On Mon, Apr 6, 2009 at 18:10, amuhlou amysch...@gmail.com wrote: From the code you posted, it looks like you're missing the # in the btnGo selector, it should be $(#btnGo).click

[jQuery] Re: Selected Attribute in IE6

2009-01-29 Thread Chandan Luthra
Try this if ($(this).attr(id) == somevalue) $(this).attr(selected, true); Chandan Intelligrape Software Pvt. Ltd. On Thu, Jan 29, 2009 at 6:55 PM, markadunca...@googlemail.com markadunca...@googlemail.com wrote: Can you set the .val() on the select object, i've tested this in

[jQuery] Re: [ TR.click not work in Firefox]

2009-01-15 Thread Chandan Luthra
Try this : function inicializarEventos() { var x; x=$(tr); x.click(presionFila); } function presionFila() { var x; x=$(this); x.css(background-color,ee); } var x; x=$(document); x.ready(inicializarEventos); With Regards, Chandan Luthra Intelligrape Software Pvt. Ltd

[jQuery] Re: how to select all first td's inside all tr in a table

2009-01-08 Thread Chandan Luthra
$('tr').find('td:eq(0)') this will work.. With Regards, Chandan Luthra Intelligrape Software Pvt. Ltd. On Fri, Jan 9, 2009 at 4:04 AM, Mauricio (Maujor) Samy Silva css.mau...@gmail.com wrote: $('tr td') // match ALL td's that are children of a tr. $('tr td:first-child') // match ONLY

[jQuery] Re: Combo box problem

2009-01-06 Thread Chandan Luthra
well it means : if(x=='hi') { id='#list' }else{ id='#list1' } simple conditional operator or say ternary operator ?: With Regards, Chandan Luthra Mb:+91-9311792622 Intelligrape Software Pvt. Ltd. On Tue, Jan 6, 2009 at 12:57 PM, Vijendra vijendrami...@gmail.com wrote

[jQuery] Re: jCarousel

2008-12-29 Thread Chandan Luthra
Dear Maddy, Jcarousel can display more 3 images and also can scroll more than 1 image ! you just have to mention some parameter $(some_selector).jCarouselLite({ btnNext: someId Or Class, btnPrev: someId Or Class, visible: 5, scroll:4 }); With Regards, Chandan

[jQuery] Re: pleeease heeelp me nowwwwww

2008-12-10 Thread Chandan Luthra
the jquery library must be conflicting with some other library try *jquery(funtion(){});* instead of $(document).ready On Wed, Dec 10, 2008 at 2:47 PM, [EMAIL PROTECTED] [EMAIL PROTECTED]wrote: hi i have written jquery for a site; after a while for sth that i don't know it don't work