This doesn't work
var menudiv=''
Tiggr('[dsid="pagedsid"]').before(menudiv);
Should it?
This doesn't work
var menudiv=''
Tiggr('[dsid="pagedsid"]').before(menudiv);
Should it?
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.