Forum Replies Created

Viewing 3 replies - 1 through 3 (of 3 total)
  • I have the same issue. The only button not working is the “Link”-button. I doesn’t work in either Firefox or Safari.

    I also think it’s some JS-conflict. Because it works in the “Post”-page but not in the plugin I downloaded. The plugin where it doesn’t work is Meenews.

    Forum: Plugins
    In reply to: Event Registration Plugin

    Hope it make sense – I’m not great at drawing. Don’t think I’ve been drawing in hand, since I was like 8 years old 😀

    Forum: Plugins
    In reply to: jQuery and jQuery UI

    Hello Roger,

    I’m working together with Thomas on the a project. I just tried your advice with replacing all ($). I’m trying to use the “draggable” module from jQuery UI. It loads perfect, but when I try to drag one of items I made “draggable”, my Firebug outputs an error:

    ———-
    this.helper.offsetParent is not a function
    http://playr.dk/(…)/jQuery/ui.draggable.js
    Line 77
    ———-

    Line 77 in ui.draggable.js:
    ———-
    this.offsetParent = this.helper.offsetParent(); var po = this.offsetParent.offset(); //Get the offsetParent and cache its position
    ———-

    As far as I can se, it doesn’t even use any of ($) or my replaced (jQuery). So you have any idea what the problem is?

Viewing 3 replies - 1 through 3 (of 3 total)