English 中文(简体)
使用 jquery、 灯盒和原型来组合要做什么 。
原标题:using jquery, lightbox and prototype together what exactly to do
  • 时间:2012-05-22 17:05:52
  •  标签:
  • jquery

当我把下面的链接放在我的页面下方时, 将下面的链接放在我页面下方, 离开Bgcolcolor 我包括JQuery.noconflict, 因为我的滑滑板和灯盒没有一起工作, 我被告知,我会用jQuery 取代我所知道的哪个脚本灯箱、 原型或jquery, 我是否也要用什么来取代“ 某些人”, 我最喜欢什么叫新人, 我怎样才能解决这个问题, 如果所提供的解码被编辑在下面的代码上, 我会喜欢它。

<script type="text/javascript" src="js/lightbox.js/"></script>
<script type="text/javascript" src="js/scriptaculous.js?load=effects,builder"></script>
 <script type="text/javascript" src="js/lightbox.js"></script>
<script type="text/javascript" src="js/jquery.js/"></script>

<script type="text/javascript">
JQuery.noConflict();
JQuery(document).ready(function(){
JQuery("div").hide();
});

$( someid ).style.display =  none 
</script>
<script type="text/javascript" src="js/easySlider1.5.js/"></script>
问题回答

包括命令在内的命令

// jquery shold include first
<script type="text/javascript" src="js/jquery.js/"></script>

<script type="text/javascript" src="js/lightbox.js/"></script>
<script type="text/javascript" src="js/scriptaculous.js?load=effects,builder"></script>
<script type="text/javascript" src="js/lightbox.js"></script>




相关问题
getGridParam is not a function

The HTML: <a href="javascript:void(0)" id="m1">Get Selected id s</a> The Function: jQuery("#m1").click( function() { var s; s = jQuery("#list4").getGridParam( selarrrow )...

selected text in iframe

How to get a selected text inside a iframe. I my page i m having a iframe which is editable true. So how can i get the selected text in that iframe.

jQuery cycle page with links

I am using the cycle plugin with pager functionality like this : $j( #homebox ) .cycle({ fx: fade , speed: fast , timeout: 9000, pager: #home-thumbs , ...

jquery ui dialog opens only once

I have a button that opens a dialog when clicked. The dialog displays a div that was hidden After I close the dialog by clicking the X icon, the dialog can t be opened again.

jConfirm with this existing code

I need help to use jConfirm with this existing code (php & Jquery & jAlert). function logout() { if (confirm("Do you really want to logout?")) window.location.href = "logout.php"; } ...

Wrap text after particular symbol with jQuery

What I m trying to do, is wrap text into div inside ll tag. It wouldn t be a problem, but I need to wrap text that appears particularly after "-" (minus) including "minus" itself. This is my html: &...

热门标签