[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 wrote: > It works fine for me in FF 3.5.1 and Safari 4.0.2 on Mac > > > > > On Wed, Jul 29, 2009

[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 wrote: > > I actually managed to solve no.2. > > Probably not

[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 Billings<http://www.brainyquote.com/quotes/authors/j/josh_billings.html> - "Every man has his follies - and often they are the most interes

[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 Youngman<http://www.brainyquote.com/quotes/authors/h/henny_youngman.html> - "I told the doctor I broke my leg in two places. He told me t

[jQuery] Re: JQuery and append().

2009-04-06 Thread Chandan Luthra
pend("") **})* With Regards, Chandan Luthra Intelligrape Software Pvt. Ltd. On Mon, Apr 6, 2009 at 18:10, amuhlou wrote: > > From the code you posted, it looks like you're missing the # in the > btnGo selector, it should be $("#btnGo").click(function(){alert &

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

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

[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

[jQuery] Re: How do I retrieve all INPUT elements from within a div

2009-01-09 Thread Chandan Luthra
Sorry I left out the div ,,, //for all text boxes in div $('#left input[type="text"]') //for only immediate child text-boxes in div $('#left>input[type="text"]') With Regards, Chandan Luthra Intelligrape Software Pvt. Ltd. On Fri, Jan 9, 2009 at

[jQuery] Re: How do I retrieve all INPUT elements from within a div

2009-01-09 Thread Chandan Luthra
$('input[type="text"]') With Regards, Chandan Luthra Intelligrape Software Pvt. Ltd. On Fri, Jan 9, 2009 at 7:15 PM, Oltmans wrote: > > Hello all, > > I've a DIV that looks like > > > > > and this DIV contains text-boxes, check-boxes and

[jQuery] Re: how to select all first td's inside all 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 chi

[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 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 $().jCarouselLite({ btnNext: "", btnPrev: "", visible: 5, scroll:4 }); With Regards, Chandan Luthra Intelligra

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