Class and JQUERY
Class and JQUERY
Hi, sorry for my English, ...
Look at this code :
- ...
- <p class='example5' id="results<?php echo $row_Rsetaecole['ID']; ?>" onclick="setClass(this,'example5');window.location.href = 'distance_ok.php?id=<?php echo $row_Rsetaecole['ID']; ?>'" onmouseout="setClass(this,'example0')" >
</p>
<?php } while ($row_Rsetaecole = mysql_fetch_assoc($Rsetaecole)); mysql_data_seek($Rsetaecole, 0); ?>
<a class="example5" href="itineraire.php">Iframe</a>
The class "example5" call à JQUERY function : colorbox, in the case of "Iframe" all is ok, but it doesn't work for the balise <p>, Idon't unederstand.
Thanks a lot ....