Default options demo

The basic setup of jQuery URL animator using the default options. By default the animation is set to Flash

Watch the address bar to see the demo

The basic setup is really easy. All you need to do is to include the main script into the <head> section of your page.

<script type="text/javascript" src="path/to/jquery.js">
<script type="text/javascript" src="path/to/jquery.urlAnim.js">

Setup some basic texts that will be shown in the URL

<div id="messages" style="display: none">
    <p>jquery.urlAnim</p>
    <p>Adamantium solutions</p>
    <p>http://www.adamantium.sk</p>
</div>

Then just call the urlAnim() script on the #messages <div>. The text inside <p> children tags will become the input text for URL animations

 
<script type="text/javascript">
    $(document).ready(function(){
        $("#messages").urlAnim();
    });
</script>


Premium jQuery plugins, PHP scripts, Wordpress themes