I'm having some trouble adding a javascript variable onto the end of my link here's my code
var locid = $.trim($(this > '.locid').text());
$(this).prepend('<a class="booknow2" href="../../availability/default.aspx?propid=' + locid + '"><span>Check availability »</span></a>');
Any help would be appreciated
Thanks
Jamie