English 中文(简体)
Jquery UI AnnualPicker Code Conflict
原标题:Jquery UI DatePicker Code Conflict

我正试图将Jquery DayPicker推入我购买但能够显示日历的现场模板。

因此,我删除了所有页数,只留下了文字/风格表等,并iv了日历。

可在上查阅。

你们会看到没有日历。

然而,如果我从网页上删除以下两条文字:

<script type="text/javascript">
if ( jQuery( #MM ul ) ) { ddsmoothmenu.init({ mainmenuid: "MM", orientation: "h", classname: "slideMenu", contentsource: "markup" }); }
</script>
<script src="assets/js/onLoad.js"></script>

然后,日历上显示是罚款。

也可在http://www.flowerssameday.co.uk/Template_Date_Working.asp” rel=“nofollow”http://www.flowerssameday.co.uk/RepTemplate_Date_Working.asp上查阅。

当然,删除文字,使模板无法正确操作。

我很想知道,是否解决了两个文字不兼容的问题。

任何帮助都将受到高度赞赏。

最佳回答

Ok找到了答案。

载荷.js控制了显示页数的选择缺陷。 标签有一个内容看不见的班子,然后用文字打上页。

Changed the css and removed the onload.js and now the calendar appears just fine.

问题回答

暂无回答




相关问题
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: &...

热门标签