Plugins

The plugins site is currently in development.

We've been looking to provide a higher-quality, spam-free experience at the plugins site for some time, and a major error on our part forced us to shut down the current site before we could put the new one in place. We are developing a new site, and you can follow along with its development on GitHub. For more information about this transition, including steps you can take as a plugin author to prepare, please read our post about what's going on.

tool


jlThemeSwitcher - A jQuery UI Or Custom Stylesheet Theme Switching Widget

jlThemeSwitcher is a jQuery theme switcher plugin I designed which allows you to switch between jQuery UI themes or your own custom themes created with jQuery UI Themeroller (http://jqueryui.com/themeroller/).

This widget has many helpful options and it automatically matches the selected theme.

Documentation, demo, and source code for the widget can be found at my website at http://jasonlau.biz/home/jquery/jlthemeswitcher-for-jquery.

Want to contribute to this project?
Send your jQuery UI themes to me to be added to the public themes list or send a request to become a co-developer.

You can also find some of my other jQuery plugins at my website.

JSON to XML

This plugin converts provided json to XML.
It create XML Object, converts created string to XML and returns object with two values :

  1. xml (xml object)
  2. string (string of xml)
$(function(){
            var _x = $(document).jtx({one: 'senad', two: 'meskin', nodes: ['one', 'two', 'three']});
            $('#txt').text((_x.string));
        });

ClipR - bookmarklet for better internet reading

ClipR is a bookmarklet build with jQuery who can improve your reading on Internet directly from the browser.

AutoSnippet - Automatic Code Snippet Generator

Code snippets posted online are a great source of knowledge and a simple way to share experience and to reuse code. As developers we always look to see if there is a 'code example' which we can modify to our needs. As bloggers we find code snippets very useful to get our information out to the readers.

AutoSnippet automatically generates the code snippet from the source code (HTML, CSS and JavaScript). No more cumbersome repetitive tasks and no more inconsistencies between example and real code.

Here is how simple it is:

<!-- this is the source div - we write the src only here -->
       <div name="autosnippet:name_of_target_div:[yes/no -use Syntax Highlighter(default=no) ]">
            HTML and javascript goes here
       </div>
      
       <!-- this is the target div - the snippet is automatically generated here -->
       <div name="name_of_target_div"> &lt;/div>

Useful for Bloggers and code sites.

Good Tip

This tooltip can get both inline content and also content from the title. It can also hook in six ways and also has customizable styling and wrapping options. Also, it can tack so it won't fade away right away. Good for menus and regular tips.

Use it.

Currency

Currency: an unobstrusive automatic and real time currency conversion

This is a small tool that may prove to be usefull. It permits automatically converting any currency to any other currency on a website, with real time quotes. It is

implemented using an ajax PHP script backend (for cross-domain issue).

How to install:

Simply copy the currency-ajax.php file to the website (for example in the root folder), the jquery.currency.js and currency.css files. In addition, you can use the set

of icons provided in the package, or your own.

How it works:

Currency reads automatically traverses the DOM and processes every element tag with class currency. Each automatically converted currency value uses the

rel= tag for the options.

Here is an example: