Jitter Div code

Jitter Div javascript code .

jQuery Images Switch Menu

Images Switch Menu with CSS + jQuery.

Pictures slideshow javascript code

4 pictures switch code , you can customize the pictures url in xml file .

Popup calendar javascript code


Calendar JS

It’s powerful calendar javascript code ,

Supported browsers : IE 6.0+ , Firefox 2.0+ , Chrome, Opera 9.5+ , Safari 3.0+

Call method demo :

Have many languages ​​and skin to choose, custom date format :

<input onclick=”WdatePicker({dateFmt:’MM/dd/yyyy’,lang:’en’,skin:’whyGreen’})” type=”text” />

<– Click here popup .

 

Show date in other labels (Such as: textarea, div, span) :

<span id=”demospan”>10/13/2011</span><img onclick=”WdatePicker({el:’demospan’})” src=”..” />

Other Parameter list:

“position” : Custom pop up position, For example: WdatePicker({position:{left:100,top:50}})

“readOnly”: Text box read only, can’t be change. For example: WdatePicker({isShowClear:false,readOnly:true})

“startDate”: Custom choose start date, For example: WdatePicker({startDate:’05/01/1980′})

“minDate” , “maxDate” : Choose the date range limit , For example: WdatePicker({minDate:’05/01/2006′,maxDate:’05/01/2009})