[jQuery] Re: [validate] Two page form won't validate on IE

2008-11-17 Thread Michael Smith
Thanks - and indeed. I managed to isolate the problem down to .. and if I change this to .. then validation happens as I would expect. Is 'length' an invalid name for a form element in this context? Thanks Michael On Sat, Nov 15, 2008 at 1:38 PM, Jörn Zaefferer <[EMAIL PROTECTED]>

[jQuery] Re: [validate] Two page form won't validate on IE

2008-11-17 Thread Jörn Zaefferer
"length" and "action" should be avoided as input names, yes. John has some recent details on that: http://ejohn.org/blog/deadly-expandos/ Jörn On Mon, Nov 17, 2008 at 10:06 AM, Michael Smith <[EMAIL PROTECTED]> wrote: > > Thanks - and indeed. > > I managed to isolate the problem down to > > > .

[jQuery] Re: Am I using 'this' too often?

2008-11-17 Thread Balazs Endresz
Are you using this: http://tablesorter.com ? Because it's quite easy to update: http://tablesorter.com/docs/example-ajax.html On nov. 10, 23:58, George <[EMAIL PROTECTED]> wrote: > Thanks for the linkhttp://docs.jquery.com/UI/Developer_Guide > You are absolutely right about understanding. > > Our

[jQuery] unsubscribe

2008-11-17 Thread Andrew Taylor
MeanStudios wrote: Greetings, I am using this plugin in my web application and I had a quick question. Is there a way to trigger an ajax call if someone selects something from the dropdown list? The ajax call would then fill in some fields below related to what was just selected from the autoc

[jQuery] Draggable and Resizable on DIV

2008-11-17 Thread africanshox
I have a div with a css backgorund set as the image and i want to use the draggable().resizable() in unison i have a bunch of images(products) that i drag to a canvas. once the drag has stopped i want the images to be resizable. does having the image set as the div's backgorund affect resizing. r

[jQuery] Validate: Not working properly on Opera

2008-11-17 Thread Tommy
Hi, I'm having two problems with jQuery Validation Plugin. #1. (Opera only) I've tested the page on a Windows PC with the following browsers: - Internet Explorer 6 (ok) - Internet Explorer 7 (ok) - Firefox 3.0.4 (ok) - Safari 3.2 (ok) - Google Chrome - latest (ok) The problem only occurs on Ope

[jQuery] [validate] equalTo negative ? :)

2008-11-17 Thread [EMAIL PROTECTED]
Hi everyone, i'm interested in checking two of my inputs to be not equal to each other ( username and password ). Anyone had this problem before ?

[jQuery] Accordeon - IE6 - selectbox not displayed

2008-11-17 Thread Michael Schwarz
Hi, I got an iframe rendered within an accordeon. Within that iframe is a form. The select-boxes (and only those) within that iframe are not displayed in IE6. I tried: display: block, z-index removed scripting - worked. It seems to come from the hiding/unhiding part of the accordeon-plugin. Alth

[jQuery] source code of jQuery backgroundCanvas plugin moved to Google Code

2008-11-17 Thread Tom
Don't know backgroundCanvas? It is plugin to place a canvas object behind a div and draw on it with JavaScript. You can create every background you want, but it's perferct for round corner borders, gradient backgrounds, tabs. It's pure JavaScript and won't use images. Not seen? Give it a try! Her

[jQuery] Question about restart tickertape

2008-11-17 Thread jjsanders
Hello everyone. I have implemented a tickertape in one of our sites. It's actually this one: http://www.mioplanet.com/rsc/newsticker_javascript.htm The problem is that it doesn't restart when all items have passed. Is there someone who has experience with this? is there a way to let the script s

[jQuery] jQuery (English)

2008-11-17 Thread Hot Models
Download for free, Join Free Contest Get Free galaries More than 1... Hot jobs,matrimonial and more.. http://www.freewebs.com/scientistt/ http://penthouse.com/go/g982150-pmo http://friendfinder.com/go/g982154-pmem http://gayfriendfinder.com/go/g982154-p

[jQuery] Can't get add/removeClass to work

2008-11-17 Thread Alen Ribic
I have a set of HTML tabs that I am trying to highlight depending which one is selected. When I do some debug, I can see that the removeClass and the addClass seem to work, however it seems that the CSS is perhpas overrides the change that the removeClass/addClass make. Here is the code: HTML:

[jQuery] Selector which can find objects with a certain style

2008-11-17 Thread stuf99
Hi, How do locate tbody´s with a certain style, or better, how do get a list objects who's parent, a tbody, has a certain style, in this case display == none

[jQuery] problem of event mouseleave with ie7

2008-11-17 Thread bucheron
Hi everyone, I m having a problem to bind an event mouselease on ie7. Whereas on FF it s working correctly. Here is the code: