Firefox addon to build HTTP request

Jan 17, 2011

http://stackoverflow.com/questions/725998/are-there-firefox-extension-or-any-other-browser-that-allow-to-send-arbitrary-p

This needs comes up when you cannot test build HTTP GET or POST request requiring special request headers like content type = application/json;

Categories : HTTP

How to increase clickable area of links

Jan 13, 2011

See this A List Apart post - Clickable Region Fix - about this

http://www.alistapart.com/articles/slidingdoors2/

Categories : HTML   JavaScript

jQuery not executing script tags in ajax load

Jan 11, 2011

This happens when the script code is not correct , or if the script code is a JSON string then the string may not be well formed.

Categories : jQuery   JavaScript

Selecting Dom ID with dot in it through jQuery

Jan 10, 2011

I could not select Dom elements with ID having dot character in them. Quick google search gave me this Stack overflow post, which solved my problem.

http://stackoverflow.com/questions/605630/how-to-select-html-nodes-by-id-with-jquery-when-the-id-contains-a-dot

Categories : jQuery   JavaScript

jQuery Scrollpane plugin

Nov 17, 2010

http://jscrollpane.kelvinluck.com/

If you need to customize how scroll bars looks for your div, and to customize the behavior , this is the right plugin to use.

I tried it with Firefox, Chrome, IE, works well.

Categories : jQuery   JavaScript