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 ) } | ||
} ) | } ); | ||
. | .always( function ( html ) { | ||
alert('Parsed result:', html) | alert('Parsed result:', html) | ||
} ) | } ) |