Category

Javascript tuts

You are now browsing the posts filled under Javascript tuts.

Add HTML elements on the fly

As I said at the beginning of the post-jQuery link simulator in this series of tricks add a new "episode". In this post, I want to describe an excellent way to add to dynamically, without refresh, fields in a form. The fields can be of any kind.

In this example, I’ll add a text field, which [...]

jQuery link simulator

     I thought I make a small number of posts on javascript in general, especially jQuery.
     Personally, I find this framework to be an excellent tool for quick fixes, but also to create complete AJAX interfaces.
     A fix which I recently made was the creation of a link without using the [...]

Make an AJAX link validation script in 3 easy steps

Being a web developer, and having a bit of experience in this field, I noticed that some tasks are need almost in any application that I developed. So, instead of waisting time writing the same code over and over again, started making little snippets of code to reuse.

This is my very first tutorial ever so [...]