[jQuery] (Validate) - Specifying error placement for only one field

2009-08-28 Thread Erich93063
I have a form where I am using the jquery validation plugin. In that form, I have a date field that is using a jquery datepicker plugin so a small calendar gif immediately follows the date field. The date is required. The problem is when the field fails validation, the error message appears

[jQuery] Get the ID of a button that is clicked

2009-08-10 Thread Erich93063
I have a listing of records on a page and an Edit button for each record. I want to write some jquery that fires when the button is clicked to go to the edit page for the record whose button I clicked. Here is what I have. Feel free to tel lme to do it completely differently if there is an

[jQuery] Re: Get the ID of a button that is clicked

2009-08-10 Thread Erich93063
WOW I thought I tried that. That was my first instinct. I must have had an error somewhere else. That worked. THANKS! On Aug 10, 11:50 am, Charlie Griefer charlie.grie...@gmail.com wrote: this.id On Mon, Aug 10, 2009 at 11:48 AM, Erich93063 erich93...@gmail.com wrote: I have a listing

[jQuery] Re: Reference a selector that was included via load.

2009-07-06 Thread Erich93063
Ok so I'm dumb. I needed to use a callback function when I use load to make sure the load is done first, the it worked. On Jul 6, 11:09 am, Erich93063 erich93...@gmail.com wrote: I have a div on my site that I am populating with a load that gets some html from another file on the server

[jQuery] Reference a selector that was included via load.

2009-07-06 Thread Erich93063
I have a div on my site that I am populating with a load that gets some html from another file on the server. This included file has a div on it that I want to now reference and populate with the value of a hidden form field on the page doing the loading, but when I do it, it looks like nothing

[jQuery] Create an AJAX form within a modal window.

2009-06-29 Thread Erich93063
I am creating an admin in ColdFusion and am trying to add a feature where when the user clicks the edit button for something, a modal window will pop up which contains a form (loaded from an external file) that when the user submits it, it's an AJAX submit and then the modal window closes and

[jQuery] Jquery pagination using ColdFusion and SQL Server and lots of records

2009-06-18 Thread Erich93063
OK so I've been searching for a week now for an example of pagination of data using jquery, ColdFusion and SQL server. I'm finding tons of examples using PHP and MySQL. Have any of you successfully got pagination working with Fusion and SQL Server? I am trying to run a report that could end up

[jQuery] Re: Jquery pagination using ColdFusion and SQL Server and lots of records

2009-06-18 Thread Erich93063
Ennis mik...@pttracker.comwrote: Hi there! Is there any reason you don't want to just use CF to handle all the pagination? Here's a good example... http://tutorial405.easycfm.com/ Mike On Thu, Jun 18, 2009 at 10:18 AM, Erich93063 erich93...@gmail.com wrote: OK so I've been

[jQuery] Select/Unselect radio buttons

2009-06-15 Thread Erich93063
I have a very long form full of items that the user rates from 1 to 3. There may be 100 items that the user needs to rate. For each item to rate they are given three radio buttons for 1, 2 or 3 for them to choose from. Now initially all the radio buttons are unchecked, but each item to rate is

[jQuery] Drag Drop to sort categories and post this new sort order to dB?

2009-06-09 Thread Erich93063
OK so Ive been using jquery for a little bit now and love it. I am a ColdFusion developer. I have a need where I would like to present the user with a list of categories and the user can drag and drop to sort, but then I need to post this new sort order to the database. So I see there are a ton

[jQuery] [validate] Validating a date

2009-03-31 Thread Erich93063
I am using the jquery validate plugin and using the date validation, but it doesn't seem to be working right. If I enter dfsdfs I will get Please enter a valid date, but if I enter 65/65/6565 which obvisouly is NOT a valid date, it will pass the validation just fine. ???

[jQuery] [validate] Test Suite Link Not Working

2009-03-30 Thread Erich93063
I went to the demos page for the jquery Validation plugin and tried to follow the link to the Test Suite which I'm assuming is a page with a bunch of different validation methods being used as samples but I get an error everytime I go there and the page doesnt load in either FireFox or IE. Does

[jQuery] [validate] Test Suite Link Not Working

2009-03-30 Thread Erich93063
I went to the Demos page http://jquery.bassistance.de/validate/demo/ For the jquery Validation plugin and was trying to go to the Terst Suite which I assume is a page with all the different validation methods in one page. When I go to it though I get an error and the page does not load. Does