Tag Archives: jQuery

Toggle WordPress Help Menu

It’s not possible (as far as I know) to currently link directly to a help tab in WordPress. Here’s the jQuery solution I cooked up: /** * Toggle the WP help menu tab by linking to the tab id * … Continue reading

Posted in jQuery, WordPress | Tagged , , | Leave a comment

jQuery validator annoyances

For all of you that use jQuery and use the Validator plugin, you may have been getting this error in Internet Explorer 6: jQuery.Validator is null or not an object This code will break any jQuery below your validation code, … Continue reading

Posted in jQuery | Tagged , , , , , , | 9 Comments

Simple Vertical Align Plugin for jQuery

Sometimes you may want to vertically align a block item, but the CSS-only vertical aligning methods don’t make you feel clean.  Personally, I hate having to style items as a table/table cell to get them to vertically align in Internet Explorer. … Continue reading

Posted in Code, jQuery | Tagged , , , , , , | 90 Comments