View Single Post
Old 10-08-2012, 05:42 PM   PM User | #3
WolfShade
Regular Coder

 
Join Date: Apr 2012
Location: St. Louis, MO, USA
Posts: 941
Thanks: 7
Thanked 95 Times in 95 Posts
WolfShade is an unknown quantity at this point
Since chgStatus is a select and the only node with that ID, all I have to do is append [0] to it, like so:

Code:
$(document).ready(function(){
 chgJobstatus(jQuery('#chgStatus')[0]); 
});
?
__________________
^_^

If anyone knows of a website that can offer ColdFusion help that isn't controlled by neurotic, pedantic jerks* (stackoverflow.com), please PM me with a link.
*
The neurotic, pedantic jerks are not the owners; just the people who are in control of the "popularity contest".
WolfShade is offline   Reply With Quote