About Katz Web Services
Katz Web Services is a web development company operated by Zack Katz.
-
Plugin Support Topics
Popular Posts
- Simple Vertical Align Plugin for jQuery
- How to Create a Custom RSS Feed in WordPress in 12 Lines of Code
- Contact Form 7 Modules - A Plugin
- iContact Widget for WordPress
- Gravity Forms Shortcode - A Detailed Explanation
- Kick SEO Ass with SEO WordSpinner Plugin for WordPress
- jQuery validator annoyances
- Weather Forecasts for WordPress - WP Wunderground Plugin
Tag Cloud
Denver SEO Denver Code Website Redesign SEO Search Engine Optimization Google SEO Blogging Shopping Cart Search Domains Interspire Development Interspire Customization WP Plugins CSS Interspire Shopping Cart Nofollow WordPress SEO Google Plugin Marketing Web Design Functions.php WordPress WordPress Plugins eCommerce WordPress Development Design Optimization Links
Tag Archives: jQuery
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, and will thoroughly piss you off.
The fix is simple: use the minified version (jquery.validate.min.js) javascript file, instead of the packed version (jquery.validate.pack.js).
Posted in jQuery
Tagged IE, IE 6, Internet Explorer, Javascript, jQuery, Validation, Validator
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.
jQuery to the rescue. Using a jQuery vertical align snippet as my base code, I modified it to be a jQuery plugin that will allow you to use the function in the jQuery chain.
Posted in Code, jQuery
Tagged CSS, Javascript, jQuery, jQuery Plugin, Plugin, Vertical, Vertical Align
79 Comments