jquery-1.3 Questions

3

Solved

It is in my understanding that referencing any DOM element in jQuery via the dollar sign (like this: $("#mydiv")), returns an object. I am looking to add an additional property to an object as suc...
Depressomotor asked 30/7, 2009 at 0:50

6

Solved

How can I find all text fields that have an empty value? $(":text[value='']") gives a JavaScript error I know I can do $(":text"), iterate through and return all fields with $(this).val()=='' ...
Kare asked 11/3, 2009 at 16:10

7

Solved

The following piece of code focuses the text input after you click on the link. It works fine for Chrome 2.x, IE8 and Opera 9.64 but not on Firefox 3.0.9. The text input flashes quickly in Firefox ...
Mondrian asked 9/6, 2009 at 20:39

1

Solved

I'm trying to modify the Connection header with the following code with no success jQuery.ajax({ url: URL, async: boolVariable, beforeSend: function(xhr) { xhr.setRequestHeader("Connection",...
Companion asked 2/6, 2010 at 4:10

3

Solved

I have a list of items on a page with a set of controls to MoveUp, MoveDown and Delete. The controls sit at the top of list hidden by default. As you mouseover an item row, I select the controls w...
Ashlar asked 8/5, 2009 at 2:0

4

Solved

Update: This bug has been confirmed by at least two others. Even if you dont read my full post - if you're reading this and using JQuery 1.3.1 then stop using it if you're relying on any handlers t...
Enthrone asked 25/1, 2009 at 10:11
1

© 2022 - 2024 — McMap. All rights reserved.