"My business is to teach my aspirations to confirm themselves to fact, not to try and make facts harmonize with my aspirations."

-T.H. Huxley

Introducing switchTarget jQuery Plugin

Published by Yulka Plekhanova on Dec 4, 2009 at 11:35 PM.

VIEW DEMO  |  DOWNLOAD

About

I developed this plugin while working on one of my projects. Since I couldn't find a plugin that could have solved a all of my use cases, I decided to develop my own.

Usage

  1. To use the plugin, first include the jQuery library and then the switchTarget javascript file in the head of your file.

    <script src="js/jquery.js" type="text/javascript"></script>
    <script src="js/jquery.switchTarget.1.0.js" type="text/javascript"></script>
    
  2. Following the example below, create links and targets.

    <a ...

Read full entry...