Quantcast
Channel: Alex Stetsenko » JavaScript
Browsing latest articles
Browse All 4 View Live

Image may be NSFW.
Clik here to view.

jQuery Dropdown Check List

The Dropdown Check List is extremely nice and stable jQuery widget developed by Adrian Tosca. It transforms a regular select HTML element into a dropdown checkbox list. Check out the demo page or go...

View Article



Top 5 JavaScript Interview Questions

So here we go with the top 5 of JavaScript interview questions based on my experience several months back. Question #1 is [of course] to explain what closure is. This is almost like a must have...

View Article

Image may be NSFW.
Clik here to view.

jQuery – YUI 3 Rosetta Stone

This post is basically to point out a great resource on how to make a smooth transition between jQuery and YUI. jQuery – YUI 3 Rosetta Stone shows each framework code side by side with some comments...

View Article

JavaScript: Serialize JSON object to a query string

JavaScript (of course nested objects would require more efforts) var data = { one: 'first', two: 'second' }; var result = ''; for(key in data) { result += key + '=' + data[key] + '&'; } result =...

View Article
Browsing latest articles
Browse All 4 View Live




Latest Images