jQuery.String.camelize  function     

Capitalizes a string from something undercored. Examples:

jQuery.String.camelize("one_two") //-> "oneTwo"
"three-four".camelize() //-> threeFour
$.String.camelize(s) -> String
{String}
{String}

a the camelized string

© Jupiter IT - JavaScriptMVC Training and Support