Capitalizes a string from something undercored. Examples:
jQuery.String.camelize("one_two") //-> "oneTwo" "three-four".camelize() //-> threeFour
$.String.camelize(s) -> String
{String}
a the camelized string
Capitalizes a string from something undercored. Examples: