Я не могу поделиться полным кодом сейчас.
Это часть кода jquery
$('#contentBox').hover(
function() {
posi("5",768,"box.jpg","i need link here","some text here");
}
Я пробовал это
$('#contentBox').hover(
function() {
posi("5",768,"box.jpg","<a href='#'>i need link here</a>","some text here");
}
и это
$('#contentBox').hover(
function() {
posi("5",768,"box.jpg","<a href='#'>i need link here</a>","some text here");
}
Но оба не работают.
Как заставить ссылку работать здесь?
Я имею в виду, я хочу сделать i need link here
как <a href='#'>i need link here</a>