Any idea why a header added progamatically for this package wouldn't be assigned the same ui classes as normal.
Like class="ui-header ui-bar-a ui-header-fixed slidedown"
My header doesn't have any classes when I inspect in firebug.
Any idea why a header added progamatically for this package wouldn't be assigned the same ui classes as normal.
Like class="ui-header ui-bar-a ui-header-fixed slidedown"
My header doesn't have any classes when I inspect in firebug.
What header do you mean?
I added a header to the recipe page with javascript on the load event like so
var header='a href="#" rel="nofollow"
/a';
$('.ui-page').prepend(header);
Looks like some of my code doesn;t show above
Have this all working now - thanks for all your help Marina.
@Barbara...was it hard to get this menu to work with Tiggzi? Got any tips for me? I'm thinking of putting one in my app.
No not too difficult, if you need any help, I would be happy to assist,
I guess you downloaded the project and added the files needed and then edited the html files like they show in the demo?
No, did it all within Tiggzi, just used javascript to insert the elements where they need to be according to the demo
I'm kind of new to Tiggzi so i don't really know where to start.. to get this done inside Tiggzi ![]()