[jQuery] Re: New to Jquery, have written Validation script...

2008-10-14 Thread Kevin Scholl
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

[jQuery] Re: New to Jquery, have written Validation script...

2008-10-13 Thread Kevin Scholl
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

[jQuery] Re: Firefox/css/jquery..

2008-07-02 Thread Kevin Scholl
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

[jQuery] Re: jQuery TShirt

2008-05-09 Thread Kevin Scholl
On the front: $("WWW").append("jQuery") And on the back: $("prototype, mootools, dojo, yui, etc.").remove(); *grin*

[jQuery] Re: Select All Checkboxes and IE6

2008-03-25 Thread Kevin Scholl
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

[jQuery] Select All Checkboxes and IE6

2008-03-25 Thread Kevin Scholl
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

[jQuery] Re: Superfish Menus - Including Dynamic Navigation Arrows

2008-01-07 Thread Kevin Scholl
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

[jQuery] Re: looking for plugin that presets values in text box

2008-01-06 Thread Kevin Scholl
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

[jQuery] Re: DOM traversing with 'not'

2007-12-05 Thread Kevin Scholl
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

[jQuery] Re: DOM traversing with 'not'

2007-12-05 Thread Kevin Scholl
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

[jQuery] Re: DOM traversing with 'not'

2007-12-05 Thread Kevin Scholl
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

[jQuery] DOM traversing with 'not'

2007-12-05 Thread Kevin Scholl
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

[jQuery] Re: jQuery CoverFlow

2007-11-30 Thread Kevin Scholl
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

[jQuery] jQuery CoverFlow

2007-11-30 Thread Kevin Scholl
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

[jQuery] Re: .css("border-color") problem in FireFox

2007-11-16 Thread Kevin Scholl
"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

[jQuery] Re: Clear Input Search Box?

2007-10-01 Thread Kevin Scholl
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

[jQuery] Re: ANN: jQuery-Powered Sites: The List Continues to Grow

2007-05-03 Thread Kevin Scholl
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

[jQuery] Re: jQuery Examples pack

2007-05-03 Thread Kevin Scholl
@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

[jQuery] Re: jQuery Examples pack

2007-05-02 Thread Kevin Scholl
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

[jQuery] Re: jQuery Powered Sites - More Sites Added.

2007-04-30 Thread Kevin Scholl
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

[jQuery] Re: jQuery Powered Sites - More Sites Added.

2007-04-30 Thread Kevin Scholl
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 >