Delayed Script/Waiting in Javascript
I was struggling in finding out of how to make a simple delegate like in AJAX request through javascript. It takes me a few days to figure this out Basically the problems are: -I need to…
Javascript code
I was struggling in finding out of how to make a simple delegate like in AJAX request through javascript. It takes me a few days to figure this out Basically the problems are: -I need to…
ParseJSON returning you an object from your AJAX Call, the problem that I have is my object properties has invalid character (e.g “#”) Assuming jsonData is my variable that contains the following information I’d like to…
I found a simple collapsible panel developed by a guy called Darren Ingram and I’d definitely recommend it to anyone wanted to implement collapsible panel. His Jquery implementation of collapsible panel is very simple. It just…
Simple function to encode and decode UTF8 character for unicode (this is for IE) Encode utf8bytes= unescape(encodeURIComponent(unicodecharacters)); Decode unicodecharacters= decodeURIComponent(escape(utf8bytes));
This article is demonstrating how to wire up an enter key into a textbox. For example you have a search text box where you press enter then it will click go button and at the same…
I’ve a case where I have an ASP.NET calendar that has a page load method that automatically select a date when it’s loaded. I also have an event defined for Selected_Changed which will be triggered only…
I need to make a text box that does not allow the user to type any numeric key at all // function to only allow numeric key presses in a textbox // this doesn’t stop pasting…
I keep getting this message “an activex control on this page might be unsafe to interact with other parts of the page. do you want to allow this interaction” when I try to access a page…