- เครดิต
- 287
- เพื่อน
- ทักทาย
- บล็อก
- อัลบั้ม
- โพสต์
- กระทู้
- แชร์
- สำคัญ
- สิทธิ์อ่าน
- 20
- จำนวนผู้ติดตาม
- จำนวนผู้กำลังติดตาม
- เพศ
- ไม่บอก
|
ตามโค้ดเลยครับ
- if(!defined('IN_DISCUZ')) {
- exit('Access Denied');
- }
- class plugin_ge7_shoutbox {
- function global_footer(){
- global $_G;
-
- $js_shoutbox = '
- <style type="text/css">
- div#rowstatus11{
- position:fixed;
- left:0px;
- bottom:100px;
- width:auto;
- z-index: 99;
- }
- div#dd11{
- width:25px;
- height:100px;
- }</style>';
- $js_d='<script type="text/javascript">
- $(document).ready(function()
- {
- $("#btn1").click(function(){
- $("#box11").animate({width:"450px"});
- });
- $("#btn2").click(function(){
- $("#box11").animate({width:"0px"});
- });
- });
- </script>';
- $java_uu="<script type='text/javascript' src='http://code.jquery.com/jquery-1.5.2.min.js'></script>";
- $divon = '<div id="rowstatus11">';
- $divoff = '</div>';
- $div_1='<div id="box11" style="background:#98bf21;height:200px;width:0px;margin:6px;" >
- <div id="dd11"><img id="btn1" src="source/plugin/ge7_shoutbox/image/1.jpg" width="25" height="100" /><img id="btn2" src="source/plugin/ge7_shoutbox/image/2.jpg" width="25" height="100" /></div></div>';
-
-
- return "$js_shoutbox$js_d$divon$div_1$divoff";
- }
- }
คัดลอกไปที่คลิปบอร์ด ตามโค้ดเลย ครับ ๆ
เรื่อง ของเรื่องคือ ผม จะทำ DIV ให้มันใช้งาน Effect ของ jquery แล้วมันไป ทับการกับเรียกใช้ ฟังชั่น ของ สกินเว็บอะครับ
อันแรก : http://www.ge-7.com/static/image/FDinfuse01/jscript/jquery.js สำหรับทีมเพจ
อันสอง : http://code.jquery.com/jquery-latest.min.js สำหรับปลั๊กอิน
คือผม อยากเรียกใช้งาน jquery อะครับ แต่ถ้า ผม เรียกพร้อมกัน อันแรกจะไม่ทำงาน
ถ้า เรียกอันที่สองอย่างเดียวทีมเพจ จะใช้การไม่ได้ บางส่วน(สำคัญ)
ถ้า เรียกใช้งาน อันแรก ปลั๊กอินจะไม่แสดงผม เลย ไม่ทราบเราสามารถ รวมไว้ด้วยกันไหมครับ ครับ
หรือไม่ ก็ แปลง jquery อันแรก ให้มันใช้งานได้กับ Code ด้านบนอะครับ
ขอบคุณมากครับ ๆ
|
|
|
|
|
|
|