CodeToFun
Learn Programming Free
Tutorials
Languages
Features
About
Sign In
Tutorials
Languages
Features
About
Sign In
Back
/
jQuery jQuery.cssHooks
jQuery.cssHooks — hyphenated vs camelCase (Try It)
Try It
Run
Reset
Save
Save to Google Drive
Sync with your Google account
Download HTML
Save to your device
Share
Full
HTML Code
Copy
cssHook normalized names
A
B
.css('borderRadius', '10px')
.css('border-radius', '20px')
Both buttons use the same cssHook under the hood.
Lines:
0
| Characters:
0
Live Preview
Auto-refresh on Run