gt; my own JS like the following:
> >>> document.getElementById('err_provcode').innerHTML = err_provcode;
>
> >>> I also work in the Health Care industry on the billing side. I need
> >>> to do multiple validations combining different dependencies
I've done something similar to this, where validation is may be run at
either field level or on form submit, or both (default is both, can be
overridden by invocation setting, below).
http://beta.ksscholl.com/jquery/formvalidate.html
Routine is invoked by the following snippet in the HEAD of the
The z-index value need not be in quotes. You have:
z-index: "1"
which should be simply:
z-index: 1
Also, you need a doctype in your HTML document, or you're going to run
into all manner of display issues.
On Jul 2, 2:32 pm, Aaron <[EMAIL PROTECTED]> wrote:
> the website is supposed to show a
On the front:
$("WWW").append("jQuery")
And on the back:
$("prototype, mootools, dojo, yui, etc.").remove();
*grin*
ith the checked
> state not being fired correctly in IE6.
>
> Happy tablesorting!
>
> /Christian
>
> 2008/3/25, Kevin Scholl <[EMAIL PROTECTED]>:
>
>
>
> > Hello, all.
>
> > I've searched though previous threads hoping to find some clue, but
Hello, all.
I've searched though previous threads hoping to find some clue, but am
still having issues with the following page:
http://beta.ksscholl.com/jquery/tablesorter.html
Click on the top or bottom checkbox, then do a sort on the table (with
the fine tablesorter plugin). The checkboxes re
This isn't Superfish specifically, though I did write it based very
largely on the original Suckerfish, with enhancements.
http://beta.ksscholl.com/jquery/suckerfish.html
Kevin
On Jan 7, 5:04 pm, Robin Rowell <[EMAIL PROTECTED]> wrote:
> Hi all and Joel.
>
> Is there a version of Superfish that
The plugin toggleVal (written by a colleague of mine) might be of some
interest to you.
http://plugins.jquery.com/project/toggleval
On Jan 5, 11:45 pm, Bhaarat Sharma <[EMAIL PROTECTED]> wrote:
> Hi,
>
> some time ago I saw a jquery plugin which would preset the value in a
> text box and when
7;).css("borderBottom","0");
>
> --Karl
> _
> Karl Swedbergwww.englishrules.comwww.learningjquery.com
>
> On Dec 5, 2007, at 12:37 PM, Kevin Scholl wrote:
>
>
>
> > Thanks for your efforts, Benjamin. Obviously, it's got me
ure if this is what you want:
>
> $('li:has(img):last-child');
>
> On 12/5/07, Kevin Scholl <[EMAIL PROTECTED]> wrote:
>
>
>
>
>
> > HI, Benjamin. Thanks for taking a look. The page in question may be
> > found at:
>
> >http
t;
<[EMAIL PROTECTED]> wrote:
> Kevin,
> Do you have a test page up? That looks like it should work, but I need to
> see the structure in action.
>
> On 12/5/07, Kevin Scholl <[EMAIL PROTECTED]> wrote:
>
>
>
> > Greetings, all. I feel really stupid here, b
Greetings, all. I feel really stupid here, but I'm at wit's end. I
want to remove the bottom border from the last LI in all DIVs except
those of class 'features'. I've tried all manner of syntax, to no
avail. Here's what I currently have in place:
$("div:not(.features) li:last-child").css("border
Original Message-
> From: jquery-en@googlegroups.com [mailto:[EMAIL PROTECTED] On
>
> Behalf Of Kevin Scholl
> Sent: Friday, November 30, 2007 9:50 AM
> To: jQuery (English)
> Subject: [jQuery] jQuery CoverFlow
>
> Greetings, all!
>
> Has anyone done a jQuery e
Greetings, all!
Has anyone done a jQuery equivalent of Apple's coverflow navigation?
I've seen several Javascript implementations, SE51 (http://
www.se51.net/devnull/cover-flow/) being the nicest I've come across.
But no sign of a jQuery variant that I've seen. This is beyond my
skills and capabi
"borderColor" is a reserved word, so it shouldn't be used as a
variable name. Try using something else, maybe "bColor" or something
like that. Also, you might want to replace css("border-color") with
css("borderColor") for consistency.
$("#mydiv").each(function() {
var bColor = $(this).css("bor
http://jquery.com/plugins/project/toggleval
On Oct 1, 8:38 am, Danjojo <[EMAIL PROTECTED]> wrote:
> I am trying to clear an input search box's value.
>
> When the page loads the value is set. I.e.:
>
> style="width: 100px;" value="Search term or part #">
>
> I want to set it to blank when the u
I'd posted this at the tail end of the last such thread, but it's well
down the list now. A small site I designed and developed, launched
last week:
http://www.shoshintech.com/
Uses jQuery for the navigation, adding the "Print this page" link next
to the breadcrumb (since it relies on javascript
@Jack,
Thanks for the kudos!
The jqtabcontrol.js is based on my own original, raw javascript for
what I refer to here at work as "sliding tabs". Over the past year
since I originally wrote it, I've gradually pared down the file size
as I've tweaked the code. There isn't really a whole lot of jQu
I have a number of such examples available, which I'm happy to share.
Most are visual enhancements or minor functionality. A couple of
navigation schemes driven by jQuery. Nothing all that deep.
http://beta.ksscholl.com/jquery/default.html
View the readme.txt file there to see which examples spe
A small site I designed and developed, launched last week:
http://www.shoshintech.com/
Uses jQuery for the navigation, adding the "Print this page" link next
to the breadcrumb (since it relies on javascript), and automatically
closing any popup window when leavingthe given parent page or opening
A small site I designed and developed, launched last week:
http://www.shoshintech.com/
Uses jQuery for the navigation, linking the default top level of the
breadcrumb, and automatically closing any popup window when leaving
the given parent page or opening a new popup window (see the About Us
>
21 matches
Mail list logo