Eh eh... first of all thankx for your interest: the complete code is
very long, so I can't post it.
Consider that "..." are just name of classes and ids: nothing more,
nothing less.
HTML is coded as shown.
If I make a call like $('#tagid').directives({ ...list-of-
directives... }) .render(data); everything is fine. HTML is rendered
with jQuery Mobile as a list (
http://jquerymobile.com/demos/1.0/docs/
lists/lists-ul.html).
If I compile the directive and make a call like $
('#tagid').render(data, template); where template is the compiled
template, the list is rendered as a "simple" html without jQuery
Mobile extra data (so the UL list is shown with the classic bullets on
the left and links are just blu linked texts).
On 10 Gen, 16:48, "Mic (BeeBole)" <
tch...@gmail.com> wrote:
> What do you mean by CSS is scrambled?
> Can you make a workinghttp://
gist.github.com?