[jQuery] Re: Problem in selectors

2009-02-27 Thread RandyJohnson
Ricardo... Thanks for the reply. I was just getting around to updating this thread to indicate that "validate" was the problem. I updated validate to the 1.5.1 version sitting on Jorn's site and the problem went away. Still working my way through all of the code to make certain that jQuery 1.3

[jQuery] Re: Problem in selectors

2009-02-27 Thread RandyJohnson
Davide... Did you ever get a response. I am having a similar problem with 1.3.2 in that I have multiple area html statements and only one is being returned when I issue the following jquery statement: $('area').hover (popUpDisplay,popUpRemove)... Does anybody know what changed between 1.2.6 an

[jQuery] problem with dynamically setting attributes in IE7

2008-12-15 Thread RandyJohnson
I have a jQuery routine that adds attributes to elements dynamically. I am able to retrieve the attribute value via $('#id').attr('attr')) in FF and Safari. When I attempt to retrieve the value in IE7 I get a blank value. If I place the attribute in the original HTML and attempt to read with IE

[jQuery] mousedown, mousemove, mouseup

2008-09-12 Thread RandyJohnson
below is the jQuery code that I am writing to draw a simple box on the screen. When I depress the mouse ('mousedown') it sets the box's initial position. As I drag the mouse ('mousemove') the box gets redrawn from the initial position to the new point. When I release the mouse ('mouseup') it is

[jQuery] Re: 1.2.6 problem

2008-06-09 Thread RandyJohnson
Thanks Karl and Ariel... Using Karl's suggestions seems to have solved the problem. I have another anomoly that has cropped up between 1.2.3 and 1.2.6 and I will start digging into that also. Again thanks for your assistance... Randy

[jQuery] 1.2.6 problem

2008-06-09 Thread RandyJohnson
I just upgraded jQuery from 1.2.3 to 1.2.6. I have the following select that works perfectly in 1.2.3 for IE7 but does not in 1.2.6. $('#' + frm + ' select,input[type! ="hidden"],textarea,button').each(function() { ... } It selects extra buttons that are located outside of the the form.

[jQuery] Re: error in jquery.validate.pack.js ie6

2008-02-18 Thread RandyJohnson
have observed more than once that "packer" seems to introduce these random problems. FYI: "1.2.1.packed" works fine in IE7, FF, and Safari. It is just in IE6 that I have encountered this error. Randy On Feb 17, 5:40 pm, Jörn Zaefferer <[EMAIL PROTECTED]>

[jQuery] Re: error in jquery.validate.pack.js ie6

2008-02-18 Thread RandyJohnson
Jörn ... One other thing is the IE6 version that I am using: 6.0.3790.1830 Hope that helps Randy On Feb 17, 5:40 pm, Jörn Zaefferer <[EMAIL PROTECTED]> wrote: > RandyJohnson schrieb: > > > > > Jörn ... > > > I just downloadedValidate1.2.1 and tried to use the

[jQuery] Re: error in jquery.validate.pack.js ie6

2008-02-17 Thread RandyJohnson
Jörn ... I just downloaded Validate 1.2.1 and tried to use the "pack" version and I am also getting an error in IE6.0. The error is: Line 41 Char 60 Object does not support... When I switch back to the unpacked version it works without any problems. The "pack" version works fine in Safari 3+,