ResourcesSelected Plugin working with URNs - http://trac.myslice.info/ticket/36
[myslice.git] / portal / static / js / common.functions.js
index 2414216..56b02ca 100644 (file)
@@ -1,6 +1,10 @@
 /*
  * This file is included in tophat_render.php
  */
+// Escape special characters in jQuery Selector
+function escape_id( myid ) {
+    return "#" + myid.replace( /(:|\.|\[|\])/g, "\\$1" );
+}
 
 function getKeySplitId(id,separator){
     // id of elements must respect this rule