Forum How do I...?

TypeError: value is not an object

talyrobin
Does Prince support jQuery?

I am getting an error with this: $( document ).ready(function()
mikeday
Basic jQuery methods should work, but not those that require interaction between scripts and layout, eg. checking the width/height of elements.
talyrobin
Thank you