Does jquery before action work?
Posted: Thu Oct 04, 2012 4:12 am
This doesn't work
var menudiv=''
Tiggr('[dsid="pagedsid"]').before(menudiv);
Should it?
Catch up wih the Appery.io community on our forum. Here you'll find information on the lastest questions and issues Appery.io developers are discussing.
https://forum.appery.io/
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.