One of the features I loved with using jQuery is the event handlers and its implementation. For me it is clear-cut and easy to learn when you put It in action. 1. bind() The code below registers the element with an ID of ‘selector’ to handle the event ‘click’. We usually call this as ‘listen’. [...]
One dilemma I encounter when making AJAX based modules is when a fragment of JavaScript code makes a request and it seems like it is taking forever (the gif images progress bar is still there doing its job) and not displaying a response at all. Second dilemma is the response is written on the container [...]
Blogsite that talks about web Programming experiences,techniques and ideas for ASP,PHP,ASP.NET,Javascript and a little bit of JAVA and Mobile Development.