Web Design Miami, TECKpert

Click here to get in touch with a Web Expert today.

Blog

Hire Us

jQuery Development: Your own Plugins Part II

By Andres, December 8, 2009 no responses

Extending on my previous post jQuery development: Your own plugins, we now have to take a look into a more complex plugin as well as making greater use of both JavaScript’s built in Regular Expression objects and jQuery provided functionality.

Read More

jQuery development: Your own plugins

By Andres, November 16, 2009 no responses

Often there is a need for functionality that goes above jQuery’s core set of methods, there are a host of plugins which can be used to attain this functionality. Such as ColorBox when a modal box is needed or jFlow for a basic gallery. However, sometimes these plugins cannot preform exactly the way we need them to without attacking the plugin’s source and in the end causing a fair bit of frustration, confusion, and a plugin that not only doesn’t do what you want but doesn’t do anything.

Read More