<?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: Ajaxify &#8211; Support v1.0</title>
	<atom:link href="http://max.jsrhost.com/2008/10/03/ajaxify-support/feed/" rel="self" type="application/rss+xml" />
	<link>http://max.jsrhost.com/2008/10/03/ajaxify-support/</link>
	<description>Welcome everybody to my blog</description>
	<lastBuildDate>Mon, 16 Aug 2010 19:35:41 +0200</lastBuildDate>
	<generator>http://wordpress.org/?v=abc</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: James</title>
		<link>http://max.jsrhost.com/2008/10/03/ajaxify-support/comment-page-3/#comment-4184</link>
		<dc:creator>James</dc:creator>
		<pubDate>Fri, 04 Jun 2010 02:21:44 +0000</pubDate>
		<guid isPermaLink="false">http://max.jsrhost.com/?p=67#comment-4184</guid>
		<description>Love the concept but it does not work with the latest version of jquery. :(</description>
		<content:encoded><![CDATA[<p>Love the concept but it does not work with the latest version of jquery. <img src='http://max.jsrhost.com/wp-includes/images/smilies/icon_sad.gif' alt=':(' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Rodrigo</title>
		<link>http://max.jsrhost.com/2008/10/03/ajaxify-support/comment-page-3/#comment-4182</link>
		<dc:creator>Rodrigo</dc:creator>
		<pubDate>Fri, 16 Apr 2010 17:23:52 +0000</pubDate>
		<guid isPermaLink="false">http://max.jsrhost.com/?p=67#comment-4182</guid>
		<description>Hello I love this plugin

well my doubt is the following call to the page within a target
# ConPAG ok but the prob is on the page because I want the whole
navigation is within the # conPag but he is giving stick &quot;loadHash&quot; and so
works in IE

the example is so

main page:

xxxx link calls the page in # conPAG yyyy yyyy has links on the page I
wanted to continue in the # conPAG

yyyy page but also has other functions as I proceed to
able to work this way</description>
		<content:encoded><![CDATA[<p>Hello I love this plugin</p>
<p>well my doubt is the following call to the page within a target<br />
# ConPAG ok but the prob is on the page because I want the whole<br />
navigation is within the # conPag but he is giving stick &#8220;loadHash&#8221; and so<br />
works in IE</p>
<p>the example is so</p>
<p>main page:</p>
<p>xxxx link calls the page in # conPAG yyyy yyyy has links on the page I<br />
wanted to continue in the # conPAG</p>
<p>yyyy page but also has other functions as I proceed to<br />
able to work this way</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Juan</title>
		<link>http://max.jsrhost.com/2008/10/03/ajaxify-support/comment-page-3/#comment-4147</link>
		<dc:creator>Juan</dc:creator>
		<pubDate>Sat, 12 Sep 2009 23:43:40 +0000</pubDate>
		<guid isPermaLink="false">http://max.jsrhost.com/?p=67#comment-4147</guid>
		<description>Hi Max, 
I&#039;m using your script, works wonderfully, but I have a 
doubt ... Ajaxify be combined with Flash?

I activate a link using flash?</description>
		<content:encoded><![CDATA[<p>Hi Max,<br />
I&#8217;m using your script, works wonderfully, but I have a<br />
doubt &#8230; Ajaxify be combined with Flash?</p>
<p>I activate a link using flash?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: MaX</title>
		<link>http://max.jsrhost.com/2008/10/03/ajaxify-support/comment-page-3/#comment-1030</link>
		<dc:creator>MaX</dc:creator>
		<pubDate>Thu, 22 Jan 2009 19:21:56 +0000</pubDate>
		<guid isPermaLink="false">http://max.jsrhost.com/?p=67#comment-1030</guid>
		<description>What was the problem anyway?. I would like to see what have u done. it could be useful for others.</description>
		<content:encoded><![CDATA[<p>What was the problem anyway?. I would like to see what have u done. it could be useful for others.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: NetzKnecht</title>
		<link>http://max.jsrhost.com/2008/10/03/ajaxify-support/comment-page-3/#comment-1029</link>
		<dc:creator>NetzKnecht</dc:creator>
		<pubDate>Thu, 22 Jan 2009 19:20:33 +0000</pubDate>
		<guid isPermaLink="false">http://max.jsrhost.com/?p=67#comment-1029</guid>
		<description>Arrrgh, i&#039;ve used the wrong &quot;code&quot;-tag... sorry for the doublepost max.

Here an example what will happen wihout the modification:
&lt;code&gt;
&lt;div id=&quot;#main_content&quot;&gt;&lt;div id=&quot;#main_content&quot;&gt;Your Content&lt;/div&gt;&lt;/div&gt;
&lt;/code&gt;

Replace:
&lt;code&gt;
		if(current.tagToload){
		data = &#039;&lt;div&gt;&#039;+data+&#039;&lt;/div&gt;&#039;; //wrap data so we can find tags within it.
			if(typeof current.tagToload == &#039;string&#039;){
					jQuery.ajaxifyManip(current,jQuery(data).find(current.tagToload)); 					
			}else if(typeof current.tagToload == &#039;object&#039;) {
					jQuery.each(current.tagToload, function(tag, target) {
						if(jQuery(data).find(tag).size())
							jQuery.ajaxifyManip(target,jQuery(data).find(tag)); 
						else
							jQuery.ajaxifylog(&#039;Warning: Tag &quot;&#039;+tag+&#039;&quot; couldn\&#039;t be found.&#039;);
						
					});
			}
		
		}else{
&lt;/code&gt;

with
&lt;code&gt;
		if(current.tagToload){
		data = &#039;&lt;div&gt;&#039;+data+&#039;&lt;/div&gt;&#039;; //wrap data so we can find tags within it.
			if(typeof current.tagToload == &#039;string&#039;){
					jQuery.ajaxifyManip(current,jQuery(data).find(current.tagToload).html());			
			}else if(typeof current.tagToload == &#039;object&#039;) {
					jQuery.each(current.tagToload, function(tag, target) {
						if(jQuery(data).find(tag).size())
							jQuery.ajaxifyManip(target,jQuery(data).find(tag).html());
						else
							jQuery.ajaxifylog(&#039;Warning: Tag &quot;&#039;+tag+&#039;&quot; couldn\&#039;t be found.&#039;);
						
					});
			}
		
		}else{&lt;/code&gt;</description>
		<content:encoded><![CDATA[<p>Arrrgh, i&#8217;ve used the wrong &#8220;code&#8221;-tag&#8230; sorry for the doublepost max.</p>
<p>Here an example what will happen wihout the modification:<br />
<code>&lt;div id="#main_content"&gt;&lt;div id="#main_content"&gt;Your Content&lt;/div&gt;&lt;/div&gt;</code></p>
<p>Replace:<br />
<pre><code>if(current.tagToload){
		data = '&lt;div&gt;'+data+'&lt;/div&gt;'; //wrap data so we can find tags within it.
			if(typeof current.tagToload == 'string'){
					jQuery.ajaxifyManip(current,jQuery(data).find(current.tagToload)); 					
			}else if(typeof current.tagToload == 'object') {
					jQuery.each(current.tagToload, function(tag, target) {
						if(jQuery(data).find(tag).size())
							jQuery.ajaxifyManip(target,jQuery(data).find(tag)); 
						else
							jQuery.ajaxifylog('Warning: Tag "'+tag+'" couldn\'t be found.');
						
					});
			}
		
		}else{</code></pre>
<p>with<br />
<pre><code>if(current.tagToload){
		data = '&lt;div&gt;'+data+'&lt;/div&gt;'; //wrap data so we can find tags within it.
			if(typeof current.tagToload == 'string'){
					jQuery.ajaxifyManip(current,jQuery(data).find(current.tagToload).html());			
			}else if(typeof current.tagToload == 'object') {
					jQuery.each(current.tagToload, function(tag, target) {
						if(jQuery(data).find(tag).size())
							jQuery.ajaxifyManip(target,jQuery(data).find(tag).html());
						else
							jQuery.ajaxifylog('Warning: Tag "'+tag+'" couldn\'t be found.');
						
					});
			}
		
		}else{</code></pre>
]]></content:encoded>
	</item>
	<item>
		<title>By: NetzKnecht</title>
		<link>http://max.jsrhost.com/2008/10/03/ajaxify-support/comment-page-3/#comment-1028</link>
		<dc:creator>NetzKnecht</dc:creator>
		<pubDate>Thu, 22 Jan 2009 19:17:13 +0000</pubDate>
		<guid isPermaLink="false">http://max.jsrhost.com/?p=67#comment-1028</guid>
		<description>Hey Max,

with some modifications of your script i&#039;ve got a solution for my problem - if you are interested in, i will send it to you by mail because it is a bit more extensive to post it here?! 

Hello ivus,

i dont have a problem solving for you, but a very usefull advice if you want to load the content of an element in the same or in other words if &quot;target&quot; and &quot;tagToload&quot; is the same element:
open the &quot;jquery.ajaxify.js&quot;-script and go to the function &quot;jQuery.ajaxifLoad&quot; (near by line 226), search and replace the first code-snipped with the second. now only the content of the &quot;tagToload&quot; is disyplayed in the &quot;target&quot;.
the originalcode would nest the &quot;tagToLoad&quot; inside the &quot;target&quot;.

Here an example what will happen without the modification:
&lt;code&gt;b??
??z{&lt;/code&gt;

Replace:
&lt;code&gt;??.?????N?hi?Z?&lt;/code&gt;

with
&lt;code&gt;??.?????N?hi?Z?&lt;/code&gt;

Libertarian Greetz from germany - sorry for the bad english,
NetzKnecht</description>
		<content:encoded><![CDATA[<p>Hey Max,</p>
<p>with some modifications of your script i&#8217;ve got a solution for my problem &#8211; if you are interested in, i will send it to you by mail because it is a bit more extensive to post it here?! </p>
<p>Hello ivus,</p>
<p>i dont have a problem solving for you, but a very usefull advice if you want to load the content of an element in the same or in other words if &#8220;target&#8221; and &#8220;tagToload&#8221; is the same element:<br />
open the &#8220;jquery.ajaxify.js&#8221;-script and go to the function &#8220;jQuery.ajaxifLoad&#8221; (near by line 226), search and replace the first code-snipped with the second. now only the content of the &#8220;tagToload&#8221; is disyplayed in the &#8220;target&#8221;.<br />
the originalcode would nest the &#8220;tagToLoad&#8221; inside the &#8220;target&#8221;.</p>
<p>Here an example what will happen without the modification:<br />
<pre><code>b??
??z{</code></pre>
<p>Replace:<br />
<code>??.?????N?hi?Z?</code></p>
<p>with<br />
<code>??.?????N?hi?Z?</code></p>
<p>Libertarian Greetz from germany &#8211; sorry for the bad english,<br />
NetzKnecht</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: MaX</title>
		<link>http://max.jsrhost.com/2008/10/03/ajaxify-support/comment-page-3/#comment-1024</link>
		<dc:creator>MaX</dc:creator>
		<pubDate>Wed, 21 Jan 2009 01:06:09 +0000</pubDate>
		<guid isPermaLink="false">http://max.jsrhost.com/?p=67#comment-1024</guid>
		<description>I recommend you to upgrade to version 2.0. In v2 you can set event to false to fire ajaxify on demand.</description>
		<content:encoded><![CDATA[<p>I recommend you to upgrade to version 2.0. In v2 you can set event to false to fire ajaxify on demand.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ivus</title>
		<link>http://max.jsrhost.com/2008/10/03/ajaxify-support/comment-page-3/#comment-1023</link>
		<dc:creator>ivus</dc:creator>
		<pubDate>Wed, 21 Jan 2009 01:00:47 +0000</pubDate>
		<guid isPermaLink="false">http://max.jsrhost.com/?p=67#comment-1023</guid>
		<description>it just reloads the entire page, is that what you mean? I need a way for the ajaxify to execute via javascript, not mouseclick? is that possible?</description>
		<content:encoded><![CDATA[<p>it just reloads the entire page, is that what you mean? I need a way for the ajaxify to execute via javascript, not mouseclick? is that possible?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: MaX</title>
		<link>http://max.jsrhost.com/2008/10/03/ajaxify-support/comment-page-3/#comment-1022</link>
		<dc:creator>MaX</dc:creator>
		<pubDate>Wed, 21 Jan 2009 00:53:34 +0000</pubDate>
		<guid isPermaLink="false">http://max.jsrhost.com/?p=67#comment-1022</guid>
		<description>What is your server output?</description>
		<content:encoded><![CDATA[<p>What is your server output?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ivus</title>
		<link>http://max.jsrhost.com/2008/10/03/ajaxify-support/comment-page-3/#comment-924</link>
		<dc:creator>ivus</dc:creator>
		<pubDate>Mon, 19 Jan 2009 05:49:17 +0000</pubDate>
		<guid isPermaLink="false">http://max.jsrhost.com/?p=67#comment-924</guid>
		<description>Hi Max,

I&#039;ve got this new problem now...

I&#039;m trying to integrate this script with PHP, the PHP part is all sorted, but trying to redirect using the ajaxify script poses a few problems.


$(&quot;.ajaxify&quot;).ajaxify({
link: &#039;/index.php?option=com_onlinecourse&amp;view=appraisal&amp;Itemid=2&amp;course_id=&#039;,
target: &#039;#main_content&#039;,
tagToload: &#039;#main_content&#039;,
loadHash:true
});


all this seems to do is refresh the page.. not sure how to fix it.</description>
		<content:encoded><![CDATA[<p>Hi Max,</p>
<p>I&#8217;ve got this new problem now&#8230;</p>
<p>I&#8217;m trying to integrate this script with PHP, the PHP part is all sorted, but trying to redirect using the ajaxify script poses a few problems.</p>
<p>$(&#8220;.ajaxify&#8221;).ajaxify({<br />
link: &#8216;/index.php?option=com_onlinecourse&amp;view=appraisal&amp;Itemid=2&amp;course_id=&#8217;,<br />
target: &#8216;#main_content&#8217;,<br />
tagToload: &#8216;#main_content&#8217;,<br />
loadHash:true<br />
});</p>
<p>all this seems to do is refresh the page.. not sure how to fix it.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
