Skip to content

fix for using jquery 1.9.1 #41

Description

@dwfee

replace function getOrSetTemplate(element, attrname), line 141 with this:
function getOrSetTemplate(element, attrname){
var template=element.prop(attrname+"template");

      if(template) {
        return unescape(template);
      }
      var att=element.prop(attrname);

      // Hide index occurrences inside the template (todo: better escaping method)      
      element.prop(attrname+"template", escape(att));
      return att;
    }

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions