Category Archives: jQuery

How To Get Text From Textarea using jQuery With .val() method

Recently, was doing some form validation and needed to quickly grab the text content from a textarea input using jQuery. Tried using the “.text()” method to no avail. A little hunting and found out that what I was actually looking … Continue reading

Posted in jQuery, Tips & Tricks | 1 Comment

How To Highlight Current Category In WordPress Menu (wp_nav_menu) For Single Post Pages Using jQuery

UPDATE 10-11-2010: This information below is dated. The easiest way to accomplish this is to now just use built in classes outputted by WordPress (ie .current-post-parent). Please see this post for more information. The new menu manager in WordPress 3.0+ … Continue reading

Posted in jQuery, Tips & Tricks, Wordpress | 3 Comments