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]>
"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
>
>
> .
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
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
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
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
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 ?
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
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
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
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
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:
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
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: