leonidas / transparency

Transparency is a semantic template engine for the browser. It maps JSON objects to DOM elements by id, class and data-bind attributes.
http://leonidas.github.com/transparency/
MIT License
969 stars 112 forks source link

jQuery #113

Open ghost opened 11 years ago

ghost commented 11 years ago

Hi, I have a bug, I'm using Zepto a jquery compatible. You check for jQuery, can you please not for jQuery. thx.

ghost commented 11 years ago

I'd love to use zepto....

sxcooler commented 9 years ago

image same problem.

dlibanori commented 9 years ago

@sxcooler

Have you try doing this before load transparency?

jQuery = Zepto

Does it work?

sxcooler commented 8 years ago

@dlibanori I've changed a little of the script: image It also works.

Maybe I'll make a pull-request later.