Code Refactoring
Find and replace code patterns across your property
Scenario
// These no longer work
jQuery(document).ready(function() { ... });
jQuery(this).text();
jQuery('#element').attr('href');Steps
1. Find Affected Components
2. Add to Workspace
3. Batch Update
4. Review Changes
Common Replacements
jQuery
Vanilla JavaScript
Other Refactoring Use Cases
Last updated