Widget:Sandbox: Difference between revisions

Jump to navigation Jump to search
Matt Pijoan (talk | contribs)
No edit summary
Matt Pijoan (talk | contribs)
No edit summary
Line 12: Line 12:
   }, {
   }, {
           ok: function () { alert( arguments ) }
           ok: function () { alert( arguments ) }
   } )
   } );
    
    
.done( function ( html ) {
.always( function ( html ) {
     alert('Parsed result:', html)
     alert('Parsed result:', html)
} )
} )

Revision as of 20:28, 11 October 2012