English 中文(简体)
页: 1 学历:无
原标题:jQuery issue - #<an Object> has no method

我最近尝试了一种 j笑 p,我不断发现这一错误。

has no method
(source: shaunbellis.co.uk)

......不管我试图利用什么东西。

我检查了与共同提交文件的所有链接,并进行了罚款。 如果是这样的话,我会使用博士。

我先从主点开始,以证明他们正在工作,我正以100%的成功做事。

任何想法?

最新情况:

我的j Query文件用脚 the:

$(document).ready(function() {          

$( #footer_holder ).hide();

// Fancy Box
$("a.fancybox").fancybox({
     hideOnContentClick : true,
     titlePosition  :  over ,
     transitionIn   :    elastic ,
     transitionOut  :    elastic ,
     speedIn        :   600, 
     speedOut       :   200, 
     overlayShow    :   false,
iii

$("#homepage_slider").easySlider({
    auto: true, 
    continuous: true,
iii

iii

* 说明——fancy 盒子做的是罚款(除非《简便法》高于此法)。 j Query由Droupal公司分类。 I mît 1.4

最佳回答

Ignore 我。 我对每个人都感到担忧。 I d 字眼错误。 感谢Simon Ainley朝正确方向走势。

劳役。 感谢。

问题回答

如果你不止一次把酒吧包括在内,这个问题也会发生。

我昨天曾有过这个问题,或认为表面上相似的问题。 它发现,在混杂 j和原型时,我没有小心。 我在上找到了几个解决办法。 选择

var $j = jQuery.noConflict();

但有其他合理选择。

回答这一问题的其他人:

我正在做最简单的 j,试图掩盖一个因素:

( #fileselection ).hide();

并且我正在发现同样的错误,即“。 攻击类型 错误:标本选无办法隐藏在

当然,现在的情况是显而易见的,但我刚刚离开了“金”指标。 该法典本应是:

$( #fileselection ).hide();

这解决了人才问题。 我希望这能帮助人们拯救几分钟的 de!

如果你包含不同版本的 j,这个问题也可能出现。

这通常与选择人不适当使用有关。 检查并确保你像预期那样使用 j子。 例如,我在建立点击方法时就存在这一问题:

$("[editButton]").click(function () {
    this.css("color", "red");
});

由于我没有使用正确的遴选人方法,因此给我留下同样的错误。

仅够了,检查你们的挑选者!





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

How to fire event handlers on the link using javascript

I would like to click a link in my page using javascript. I would like to Fire event handlers on the link without navigating. How can this be done? This has to work both in firefox and Internet ...

How to Add script codes before the </body> tag ASP.NET

Heres the problem, In Masterpage, the google analytics code were pasted before the end of body tag. In ASPX page, I need to generate a script (google addItem tracker) using codebehind ClientScript ...

Clipboard access using Javascript - sans Flash?

Is there a reliable way to access the client machine s clipboard using Javascript? I continue to run into permissions issues when attempting to do this. How does Google Docs do this? Do they use ...

javascript debugging question

I have a large javascript which I didn t write but I need to use it and I m slowely going trough it trying to figure out what does it do and how, I m using alert to print out what it does but now I ...

Parsing date like twitter

I ve made a little forum and I want parse the date on newest posts like twitter, you know "posted 40 minutes ago ","posted 1 hour ago"... What s the best way ? Thanx.

热门标签