[jQuery] Split and compare
I'm simply trying to figure out how to split an incoming param based
on a ;
Is there a specific JQuery split function or does JQuery use the
JavaScript Split function?
For example if I have:
mytestmethod: function(value, element, params)
{
split params here based on ;
Then I want to compare the params to see if they are equal
}