Phillip Senn
Phillip Senn

Reputation: 47615

How does jQuery mobile work in jsfiddle.net?

I have this simple fiddle, which uses jQuery mobile, but it's not working.

Q: What am I missing?

Upvotes: 5

Views: 2736

Answers (1)

Phill Pafford
Phill Pafford

Reputation: 85318

Under Manage Resources you need to add the jQM css file as well:

Optionally you can also add the jQM framework as well, but I see that jsFiddle is adding this as an option now

Live Example:

Upvotes: 6

Related Questions