Active
Project:
OG Audience
Version:
5.x-1.1
Component:
OG Audience Inline
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
5 Apr 2008 at 02:06 UTC
Updated:
5 Apr 2008 at 02:06 UTC
I found OG Audience inline does not work with latest jQuery. For me, i am using jQuery 1.2.3.
To solve this problem, just simply
find
$("div[@id=node-" + nid + "]/div.content").append('<div id="node-ogaudience" style="display: block;">' + html_form + '</div>');
and replace by
$("div[@id=node-" + nid + "]").append('<div id="node-ogaudience" style="display: block;">' + html_form + '</div>');