Quantcast
Channel: JavaScriptMVC Forum
Viewing all articles
Browse latest Browse all 3491

Re : Where to bind .sortable() for a can.component?

$
0
0
typically plugins can be done in "inserted" like:


events: {
  "inserted" : function(){
    this.element.sortable()
  }
}

Viewing all articles
Browse latest Browse all 3491

Trending Articles