<script type="text/javascript" language="javascript">
$(document).ready(function() {
$('#example4 a').TosRUs();
});
</script>
<div id="example4">
<div class="links">
<a href="https://www.youtube.com/watch?v=W3OQgh_h4U4">YouTube: People Are Awesome.</a><br />
<a href="http://vimeo.com/21419634">Vimeo: In The Land Of The Northern Lights.</a><br />
</div>
</div>
<div id="example4">
<div class="links">
<a href="https://www.youtube.com/watch?v=W3OQgh_h4U4">YouTube: People Are Awesome.</a><br />
<a href="http://vimeo.com/21419634">Vimeo: In The Land Of The Northern Lights.</a><br />
</div>
</div>
ข้อมูลเพิ่มเติม
http://tosrus.frebsite.nl/
ดาวน์โหลดชุดสคริปต์เพื่อทดสอบ
https://github.com/BeSite/jQuery.TosRUs
ผมคิดว่าต้องแก้แถวๆนี้
Code (JavaScript)
<script type="text/javascript">
$(document).ready(function(){
var tos = $("#product a").TosRUs();
tos.live("opening.tos", function( event ) {
// Your code here.
});
/*
var tos = $("#product a").TosRUs();
tos.trigger("open");
*/
});
</script>
ผมลองเปลี่ยนจาก bind เป็น live ก็ไม่ได้ สงสัยต้องเข้าไปแกะ code ข้างในอีกของ ToRus หรือเปล่า