Wednesday, June 27, 2012

Useful custom control

Tooltip control


Dropdown box selection
- Refresh issue, remember to use the below code when ajax is called. Do it when you try to refresh the current page using ajax
$("SELECT").selectBox('destroy');


Pop up control
- Pop up image only
$.modal("");




Saturday, April 28, 2012

ajax jquery loading

ajax loading screen

Twitter 101

Twitter integration basic

http://search.twitter.com/search.json?q=@XXX&page=X

@XXX : search keyword
X : Current Page

Wednesday, April 18, 2012

Monday, April 16, 2012

jquery 101

jquery 101

jquery sliding effects

Saturday, April 14, 2012

Light media player

Super light weight jquery player !!!

Friday, April 13, 2012

Upload control - Jquery + ASP.NET

clean and simple upload control for asp.net + jquery, this is not using form posting and using json to post data over to asp.net

this is using form posting which is not very useful, another framework which did form posting 

Many more for form posting
Link 1
Link 2