How can I make a link that works in the following script. I use it as a pop-up, with the purchase of goods in a shop:
$(document).ready(function() {
$('a.buy').click(function() {
jQnotice('Message..! - here i want to ad a url ex. "link go to shop" ');
});
});