Would be awesome if I could bind an agility object to an existing element on the page. e.g. <div class="menu"> ..... </div> var menu=$$({},$('.menu'),{}) ; How can we achieve this?
Would be awesome if I could bind an agility object to an existing element on the page. e.g.
var menu=$$({},$('.menu'),{}) ;
How can we achieve this?