display option ready
This commit is contained in:
@ -117,6 +117,13 @@
|
||||
return k;
|
||||
}
|
||||
|
||||
}
|
||||
},
|
||||
|
||||
/**
|
||||
method to escape html.
|
||||
**/
|
||||
escape: function(str) {
|
||||
return $('<div>').text(str).html();
|
||||
}
|
||||
};
|
||||
}(window.jQuery));
|
Reference in New Issue
Block a user