I have the validator setup nicely with client side rules and some
remote validations. That part is working well.
When the form is submitted (via ajax) there may be some more
complicated server side validations that generate errors. (Such as
checking a credit card with the cc service, db concurren
Does anyone have a suggestion about multi field validations? Is this
even something the plugin has designed for yet?
.
Looking for ideas to implement an N field validation nicely. (I used
a ClassRule for single field unique checks, but that doesn't help
here.)
Thanks,
Ted
var constraint = ['user', 'group'];
$.each(constraint, function(index, value) {
I have a simple form with submit and cancel buttons. Standalone
everything works great. With the basic validator added, it also works
great, cancel is recognized and validation is skipped.
When the submitHandler is added validation works, but all the data
EXCEPT for the cancel (_cancel=Cancel)
Is it possible to setup hoverIntent like delays when using mouseenter,
mouseleave? I did some digging in to hoverIntent, but didn't see any
support for the mouseenter/mouseleave triggers. Is there a way to do
this in Jquery? I've got the following bit of code triggering a menu,
but I'd like a smal
ck;
>
> }
>
> Drawback is if the user is on while page is being he will not see
> the div at first. He will need to move his mouse out and then in. To
> workaround this problem we can add an extra .hover() event listener to
> li's ...
>
> Read jQuery HowTo Resource
if the user is on while page is being he will not see
> the div at first. He will need to move his mouse out and then in. To
> workaround this problem we can add an extra .hover() event listener to
> li's ...
>
> Read jQuery HowTo Resource - http://jquery-howto.blogspot.com
>
&
Sorry, very new to Jquery (and not that skilled at js to begin with).
I think I follow what you are saying, but not having a good grasp of
the jquery syntax, I'm not sure exactly how to properly execute.
Here's what I came up with, but it's not working, so I know there's a
problem somewhere, but
I've got a full width drop down menu setup, using jquery's toggle to
show/hide the hidden divs when the user clicks on the one of the
elements or any of it's children.
The problem I'm having (and it's kind of hard to reproduce), is that
if the user has their mouse over one of the items while th
return false;
});
});
...is there anything I can do to make Jquery set all menus to be off
right after load, to ensure this bug doesn't happen?
Here's my test case:
http://dl.getdropbox.com/u/21984/menu_test/menu_test.html
Thanks for any help!
On Dec 8 2008,
tl wrote:
> I assume you're using UI Tabs...
>
> http://docs.jquery.com/UI/Tabs#...select_a_tab_from_a_text_link_inste...
>
> --Klaus
>
> On 30 Dez., 19:09, Ted wrote:
>
>
>
> > I'm having a problem with Jquery's tab plugin.
>
> > Specifically, I've got a page with a co
Yes, that is correct.
On Dec 31, 7:33 am, Klaus Hartl wrote:
> I assume you're using UI Tabs...
>
> http://docs.jquery.com/UI/Tabs#...select_a_tab_from_a_text_link_inste...
>
> --Klaus
>
> On 30 Dez., 19:09, Ted wrote:
>
>
>
> > I'm having a proble
, if I'm on page.html, and I want to load #tab3 by
clicking on the main navigation that has "page.html#tab3 as the link,
it doesn't work.
Anyone know of a fix for this?
Thanks,
Ted
n you enter
> $(this).addClass("menu-on").children('div').show
> ();
> },
> function() { // Fires when you leave
> $(this).removeClass("menu-on").children('div').hide
> ();
> }
> );
>
> On Dec 10, 9:11
I'm having trouble having Jquery add a class to a piece of code. I've
tried adding the class via "addClass" method, and I've also tried
chaining it in to the current Jquery code for mouseenter and
mouseleave, but neither is working.
Here's the Jquery section of the javascript:
it's not working.
Code here:
http://dl.getdropbox.com/u/21984/navigation.html
Thanks -
Ted
On Dec 1, 8:28 pm, "Jeffrey Kretz" <[EMAIL PROTECTED]> wrote:
> Here's what I believe is happening.
>
> You have an LI that is a certain height, about 21px.
>
That works, but this line of code -
$(tabContainers).hide().filter(this.hash).show();
...is supposed to hide all the tabs and show the first tab upon
execution. The cited example at jqueryfordesigners.com doesn't require
you to manually hide the divs with css, the jquery code is supposed to
do t
I have, and have used the suckerfish method before. The problem is
I've already created the CSS for the menus based upon them living each
in their own div, and would like to engineer them based upon that as
opposed to having to recode the CSS based upon another method.
Basically my HTML looks lik
ble, and 2) for some reason in IE6/IE7, the divs don't show
when they are over a Flash object.
Does anybody have any ideas on how to take items #1 and #2?
Thanks in advance,
Ted
ning here or why the type4 is being looked at in a type2 search.
Thanks again,
Ted
On 7/2/07, Tony <[EMAIL PROTECTED]> wrote:
Hi,
I have the same problem with 1.1.3
This should resolve your problem:
$('type1', responseXML),
$('type1 type2', responseXML),
$('
/type2', responseXML),
$('type1/type3', responseXML)
$('type1/type3/type4',responseXML)
all still work fine under 1.1.2 (OSX / Win32 FF, Opera, IE, Safari),
but only the first works under 1.1.3 (the rest get zero results).
[only tested on OSX with FF, Safari so far].
Any suggestions would be welcome.
Cheers,
Ted
21 matches
Mail list logo