jQuery clock plugin - display 12-hour or 24-hour time notation, local or UTC time.
Few out of 20+ transition effects are shown below. startEffect : grayscale, hoverEffect : normal(For HTML5 Browsers)
Filters is a jQuery plugin that allows to filter items using custom animation. You can use CSS3 transitions or just fadeIn/Out effect. Go to the demos and see how simple is that.
is a jQuery plugin that rumbles, vibrates, shakes, and rotates any element you choose. It’s great to use as a hover effect or a way to direct attention to an element
a plugin for jQuery that adds a beautiful transition similar to real pages in a book or magazine for HTML5.
- + Uses Hardware acceleration
- + Works on tablets and smartphones
- + Easy to manipulate
- + Lightweight, only 6K
This is code i use for RodjaTV to update news from text file.
$(document).ready(function() {
$("p.update").load("news.txt");
var refreshId = setInterval(function() { $("p.update").load('news.txt'); }, 9000);
$.ajaxSetup({ cache: false });
});
code in the body
<div class="news"><marquee behavior="scroll" scrollamount="2" direction="left"><p class="update"><?php // include('news.txt');?></p></marquee></div>Finding a place to display tweets on your blog can be difficult especially if you want to show more than 1 tweet.



