cosmetic
[myslice.git] / portal / static / js / common.functions.js
index 2414216..d6f3f99 100644 (file)
@@ -1,6 +1,7 @@
-/*
- * 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