This :-) Also, if I remove the a href, it would break the links
(dynamically generated by the web application on load) and the preview
panels :-) Adding the second return false;, as suggested by Matt has
fixed it quite nicely! Thanks all :-(
On Jan 14, 8:55 am, Matt Maxwell wrote:
> That is true
I have a bit of code on one page to make an entire table cell a
clickable area to open a PDF in a new window. It works perfectly,
unless you click the actual physical link. If someone clicks the link,
it opens the link twice in two new windows. Inside the usual document
ready, I have:
$('#factshee
Awesome! That worked! Thank you so much!
~~ Summer
On Oct 29, 4:38 pm, Jules wrote:
> Sorry, didn't read the question thoroughly,
>
> whyvisitother: {
> required: function(element) {
>
> var result = false;
>
Thanks, but that only seems to work if they only pick other. Since
they can pick multiple checkboxes from that set, I need to see if they
picked it among possibly multiple others.
On Oct 28, 5:50 pm, Jules wrote:
> Use this rule.
> whyvisitother: {
> required:
With the suggestion earlier, everything is working great, yay! All of
my validation rules are also working, as well, except I can't figure
out how to write the rule for my multi-option check box that has an
"Other" option so that if other is among those checked, it will
require the other input box
Thanks...I go beat my own head now...can't believe I missed that!
On Oct 27, 9:08 pm, Jules wrote:
> Change
>
> var validator = $("#surveyForm").validate({
>
> to
>
> var validator = $("form").validate({
>
> or
>
>
>
> to
>
>
>
>
> Good luck.
I'm trying to implement Validate on a survey form that has just a few
basic requirements. I'm running jQuery 1.3.2 and Validate 1.5.5.
Whenever I try to run the code, however, I get an error that
"validator is undefined". I tried Googling and found only a few hits,
most saying the HTML was invalid
Found it! It needs to be:
$('#tabs').tabs().tabs('select', 1); // => 0 with the extra tabs(). :-
D Got it working now! Thanks,
Summer S. Wilson
Collectonian on Yahoo! Messenger ~ Facebook (http://www.facebook.com/
Collectonian)
An Eclectic World (http://eclectic-world.c
We tried that as well, and still no go.
On Oct 15, 1:01 pm, MorningZ wrote:
> $("#tabs").tabs("select", idx);
>
> where "idx" is the numeric index of the tab to select
>
> On Oct 15, 11:53 am, Collectonian
> wrote:
>
>
>
> > W
d', 1 });
We also tried:
$('.selector').tabs('option', 'selected', 1);
and
var $tabs = $('#tabs').tabs({
add: function(event, ui) {
$tabs.tabs('select', '#securityTab');
}
});
Summer S. Wilson
Collectonian on Yahoo! Messenger
An Eclectic World (http://eclectic-world.com)
LiveJournal (http://collectonian.livejournal.com)
10 matches
Mail list logo