Welcome To Snipplr
Everyone's Recent JavaScript Snippets Tagged ajax
- All /
 - JavaScript /
 - HTML /
 - PHP /
 - CSS /
 - Ruby /
 - Objective C
 
Requires Mootools 1.2<br/>
http://mootools.net/download
Based on the mootools javascript framework a re-usable class for easily implementing an array of on submit events.
* Confirmation - Provides an Ok, Cancel input box before proceeding furt...
        
        
        
            1 
        
        
            1185 
        
                    posted 17 years ago by dom111
            #modal would be the bodyID of your modal window.  I use jqmodal so it strips out all the header tags, and takes your body ID and turns it into a div.
        
        
        
            2 
        
        
            1234 
        
                    posted 17 years ago by kristin
            libreria que mediante ajax y javascript permite paginar los contenidos de una tabla
        
        
        
            0 
        
        
            993 
        
                    posted 17 years ago by victorchamorro
            Simply replaces the div's innerHTML with the response text received from the file.
        
        
        
            3 
        
        
            2484 
        
                    posted 18 years ago by 1man
            This function allows you to parse a simple XML document(passed to it using this.href on a onclick event). Virtually the same as JSON, the things that have been changed ate labeled !Important.
        
        
        
            3 
        
        
            1842 
        
                    posted 18 years ago by 1man
            This function is near enough the same as parsing XML. The only things that have changed are the sections marked !important.
        
        
        
            3 
        
        
            1893 
        
                    posted 18 years ago by 1man
            Very basic grab a line of text from a file then display it in an alert box. Uses other functions for loading prepareLinks() and creating the request.
        
        
        
            2 
        
        
            1712 
        
                    posted 18 years ago by 1man
            This functions allows you to create a new XMLHTTPRequest, it checks to see if the browser supports each method, if not it returns false.
        
        
        
            4 
        
        
            1838 
        
                    posted 18 years ago by 1man
            El modo de uso es el siguiente:
function cargarContenido()
{
 var p = new Request("prueba2.asp",respuesta);
 p.setMethod("GET"); 
 p.addParam("saludo",$("txtSaludo").value); 
 p.addParam("telefono",$("txtTelefono").value); 
 p.callRequest();...
        
        
        
            3 
        
        
            1594 
        
                    posted 19 years ago by enzoscuro
            Ejemplo de cómo utilizar el objeto Ajax.Responders de Prototype.
El ejemplo hace uso de Scriptaculous.
        
        
        
            3 
        
        
            1673 
        
                    posted 19 years ago by sendoa