I need to change href tag with jquery, now i’ve got this.
$(document).ready(function () {
var hScreen = $(window).height();
var lScreen = $(window).width();
if(hScreen < 800){
}
});
now i want to see if hScreen is less than 800 my href will be:
<a href="javascript:" onClick="window.open('v2/main.html','longu','width='+screen.availWidth,'height='+screen.availHeight,scrollbars=1); return false;" >
else if hScreen is more i must see this:
<a href="main.htm">
thx for your help!!
give your link an id (for example id=”aDeneme”) then;