[jQuery] Re: Jquery loop problem

2009-04-07 Thread Sai Krishna
ss to all elements of the form. It is that simple. Thank you for the help On Apr 6, 7:44 pm, Sai Krishna wrote: > Hi , > > Im providing you with that part of html code output > > HTML start > > > Event > Exp

[jQuery] Re: Jquery loop problem

2009-04-06 Thread Sai Krishna
//centering with css centerPopup(1); //load popup loadPopup(1); }); }); On Apr 6, 6:59 pm, Chandan Luthra wrote: > 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

[jQuery] Jquery loop problem

2009-04-06 Thread Sai Krishna
Hello, I'm very new to jquery. Can somebody help me with some information. I'm printing an a series of forms with php in the form of grid data. Each row would contain a form. Now if anybody clicks on any of the submit form of any row, I need a popup that would come with that form data. Each form

[jQuery] Re: How to pass loop increment to Jquery

2008-11-27 Thread Sai Krishna
$(".show_details").show("slow"); }) }); On Nov 28, 1:10 am, Sai Krishna <[EMAIL PROTECTED]> wrote: > thank you Ill try that > > On Nov 28, 12:36 am, ajpiano <[EMAIL PROTECTED]> wrote: > > > you'd have to tweak that i ki

[jQuery] Re: How to pass loop increment to Jquery

2008-11-27 Thread Sai Krishna
{ > >         $(this).show("slow");},function() { > > >         $(this).hide("slow"); > > > }); > > > --adam > > > On Nov 27, 2:20 pm, Sai Krishna <[EMAIL PROTECTED]> wrote: > > > > Hi, > > > I've my PHP code generat

[jQuery] How to pass loop increment to Jquery

2008-11-27 Thread Sai Krishna
Hi, I've my PHP code generating rows using certain loop conditons, And I'd like to show/hide a div overlay on mouseover and mouseout of a text link generated in each row respectively. I wrote the following code. this seems to be show div overlay of last row. That is because I wrote the function

[jQuery] Re: MultiSelect Name Problem

2008-11-25 Thread Sai Krishna
Thank you, the problem is solved. I had to alter the id. I was dynamically generating the multi select box, I had to rename the ID which was same as name of select box On Nov 25, 7:05 pm, Sai Krishna <[EMAIL PROTECTED]> wrote: > Well that was an edited code. Infact, I was not returnin

[jQuery] Re: MultiSelect Name Problem

2008-11-25 Thread Sai Krishna
isn't returning the value anywhere > > $("#parameters").change(function () { >        var values = $(this).val() || []; >        $("#qty").val(values.length; > > }) > > On Nov 25, 8:49 am, Sai Krishna <[EMAIL PROTECTED]> wrote: > > > Hi,

[jQuery] MultiSelect Name Problem

2008-11-25 Thread Sai Krishna
Hi, I'm a newbie to Jquery. I wrote the following function for multi select var quantity =0; $("#parameters").click(function () { var qty = 0; $("#parameters option:selected").each(function () { qty = qty+1; }); $("#qty").val(qty); return qty; }) and the mult

[jQuery] Re: jquery for slideshows

2008-11-21 Thread Sai Krishna
I found this through stumble. Thanks to Jquery. It reduces flash cost http://www.gruppo4.com/~tobia/cross-slide.shtml<https://lan.solugenix.net/exchweb/bin/redir.asp?URL=http://www.gruppo4.com/%7Etobia/cross-slide.shtml> Sai Krishna On Sat, Nov 22, 2008 at 6:57 AM, Milan Andric <[EMAIL