Milinda Pathirage’s Blog

Let the code talk for yourself!

Entries Tagged as 'jQuery'

Handling HTML forms using jQuery Form Plugin

October 7th, 2008 · No Comments · JavaScript, jQuery

jQuery Form Plugin is a very useful JavaScript library which let you handle HTML forms in very flexible manner.

The jQuery Form Plugin allows you to easily and unobtrusively upgrade HTML forms to use AJAX. The main methods, ajaxForm and ajaxSubmit, gather information from the form element to determine how to manage the submit process. [...]

[Read more →]

Tags:

Why Most Popular JavaScript libraries doesn’t support XML with namespaces?

July 28th, 2008 · No Comments · JavaScript, jQuery, yui

I am involve in developing Web Based Management Console for Apache ODE these days for Google Summer of Code 2008. For the mid term evaluation I used code developed using jQuery and I tested only in Firefox 2. But After I submit patches to ODE, developers mentioned about bugs in Firefox 3 and IE 7. [...]

[Read more →]

Tags:

DOM Scripting Toolkit - jQuery

June 15th, 2008 · No Comments · JavaScript, jQuery

I found this nice slides while I’am searching for a cross browser and easy to use DOM Scripting toolkit. The different APIs used by different browsers make it harder to write JavaScript which manipulate HTML documents. But toolkits like JQuery, Prototype, YUI, and etc.. make the JavaScript programmers life easier than before.

I think, now the [...]

[Read more →]

Tags: