For some reason when trying to set the action attribute on a form field, or anything with the name action for that matter, JQuery doesn’t handle this very well. I believe this has been fixed in newer versions. Currently I am using 1.4.2 where this issue is coming up.
One way to get around this is to use the DOM selector like in some of my previous posts, but using the setAttribute method.
$('#searchForm').get(0).setAttribute('action', 'myNewValue');
UPDATE!! A plugin is now available for this tutorial that includes more features read more...
How often do you work with tables? I work with them quite a bit and styling t read more...
When running a site with a boat load of javascript, you may want to run a script read more...
Download Plugin THEMES: theme-lighttheme-dark<link href="{{ path to js read more...
Greetings All! Since everyone was digging the Star Comment Rating I decided that read more...