זה החלק של ה JS באתר .
<script type="text/javascript">
$(document).ready(function(){
$("a[title='קיבלת הודעה פרטית חדשה']").colorbox();
$("#click").click(function(){
$('#click').css({"background-color":"#f00", "color":"#fff", "cursor":"inherit"}).text("Open this window again and this message will still be here.");
});
});
</script>
עכשיו זה הלינק שפותח את הפונקציה .
<p><a title="קיבלת הודעה פרטית חדשה" href="../content/ajax.php">הודעה פרטיות</a></p>
וזה היה פועל, בנוסף יש לי באותו עמוד שהקישור נמצא חלק ב JS שהוא title שנקרא " קיבלת הודעה פרטית חדשה " .
Last edited by CBox.Co.il; 14-05-09 at 15:30..
|