<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>PHP 4u Web developer - 代码的简化 &#187; jquery</title>
	<atom:link href="http://php4u.co.uk/tag/jquery/feed/" rel="self" type="application/rss+xml" />
	<link>http://php4u.co.uk</link>
	<description>PHP related blog, freelancer to hire!</description>
	<lastBuildDate>Fri, 30 Jul 2010 14:13:53 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>Why do I receive an &#8220;Operation aborted&#8221; error message when I visit a Web page in Internet Explorer?</title>
		<link>http://php4u.co.uk/2009/05/why-do-i-receive-an-operation-aborted-error-message-when-i-visit-a-web-page-in-internet-explorer/</link>
		<comments>http://php4u.co.uk/2009/05/why-do-i-receive-an-operation-aborted-error-message-when-i-visit-a-web-page-in-internet-explorer/#comments</comments>
		<pubDate>Tue, 19 May 2009 13:45:17 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Browsers issues]]></category>
		<category><![CDATA[internet explorer. ie7]]></category>
		<category><![CDATA[Javascript]]></category>
		<category><![CDATA[jquery]]></category>
		<category><![CDATA[operation aborted]]></category>

		<guid isPermaLink="false">http://php4u.co.uk/?p=87</guid>
		<description><![CDATA[I did really simple application, but still under IE7 it was crashing with Operation aborted. First &#8220;You can turn off friendly HTTP error messages in Internet Explorer. This workaround still lets the error message appear. However, Internet Explorer does not move away from the page after the error occurs. This workaround works only for Internet [...]]]></description>
			<content:encoded><![CDATA[<p>I did really simple application, but still under IE7 it was crashing with Operation aborted.</p>
<p>First &#8220;You can turn off friendly HTTP error messages in Internet Explorer. This workaround still lets the error message appear. However, Internet Explorer does not move away from the page after the error occurs. This workaround works only for Internet Explorer 6.</p>
<p>To do this, follow these steps:</p>
<p>1. On the Tools menu, click Internet Options.<br />
2. On the Advanced tab, click to clear the Show friendly HTTP error messages check box under the Browsing section, and then click OK.<br />
3. Close the browser. &#8221; according to <a href="http://support.microsoft.com/kb/927917" target="_blank">http://support.microsoft.com/kb/927917</a></p>
<p>At least page is rendered, but it doesn&#8217;t solve a problem. When i started to dig i found that i&#8217;m using Jqwuery tooltip inside table.</p>
<p>Next thing i&#8217;ve added line to execute javascript when document is fully loaded.</p>
<div id="javascript-1">
<div class="javascript" style="font-family: monospace;">
<ol>
<li style="font-weight: normal; vertical-align: top; color: #acaa9a;">
<div style="margin: 0pt; padding: 0pt; background: transparent none repeat scroll 0% 0%; font-family: monospace; font-style: normal; font-variant: normal; font-weight: normal; font-size: 1em; line-height: 1.2em; font-size-adjust: none; font-stretch: normal; vertical-align: top;">$<span style="color: #009900;">(</span>document<span style="color: #009900;">)</span>.<a href="http://www.learningjquery.com/wp-content/themes/ljq/docs.php?fn=ready"><span>ready</span></a><span style="color: #009900;">(</span><span style="color: #003366; font-weight: bold;">function</span><span style="color: #009900;">(</span><span style="color: #009900;">)</span> <span style="color: #009900;">{</span></div>
</li>
<li style="font-weight: bold; vertical-align: top; color: #acaa9a;">
<div style="margin: 0pt; padding: 0pt; background: transparent none repeat scroll 0% 0%; font-family: monospace; font-style: normal; font-variant: normal; font-weight: normal; font-size: 1em; line-height: 1.2em; font-size-adjust: none; font-stretch: normal; vertical-align: top;"><span style="color: #006600; font-style: italic;">// put all your jQuery goodness in here.</span></div>
</li>
<li style="font-weight: normal; vertical-align: top; color: #acaa9a;">
<div style="margin: 0pt; padding: 0pt; background: transparent none repeat scroll 0% 0%; font-family: monospace; font-style: normal; font-variant: normal; font-weight: normal; font-size: 1em; line-height: 1.2em; font-size-adjust: none; font-stretch: normal; vertical-align: top;"><span style="color: #009900;">}</span><span style="color: #009900;">)</span><span style="color: #339933;">;</span></div>
</li>
</ol>
</div>
</div>
<p>It solved IE7 from crashing</p>
]]></content:encoded>
			<wfw:commentRss>http://php4u.co.uk/2009/05/why-do-i-receive-an-operation-aborted-error-message-when-i-visit-a-web-page-in-internet-explorer/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>

<!-- Dynamic Page Served (once) in 0.383 seconds -->
