If I understand correctly you are trying to reference the parent form
of the input field.
You should do it like this:
var form = $("#a").parent("form");
alert( form.attr("action"); );
On May 19, 3:22 am, "[EMAIL PROTECTED]" <[EMAIL PROTECTED]> wrote:
> This is my html:
>
>
>
> and javascript:
Try this
http://docs.jquery.com/Ajax/jQuery.getScript
Excellent :)
On 14 sij, 15:42, "Diego A." <[EMAIL PROTECTED]> wrote:
> Hey everyone,
>
> Quick note to all those using any of my plugins, they've all been
> updated this week and had a few (*cough*) bugs fixed. I recommend you
> download the latest versions...
>
> FCKEditor Plugin:http://www.fyne
You must be doing something wrong, because this works great:
$("#admperm").show().css({backgroundColor:
'#ff0'}).animate({backgroundColor: '#fff'}, 1000);
On Dec 27, 11:24 am, rics <[EMAIL PROTECTED]> wrote:
> I can't put it to work without the setTimeOut(). The solution I have
> found was to us
I think you're looking for something like this. It's not with JQuery
but it works great:
http://www.shauninman.com/archive/2007/09/10/styling_file_inputs_with_css_and_the_dom
On 7 stu, 23:12, Gilles Ruppert <[EMAIL PROTECTED]> wrote:
> Hi all,
>
> I am relatively new to jQuery, so sorry if this
I don't know if I understood what you're trying to achieve, but try
using parent() instead of parents()
Or just swith to OSX :)
On 5 kol, 14:37, "John Travolta" <[EMAIL PROTECTED]> wrote:
> Optimize your operating system, minimize background activities, repair
> registry base, uninstall unnecessary components, get rid of boring errors
> and make your operating system safer.
>
> http://windowsxpsp
On Jul 16, 11:15 pm, batobin <[EMAIL PROTECTED]> wrote:
> Hello everyone. This is a general question about stopping (or
> overriding) an AJAX call once it has been made. In order to illustrate
> my question I can give a specific example, but I'm sure this topic is
> applicable to many people besid
8 matches
Mail list logo