Browsing Category
jQuery
22 posts
Coding chrome desktop notification in jQuery
Google Desktop Notification is nothing new for gmail users, whenever new mail comes it notify you from rectangle…
Tweet post or Facebook like to unlock the content using jQuery
jQuery Social Locker Plugin Yesterday, I was looking my facebook news feed. Then one of my friend liked Social…
Front-End Engineer in San Francisco – solved code interview questions
I've came to this site (via hacker news) had few frontend engineer's job interview questions. I've try to solved…
AJAX style multiple images upload using HTML5, JSON and jQuery
You might have seen at many places like Facebook or even in wordpress editor - "Add Media" section,…
Form auto-submission tips for jQuery
jQuery form auto submission with submit() method. jQuery provides method called submit() available to <form> Object. $('form').submit(); It…
JavaScript AJAX variables truncation issue FIX
Suppose you might have heavy ajax processing app that communicate between your server and application mostly with large…
HTML select element manipulation using jQuery
Jump to Topic Adding single option to combo-box Adding multiple options to Combobox Delete option element from HTML…
Native jQuery animations using pure JavaScript and CSS3
jQuery shipped with some basic animations like, fadeOut fadeIn slideDown slideUp If you want to implement it absolutely…