<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: Using jQuery to Fix Broken APEX Interactive Report Drop-Down Menus</title>
	<atom:link href="http://www.apex-blog.com/oracle-apex/using-jquery-to-fix-broken-apex-interactive-report-drop-down-menus-150.html/feed" rel="self" type="application/rss+xml" />
	<link>http://www.apex-blog.com/oracle-apex/using-jquery-to-fix-broken-apex-interactive-report-drop-down-menus-150.html</link>
	<description>Everything you ever wanted to know about Oracle Application Express and Oracle XE. Possibly.</description>
	<lastBuildDate>Thu, 02 Feb 2012 17:40:10 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: David</title>
		<link>http://www.apex-blog.com/oracle-apex/using-jquery-to-fix-broken-apex-interactive-report-drop-down-menus-150.html/comment-page-1#comment-21122</link>
		<dc:creator>David</dc:creator>
		<pubDate>Mon, 31 Jan 2011 01:05:38 +0000</pubDate>
		<guid isPermaLink="false">http://www.apex-blog.com/?p=150#comment-21122</guid>
		<description>Stephen, thank you thank you thank you!  I&#039;ve been suffering with this annoying problem since I first developed my app -- I am not a jQuery/javascript/html/css guru by any means, so I wasn&#039;t sure how to solve it.  I had an IR in a sub-region under jQuery tabs...and had this problem due to the jQuery tabs (I suppose).

This little snippet fixed the problem finally -- I&#039;m so happy!  Thanks a million!

David Christopher</description>
		<content:encoded><![CDATA[<p>Stephen, thank you thank you thank you!  I&#8217;ve been suffering with this annoying problem since I first developed my app &#8212; I am not a jQuery/javascript/html/css guru by any means, so I wasn&#8217;t sure how to solve it.  I had an IR in a sub-region under jQuery tabs&#8230;and had this problem due to the jQuery tabs (I suppose).</p>
<p>This little snippet fixed the problem finally &#8212; I&#8217;m so happy!  Thanks a million!</p>
<p>David Christopher</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Claudio</title>
		<link>http://www.apex-blog.com/oracle-apex/using-jquery-to-fix-broken-apex-interactive-report-drop-down-menus-150.html/comment-page-1#comment-10000</link>
		<dc:creator>Claudio</dc:creator>
		<pubDate>Tue, 17 Nov 2009 16:55:02 +0000</pubDate>
		<guid isPermaLink="false">http://www.apex-blog.com/?p=150#comment-10000</guid>
		<description>You are a guru Stephen!
That perfectly works in all my themes context!</description>
		<content:encoded><![CDATA[<p>You are a guru Stephen!<br />
That perfectly works in all my themes context!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Stephen Blair</title>
		<link>http://www.apex-blog.com/oracle-apex/using-jquery-to-fix-broken-apex-interactive-report-drop-down-menus-150.html/comment-page-1#comment-9998</link>
		<dc:creator>Stephen Blair</dc:creator>
		<pubDate>Tue, 17 Nov 2009 14:04:39 +0000</pubDate>
		<guid isPermaLink="false">http://www.apex-blog.com/?p=150#comment-9998</guid>
		<description>Hi Claudio,

The principle is the same, you need to move &quot;apexir_rollover&quot; to be a child of the BODY element.

I don&#039;t use much vanilla javascript but try:
&lt;code&gt;var q = document.getElementById(&#039;apexir_rollover&#039;);
document.body.appendChild(q.parentNode.removeChild(q));&lt;/code&gt;

-Stephen</description>
		<content:encoded><![CDATA[<p>Hi Claudio,</p>
<p>The principle is the same, you need to move &#8220;apexir_rollover&#8221; to be a child of the BODY element.</p>
<p>I don&#8217;t use much vanilla javascript but try:<br />
<code>var q = document.getElementById('apexir_rollover');<br />
document.body.appendChild(q.parentNode.removeChild(q));</code></p>
<p>-Stephen</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Claudio</title>
		<link>http://www.apex-blog.com/oracle-apex/using-jquery-to-fix-broken-apex-interactive-report-drop-down-menus-150.html/comment-page-1#comment-9997</link>
		<dc:creator>Claudio</dc:creator>
		<pubDate>Tue, 17 Nov 2009 13:37:05 +0000</pubDate>
		<guid isPermaLink="false">http://www.apex-blog.com/?p=150#comment-9997</guid>
		<description>Hi Stephen,
   congratulations for your skill about ApEx!
I have the same problem, but I don&#039;t use JQuery framework (I use ExtJs).
Did you have suggestion on how to solve this problem with standard Javascript?

Thanks a lot
Claudio</description>
		<content:encoded><![CDATA[<p>Hi Stephen,<br />
   congratulations for your skill about ApEx!<br />
I have the same problem, but I don&#8217;t use JQuery framework (I use ExtJs).<br />
Did you have suggestion on how to solve this problem with standard Javascript?</p>
<p>Thanks a lot<br />
Claudio</p>
]]></content:encoded>
	</item>
</channel>
</rss>

