Mostbet  |   Blog  |   Sitemap  |   Search  
Home
JavaScript UI FrameworkExamplesRuntime (DOM, SMIL..)jQuery APIs

Ajax

Pressing buttons should initiate dynamic loading content.

Source code


Effects

Position animation (press the button for play):

Source code


Color animation (move the mouse over the text):

Source code


History

Pressing a button below moves the box to a corresponding position. The new location is saved in the browser history. Thus navigating browser back/forward buttons you can get box moved to the previous/next position.
If you add the page (with a box located in a position different from the initial) to the browser bookmarks and later the page from a bookmark you can see the box is located where it was when bookmarked.

Source code