Hi I am new to JQuery.
I have a link
<a>href="http://www.ittesters.com></a>
I would like to be able to append the following to the end of the href
?iframe=true&width=70%&height=85%
I also need to insert an attribute
rel="prettyPhoto[iframes]
I would like this to happen when the user clicks the link not on page load. Is that possible?