Set id in unescaped version.
This commit is contained in:
parent
3c1482ae45
commit
97b897abe0
1 changed files with 2 additions and 2 deletions
|
@ -684,8 +684,8 @@ the specific language governing permissions and limitations under the Apache Lic
|
|||
.addClass("select2-hidden-accessible")
|
||||
.appendTo(document.body);
|
||||
|
||||
this.containerId="s2id_"+(opts.element.attr("id") || "autogen"+nextUid()).replace(/([;&,\-\.\+\*\~':"\!\^#$%@\[\]\(\)=>\|])/g, '\\$1');
|
||||
this.containerEventName= "s2id_" + (opts.element.attr("id") || "autogen"+nextUid())
|
||||
this.containerId="s2id_"+(opts.element.attr("id") || "autogen"+nextUid());
|
||||
this.containerEventName= this.containerId
|
||||
.replace(/([.])/g, '_')
|
||||
.replace(/([;&,\-\.\+\*\~':"\!\^#$%@\[\]\(\)=>\|])/g, '\\$1');
|
||||
this.container.attr("id", this.containerId);
|
||||
|
|
Loading…
Add table
Reference in a new issue