-
-
-
-
Just Posted
What They’re Saying
- Jet on How To Add Custom Styles To The WordPress Editor Dropdown
- Dustin - WordPress Theme Reviewer on How To Add Custom Styles To The WordPress Editor Dropdown
- Milap on How To Get Top Parent Page ID In WordPress
- ismael on How To Highlight Current Category In WordPress Menu (wp_nav_menu) For Single Post Pages Using jQuery
- gary dawson on How To Add Custom Styles To The WordPress Editor Dropdown
Categories
- jQuery (2)
- PHP (6)
- Tips & Tricks (13)
- Wordpress (8)
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