I have this code:
(options.parent) ? top = options.parent.height / 2; : top = parent.height() / 2;
Because of the double slash that i use there it get's an error i know why i get the error i just don't know how to write it to work.
Thanks again.