[jQuery] Re: attr('form') not work in firefox

2008-05-19 Thread Strija
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:

[jQuery] Re: How to dynamically load jQuery plugins?

2008-02-16 Thread Strija
Try this http://docs.jquery.com/Ajax/jQuery.getScript

[jQuery] Re: Plugin updated: FCKEditor, Codepress, Multiple File Upload & Star Rating

2008-01-14 Thread Strija
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

[jQuery] Re: Beginner help with highlight effect

2007-12-27 Thread Strija
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

[jQuery] Re: triggering a File upload

2007-11-08 Thread Strija
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

[jQuery] Re: a problem with 1.1.4 and binding click function

2007-09-03 Thread Strija
I don't know if I understood what you're trying to achieve, but try using parent() instead of parents()

[jQuery] Re: Tune up your Windows XP

2007-08-05 Thread Strija
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

[jQuery] Re: Stopping a $.load call

2007-07-17 Thread Strija
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