Tag Archives: jquery

How to scroll elements smoothly in JavaScript/jQuery without plugins

There are multitude of ways to scroll the page to bring certain elements to view through code. A few of them below. The code given below can be used to scroll any element with an ID on the page. The … Continue reading

Posted in JavaScript | Tagged , , , , , , , , , , , , , , , , , , , , | Leave a comment

HTML SELECT/Dropdown with JavaScript/jQuery

A list of commonly needed operations on HTML SELECT/Dropdown using JavaScript/jQuery. Let me know if you find it useful or if you have additions/suggestions to improve the list. JavaScript jQuery Tweet

Posted in JavaScript | Tagged , , , , , , , , , , , , , | 1 Comment

jQuery v1.6 Checkbox issue: attr() vs prop()

I have been visiting Stackoverflow a lot recently. This is a cool forum where you not only get your questions answered but also learn. Learn a lot, in fact. I always enjoy learning from others’ experience and mistakes; it’s dirty … Continue reading

Posted in JavaScript | Tagged , , , , , , | Leave a comment