Parašė Nenman· 2013 Sau. 5 00:01:02
#5
<script type="text/javascript">
// Create the tooltips only on document load
$(document).ready(function()
{
// By suppling no content attribute, the library uses each elements title attribute by default
$('#content a[href]').qtip({
// Simply use an <span style="border-bottom: 1px dotted black;">HTML</span> img tag within the <span style="border-bottom: 1px dotted black;">HTML</span> string
content: '<img src="/projects/qtip/images/owl_small.png" alt="Owl" />'
});
});
</script>
Gerai,prisipazinsiu nelabai zinau tokius kodus,tai tarkim man ji dabar kelti i Index? Galetum mazdaug paaiskint kaip jis veikia?