спасибо. и код у вас чище.
Про
Сообщение от danik.js
|
ES Harmony вроде как может появиться String.prototype.contains
|
не очень понял
если про
var contained = str.contains(searchString [, position]);
то мало где поддерживается.
оказывается я плохо
искал.
if(!('contains' in String.prototype))
String.prototype.contains = function(str, startIndex) { return -1!==this.indexOf(str, startIndex); };