<?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>Tue, 01 Jun 2010 15:19:53 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<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>
