My Html looks like this:
<a href="#" id="QuoteTest">Click Here</a> <ul> ...
Cosmetic question: I have a html element containing possible dimensions for some embeded images, these are stored as:
<div class="inside" data-dimensions='{ "s-x": 213, "s-y": 160, "m-x": ...
I'm using jQuery's .data() to work with custom HTML5 data attributes where the value of the attribute needs to be able to contain both single quotes and double quotes:
.data()
<p class="example" ...