Mark Forums Read
  #1  
Old 11-10-2010, 12:40 AM
JavaScriptBank JavaScriptBank is offline
Senior Member
 
Join Date: Sep 2009
Posts: 130
JavaScriptBank is on a distinguished road
Default Amazing Bounce Effect using jQuery framework

JavaScript bounce effect is the type of script presented on jsB@nk.com through many plained-JavaScript example codes, such as:

- [url="http://www.javascriptbank.com/elastic-trail-script.html"]J... detail at JavaScriptBank.com - 2.000+ free JavaScript codes


How to setup

Step 1: CSS below for styling thescript, place it into HEAD section
CSS
Code:
<STYLE type="text/css"> body, input{ font-family: Calibri, Arial; } div { padding:5px; width:150px; height:100px; text-align:center; } #bouncy1 { background-color:#FFEE88; } #bouncy2 { background-color:#EE88FF; } #bouncy3 { background-color:#EE8888; } #bouncy4 { background-color:#88EEFF; } </STYLE>
Step 2: Place JavaScript below in your HEAD section
JavaScript
Code:
<script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.3.2/jquery.min.js"></script> <script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jqueryui/1.7.2/jquery-ui.min.js"></script> <SCRIPT> $(function(){ //Add bounce effect on Click of the DIV $('#bouncy1').click(function () { $(this).effect("bounce", { times:5 }, 300); }); $('#bouncy2').click(function () { $(this).effect("bounce", { direction:'left', times:5 }, 300); }); $('#bouncy3').click(function () { $(this).effect("bounce", { direction:'right', times:5 }, 300); }); $('#bouncy4').click(function () { $(this).effect("bounce", { direction:'down', times:5 }, 300); }); //Bounce all DIVs on click of button $("#bounceAll").click(function(){ $("div").click(); }); }); </SCRIPT>
Step 3: Place HTML below in your BODY section
HTML
Code:
<table> <tr> <td><div id="bouncy1">Click here to bounce. Direction: Up</div></td> <td><div id="bouncy2">Click here to bounce. Direction: Left</div></td> </tr> <tr> <td><div id="bouncy3">Click here to bounce. Direction: Right</div></td> <td><div id="bouncy4">Click here to bounce. Direction: Down</div></td> </tr> </table> <br/> <input id="bounceAll" type="button" value="Click to Bounce All!"/>





Reply With Quote
 #Add to Ads's Reputation  
OldSponsored Ads
Ads AdsPromoter is online
Member
 
Join Date: LongTime
Posts: 1100
Ads is on a distinguished road
Default New Sponsored Ads



This message will go away once you are registered. Also, by registering, you will have access to all post topics, communicate privately with other members (PM), respond to polls, upload graphics, and access other special features! Registration is fast, simple and absolutely free so please Click Here to join our Web Hosting community today!
Reply With Quote
  #2  
Old 05-30-2011, 09:56 AM
zeemar zeemar is offline
Member
 
Join Date: Sep 2010
Posts: 64
zeemar is on a distinguished road
Default

It's been a while since I used the free version so I can't remember the differences, one thing I do remember is that you do not have to manually update it, you can set the paid version to automatically update itself.

Can you do scheduled scans in the free version?
------------
brampton criminal lawyer
Reply With Quote
  #3  
Old 07-28-2011, 05:13 AM
vvpeter20 vvpeter20 is offline
Junior Member
 
Join Date: Jul 2011
Posts: 16
vvpeter20 is on a distinguished road
Default

It's been a while since I used the free version so I can't remember the differences, one thing I do remember is that you do not have to manually update it, you can set the paid version to automatically update itself.
__________________
funny pictures
Reply With Quote
  #4  
Old 11-11-2011, 02:23 PM
johnwayne11 johnwayne11 is offline
Junior Member
 
Join Date: Nov 2011
Posts: 5
johnwayne11 is on a distinguished road
Default

I remember something that is not necessary to update manually, you can set the paid version automatically update itself.
__________________
r4 cards
Reply With Quote
 #Add to Ads's Reputation  
OldSponsored Ads
Ads AdsPromoter is online
Member
 
Join Date: LongTime
Posts: 1100
Ads is on a distinguished road
Default New Sponsored Ads



This message will go away once you are registered. Also, by registering, you will have access to all post topics, communicate privately with other members (PM), respond to polls, upload graphics, and access other special features! Registration is fast, simple and absolutely free so please Click Here to join our Web Hosting community today!
Reply With Quote
Reply


Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Forum Jump


All times are GMT. The time now is 06:24 PM.


Powered by vBulletin Version 3.6.1
Copyright ©2000 - 2012, Jelsoft Enterprises Ltd.
SEO by vBSEO 2.4.0