Skip to content
Wolfy87 edited this page Dec 1, 2010 · 1 revision

$(string element, object context).replace()

Parameters

element - The CSS selector string to your element.

context - If supplied, the context in which you wish the selection to take place.

Return values

Nothing

Examples

Run the replace function on an input

$('input.username').replace();