Skip to content

Commit

Permalink
remove jquery reference
Browse files Browse the repository at this point in the history
  • Loading branch information
ricardo-devis-agullo committed Mar 1, 2025
1 parent 62f508d commit 2a72143
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion website/docs/components/client-side-operations.md
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ This is to postback to component's server.js and get just the data back. Callbac

### oc.renderNestedComponent ($el, callback);

Given a HTMLElement selected (it can also be a jQuery element) $el `<oc-component>` element, renders it and then executes the callback function.
Given a HTMLElement selected $el `<oc-component>` element, renders it and then executes the callback function.

### oc. registerTemplates (`[templates]`)

Expand Down

0 comments on commit 2a72143

Please sign in to comment.