Adding a hyperlink to a jquery script
Greetings, I am looking to add a hyperlink to this script.
jQuery( document ).ready(function() { jQuery( "<div>INSERT HYPERLINK HERE</div>" ).prependTo( "#content" ); });
is this possible with this script, any adjustments I would need to make.
Hope it helps.