JAVASCRIPT
CSS
PHP
3rd-Party Scripts
UPLOAD YOUR SCRIPT
Search
Recent Searches
"recent searches "
"how old "
EQUAL
"foldercontents "
dos
"whoisquery "
CompuChannel
REGISTRY
Yubnub "shortcut " command source
PHP email validation function
Rate this script:
I Love it
/
I Hate it
selector-case to camelCase in JavaScript
Code
var
camel =
'border-right-color'
.
replace
(
/\-
(
.
)
/g
,
function
(
m, l
)
{
return
l.
toUpperCase
(
)
}
)
;
selector-case to camelCase in JavaScript scripts
|
selector-case to camelCase in JavaScript snippet
|
selector-case to camelCase in JavaScript example
|
selector-case to camelCase in JavaScript tutorial
|
selector-case to camelCase in JavaScript code