jquery

jQuery Makes Writing JavaScript Fun Again (for HTML5 User Group)

jQuery Makes Writing JavaScript Fun Again (for HTML5 User Group) View more presentations from Doris Chen.


Embed CSS/HTML/javascript demos on blog posts using jQuery

Writing about techie things, tips and tricks about various technical things become more useful when you attach an example with it or a running demo is shown. As I myself do this on this blog, many times I require to demonstrate the example then and there in blog post. It is difficult to include execution [...]

i18n framework for HTML pages – jQuery

The problem is quite simple. You have HTML pages as your front end and you are not using any server side scripting to display your pages i.e. you are not using jsp or php or servlets to get HTML content. Application is HTML pages and javascript which is using Ajax to talk to back end [...]


URLEncode and URLDecode – jQuery Plugin

Already written what is URLEncoding and Decoding all about. This post is just a try to understand a jQuery plugin for doing URLEncode and decode using javascript code. In case you need to send some variable url encoded or receive some variable encoded this plug-in can be used. Here is an example using this script.You [...]


Masking inputs using Jquery – Jquery plugin

Taking input from the user is essential in web world. In some cases user input is the only content generation channel for certain websites and asking inputs from user becomes more important in those cases. You need to present all input elements in such a way that user does not make any mistakes and at [...]