Mahesh
Member since Dec 11, 2008
- Profile: /members/2478-mahesh.htm
- Comments: 4
Recent Blog Comments By Mahesh
-
Experimenting With jQuery's Queue() And Dequeue() Methods
Posted on Jul 18, 2010 at 2:00 PM
Brilliant example! Though its a very simple example, I used the concept for a complicated Ajax system which had multiple steps that should be executed serially reporting the status of each step to the DOM. Amazing and a big thanks to you and your great highlights.... read more »
-
ColdFusion, jQuery, And "AJAX" File Upload Demo
Posted on Jul 22, 2008 at 7:32 PM
For the above script to work across browsers, do not set the form enctype in the prototype writeAttribute, instead add it to the form, as IE will not do the upload, if the form is set with the encType through JS.... read more »
-
ColdFusion, jQuery, And "AJAX" File Upload Demo
Posted on Jul 22, 2008 at 9:55 AM
Ben the easiest thing to get the latest version of prototype without having to bother about the version is using Google AJAX Library APIs. Put this into any page and you have the library hooked up with the latest version. Is also available for other frameworks like jQuery and so on. Check out: ht... read more »
-
ColdFusion, jQuery, And "AJAX" File Upload Demo
Posted on Jul 22, 2008 at 2:10 AM
Ben very nice! Thank you for the tip.... ! Worked really like a charm. I also referred to Apples famous Remote Scripting Basics and came up with something similar but with the Prototype library. So if someone is looking for that. File 1: client.php <form id="form"> <input name="file_upl... read more »