Sliding Top Menu With jQuery
Sliding menus are very effective in areas where we have limited space . This is a sliding top menu built with jQuery which can be fired through the open & close buttons or with any tag with the...
View ArticleJavascript Void()
It’s these types of programming solutions that will utilize the JavaScript Void 0 programming tool. This lesson will teach you some of the reasons to use the JavaScript Void 0programming strategy in...
View ArticleIn-Field Labels jQuery Plugin
Last week I was dealing with a unique problem. I needed to set focus to a username field, but the field had an in-field label. The script was set to clear out the helper text (label) when the user...
View ArticleJquery Librarys / Plugins
My favorites Jquery ajax librarys / plug-ins PrettyGallery http://www.no-margin-for-errors.com/projects/prettygallery/ PrettyPhoto...
View ArticleWeb UI libraries
1. IT Mill Toolkit IT Mill Toolkit is an open-source framework, providing widgets and tools for the development of Rich Internet Applications (RIAs). Deliver web applications without worrying about...
View ArticleMega Drop Down Menus w/ CSS & jQuery
While in the process of redesigning 4wheelparts.com, I decided to explore new methods of working with our huge number of inventory and categories. I did some research and noticed a new trend for...
View Article15 Calendar & Time Script With Ajax and Javascript
Ajax Calendar help users to choose one or more dates from a graphical calendar presented in a month interface. Flat Calendar Style, Pop Calendar Style, Fade Effect Calendar Style and more Style make...
View Articleajax jquery jCarousel
jCarousel Riding carousels with jQuery Author: Jan Sorgalla Version: 0.2.4 (Changelog) Download: jcarousel.tar.gz or jcarousel.zip Licence: Dual licensed under the MIT and GPL licenses....
View ArticlejQuery Plugins and Demos
jQuery Plugins and Demos Plugins BlockUI Plugin (Updated 29-MAR-2010) Simulate synchronous ajax by blocking – not locking – the UI. Corner plugin (Updated 11-MAR-2010) Rounded corners without images....
View ArticleOpen a modal window from a Flash movie
AS1 / AS2 In the action of your flash button, you have to execute this code: getURL("javascript:$.nyroModalManual({url:'YOUR URL'});"); AS3 In the action of your flash button, you have to execute this...
View Articledisplay an object inf javascript
Here’s how to show the contents of a object in Javascript function concatObject(obj) { str=''; for(prop in obj) { str+=prop + " value :"+ obj[prop]+"\n"; } return(str); } source...
View ArticleEasy Display Switch with CSS and jQuery
Today, I would like to go over a quick and simple way to allow your users to switch page layouts by using CSS and jQuery. Today’s web users expect web pages to be increasingly more interactive. To this...
View ArticleAjax – dynamic content with link history
Use this script to update content dynamicaly. Original source from http://www.unfocus.com/projects/historykeeper/ <script type="text/javascript" src="Scripts/history.js"></script>...
View ArticleHow to Load In and Animate Content with jQuery
http://net.tutsplus.com/tutorials/javascript-ajax/how-to-load-in-and-animate-content-with-jquery/ Author: James Padolsey I’m a freelance web developer based in Hampton, UK. I write about and enjoy...
View ArticleUsing jQuery with Other Libraries / no conflict
GENERAL The jQuery library, and virtually all of its plugins are constrained within the jQuery namespace. As a general rule, “global” objects are stored inside the jQuery namespace as well, so you...
View ArticleUsing Div/CSS popup instead of javascript alert box
http://www.jquery-dev.com/2008/12/02/jqmodal-jquery-modal-popup-plugin http://www.84bytes.com/2008/06/02/jquery-modal-dialog-boxes/ http://vision-media.ca/resources/jquery/jquery-popup-plugin-review...
View ArticleMooTools 1.2 Image Protector: dwProtector
Image protection is a hot topic on the net these days, and why shouldn’t it be? If you spent two hours designing an awesome graphic, would you want it ripped of in matter of seconds? Hell no! That’s...
View ArticlePrint DIV
<script> function go() { var a = window.open(”,”,’width=300,height=300′); a.document.open(“text/html”); a.document.write(document.getElementById(‘foo’).innerHTML); a.document.close(); a.print();...
View ArticleOpen / Close Pop Up window
The HEAD of the Page put the follow script <script type=”text/javascript”> function MM_openBrWindow(theURL,winName,features) { //v2.0 window.open(theURL,winName,features); } </script> Open...
View Article