Page 1 of 1

Does jquery before action work?

Posted: Thu Oct 04, 2012 4:12 am
by Barbara

This doesn't work

var menudiv=''
Tiggr('[dsid="pagedsid"]').before(menudiv);

Should it?


Does jquery before action work?

Posted: Thu Oct 04, 2012 4:41 am
by maxkatz

Tiggzi (or Tiggr) functions takes a string id of a component. The simplest way to try this, do a jQuery select of the element (without Tiggzi functions) and see if that works.