FAQ
General
Is it really free?
Yep, it’s free. But you’re very welcome to pay for extra features.
What do I need to do to get started?
Just follow the 3 steps on the Get Started page
Why use msure.it?
Collecting and displaying size charts can be a handfull. You end up with the brands different size charts in varius formats.
So instead of doing all the work yourself just add our service and your customers can enjoy beautiful and well organized size charts.
So instead of doing all the work yourself just add our service and your customers can enjoy beautiful and well organized size charts.
The brands I sell isn't listed?
Just e-mail us and we will add it straight away.
Installation
Where chall I put the JavaScript code?
In your <body> tag. Preferable in the end so it’s less likely to conflict with other.
Where chall I put the msureit link?
On your product page.
What is a selector?
It’s the “name” of the CSS tag. Eg. #brand, .brand or #brand a
What selectors can I use?
The full list of selectors can be found here: http://api.jquery.com/category/selectors/
How do I locate the brand selector?
Here we have the html code that displays the Brand Selector.
We will try to locate the selector that brand name is written.
In this case it’s in an “< a >” tag that’s located inside a “< div >” tag so we’ll get that the brand selector name is: # + ctl00_cph1 + a = “#ctl00_cph1 a”
We will try to locate the selector that brand name is written.
In this case it’s in an “< a >” tag that’s located inside a “< div >” tag so we’ll get that the brand selector name is: # + ctl00_cph1 + a = “#ctl00_cph1 a”