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

2008-10-14 Thread Kevin Scholl
in the Health Care industry on the billing side.  I need to do multiple validations combining different dependencies based on database queries for Medical Coding Data Entry on the front-end. Thanks, Nishan On Oct 13, 11:43 am, Kevin Scholl [EMAIL PROTECTED] wrote: I've done something

[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

[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] 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

[jQuery] Re: Select All Checkboxes and IE6

2008-03-25 Thread Kevin Scholl
. Happy tablesorting! /Christian 2008/3/25, Kevin Scholl [EMAIL PROTECTED]: 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

[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] 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)

[jQuery] Re: DOM traversing with 'not'

2007-12-05 Thread Kevin Scholl
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, but I'm at wit's end. I want to remove the bottom border from

[jQuery] Re: DOM traversing with 'not'

2007-12-05 Thread Kevin Scholl
! On Dec 5, 9:52 am, Benjamin Sterling [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, but I'm

[jQuery] Re: DOM traversing with 'not'

2007-12-05 Thread Kevin Scholl
, 2007, at 12:37 PM, Kevin Scholl wrote: Thanks for your efforts, Benjamin. Obviously, it's got me stumped, too. I can add the border back in via jQuery for the look I'm trying to achieve, but ideally I'd like to keep the code as minimal as possible. Anyone else have any idea(s

[jQuery] Re: jQuery CoverFlow

2007-11-30 Thread Kevin Scholl
[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 equivalent of Apple's coverflow navigation? I've seen several Javascript implementations, SE51 (http

[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

[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(borderColor);

[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.: input id=searchBox name=searchBox type=text class=input style=width: 100px; value=Search term or

[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

[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