<?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: jQuery Plugin : jConfirmAction</title>
	<atom:link href="http://www.webstuffshare.com/2010/03/jquery-plugin-jconfirmaction/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.webstuffshare.com/2010/03/jquery-plugin-jconfirmaction/</link>
	<description>Learn and share. The simplest harmony.</description>
	<lastBuildDate>Wed, 08 Feb 2012 20:28:37 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: SEFA AYDIN</title>
		<link>http://www.webstuffshare.com/2010/03/jquery-plugin-jconfirmaction/#comment-28042</link>
		<dc:creator>SEFA AYDIN</dc:creator>
		<pubDate>Mon, 05 Dec 2011 14:50:34 +0000</pubDate>
		<guid isPermaLink="false">http://www.webstuffshare.com/?p=1730#comment-28042</guid>
		<description>I want to use in form input[type=&quot;text&quot;] like that.
but if ı click yes link change undefined

forexample

$(document).ready(function() {
			$(&#039;input[type=&quot;submit&quot;]&#039;).jConfirmAction({question : &quot;Silme İşlemini Onaylıyor musunuz?&quot;, yesAnswer : &quot;Evet&quot;, cancelAnswer : &quot;İptal&quot;});
	});






click to button.

http://www.siteurl.com/undefined

How can I fix it..??</description>
		<content:encoded><![CDATA[<p>I want to use in form input[type="text"] like that.<br />
but if ı click yes link change undefined</p>
<p>forexample</p>
<p>$(document).ready(function() {<br />
			$(&#8216;input[type="submit"]&#8216;).jConfirmAction({question : &#8220;Silme İşlemini Onaylıyor musunuz?&#8221;, yesAnswer : &#8220;Evet&#8221;, cancelAnswer : &#8220;İptal&#8221;});<br />
	});</p>
<p>click to button.</p>
<p><a href="http://www.siteurl.com/undefined" rel="nofollow">http://www.siteurl.com/undefined</a></p>
<p>How can I fix it..??</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Emmanuel Alex</title>
		<link>http://www.webstuffshare.com/2010/03/jquery-plugin-jconfirmaction/#comment-25676</link>
		<dc:creator>Emmanuel Alex</dc:creator>
		<pubDate>Mon, 14 Nov 2011 04:41:12 +0000</pubDate>
		<guid isPermaLink="false">http://www.webstuffshare.com/?p=1730#comment-25676</guid>
		<description>Can this be used / integrated with &quot;Enter your RSVP code&quot; on a wedding website?</description>
		<content:encoded><![CDATA[<p>Can this be used / integrated with &#8220;Enter your RSVP code&#8221; on a wedding website?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Useful jQuery Plugin for UI Developers &#124; PHPVA.COM</title>
		<link>http://www.webstuffshare.com/2010/03/jquery-plugin-jconfirmaction/#comment-10101</link>
		<dc:creator>Useful jQuery Plugin for UI Developers &#124; PHPVA.COM</dc:creator>
		<pubDate>Tue, 12 Jul 2011 14:22:10 +0000</pubDate>
		<guid isPermaLink="false">http://www.webstuffshare.com/?p=1730#comment-10101</guid>
		<description>[...] jConfirmAction [...]</description>
		<content:encoded><![CDATA[<p>[...] jConfirmAction [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Chris</title>
		<link>http://www.webstuffshare.com/2010/03/jquery-plugin-jconfirmaction/#comment-9798</link>
		<dc:creator>Chris</dc:creator>
		<pubDate>Wed, 06 Jul 2011 14:06:40 +0000</pubDate>
		<guid isPermaLink="false">http://www.webstuffshare.com/?p=1730#comment-9798</guid>
		<description>You know, I am all for sharing knowledge. But what gets me is when other people hijack something and claim it as there own.. Which clearly is the case here.. well not here but at this web address below:

http://aku.salimag.us/demo/jconf-confirmation-plugin-1-2-0.html

Very minor alterations to your code here. And Styling was changed a bit, but in the end, the code, the demo page even exact replica of yours. Minus tribute to you.. Hate to be a snitch but I dislike it when others stake a claim on someone Else&#039;s work</description>
		<content:encoded><![CDATA[<p>You know, I am all for sharing knowledge. But what gets me is when other people hijack something and claim it as there own.. Which clearly is the case here.. well not here but at this web address below:</p>
<p><a href="http://aku.salimag.us/demo/jconf-confirmation-plugin-1-2-0.html" rel="nofollow">http://aku.salimag.us/demo/jconf-confirmation-plugin-1-2-0.html</a></p>
<p>Very minor alterations to your code here. And Styling was changed a bit, but in the end, the code, the demo page even exact replica of yours. Minus tribute to you.. Hate to be a snitch but I dislike it when others stake a claim on someone Else&#8217;s work</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Agus Salim</title>
		<link>http://www.webstuffshare.com/2010/03/jquery-plugin-jconfirmaction/#comment-8900</link>
		<dc:creator>Agus Salim</dc:creator>
		<pubDate>Fri, 17 Jun 2011 00:59:12 +0000</pubDate>
		<guid isPermaLink="false">http://www.webstuffshare.com/?p=1730#comment-8900</guid>
		<description>I&#039;ve been created similiar plugin but with better option, you can use it as a Message box, Confirmation Box or Input Box.
Just visit http://aku.salimag.us/jconf-confirmation-plugin-1-2-0.html and give it a try . . .

Hope this help other&#039;s who need</description>
		<content:encoded><![CDATA[<p>I&#8217;ve been created similiar plugin but with better option, you can use it as a Message box, Confirmation Box or Input Box.<br />
Just visit <a href="http://aku.salimag.us/jconf-confirmation-plugin-1-2-0.html" rel="nofollow">http://aku.salimag.us/jconf-confirmation-plugin-1-2-0.html</a> and give it a try . . .</p>
<p>Hope this help other&#8217;s who need</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: jhony omar</title>
		<link>http://www.webstuffshare.com/2010/03/jquery-plugin-jconfirmaction/#comment-8268</link>
		<dc:creator>jhony omar</dc:creator>
		<pubDate>Tue, 07 Jun 2011 08:31:50 +0000</pubDate>
		<guid isPermaLink="false">http://www.webstuffshare.com/?p=1730#comment-8268</guid>
		<description>gracias</description>
		<content:encoded><![CDATA[<p>gracias</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: mAdInDo</title>
		<link>http://www.webstuffshare.com/2010/03/jquery-plugin-jconfirmaction/#comment-6629</link>
		<dc:creator>mAdInDo</dc:creator>
		<pubDate>Tue, 10 May 2011 06:25:28 +0000</pubDate>
		<guid isPermaLink="false">http://www.webstuffshare.com/?p=1730#comment-6629</guid>
		<description>Mantab gan... Implemented in my apps :D</description>
		<content:encoded><![CDATA[<p>Mantab gan&#8230; Implemented in my apps <img src='http://www.webstuffshare.com/wp-includes/images/smilies/icon_biggrin.gif' alt=':D' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jonathan</title>
		<link>http://www.webstuffshare.com/2010/03/jquery-plugin-jconfirmaction/#comment-4121</link>
		<dc:creator>Jonathan</dc:creator>
		<pubDate>Sun, 20 Feb 2011 22:14:10 +0000</pubDate>
		<guid isPermaLink="false">http://www.webstuffshare.com/?p=1730#comment-4121</guid>
		<description>I passed the target back to the function in this example:
http://jsfiddle.net/wDadW/6/
Now in my callback I can grab attribute values.</description>
		<content:encoded><![CDATA[<p>I passed the target back to the function in this example:<br />
<a href="http://jsfiddle.net/wDadW/6/" rel="nofollow">http://jsfiddle.net/wDadW/6/</a><br />
Now in my callback I can grab attribute values.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: jQueryConfirmAction &#171; mRnguyen</title>
		<link>http://www.webstuffshare.com/2010/03/jquery-plugin-jconfirmaction/#comment-3724</link>
		<dc:creator>jQueryConfirmAction &#171; mRnguyen</dc:creator>
		<pubDate>Sun, 06 Feb 2011 14:51:23 +0000</pubDate>
		<guid isPermaLink="false">http://www.webstuffshare.com/?p=1730#comment-3724</guid>
		<description>[...] động thêm đoạn code sau vào cho bạn  vì thế bạn có thể design lại bằng css Click vào đây để xem bài viết gốc.  LikeBe the first to like this [...]</description>
		<content:encoded><![CDATA[<p>[...] động thêm đoạn code sau vào cho bạn  vì thế bạn có thể design lại bằng css Click vào đây để xem bài viết gốc.  LikeBe the first to like this [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: annamacharya</title>
		<link>http://www.webstuffshare.com/2010/03/jquery-plugin-jconfirmaction/#comment-3642</link>
		<dc:creator>annamacharya</dc:creator>
		<pubDate>Fri, 04 Feb 2011 12:14:14 +0000</pubDate>
		<guid isPermaLink="false">http://www.webstuffshare.com/?p=1730#comment-3642</guid>
		<description>Can any one help to get the complete code for a sample something like when user cancel the download jconfirmaction should restrict the user with yes and no options. Actully i got the jquery code above but i am unable to implement it. thanks in advance...</description>
		<content:encoded><![CDATA[<p>Can any one help to get the complete code for a sample something like when user cancel the download jconfirmaction should restrict the user with yes and no options. Actully i got the jquery code above but i am unable to implement it. thanks in advance&#8230;</p>
]]></content:encoded>
	</item>
</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Served from: www.webstuffshare.com @ 2012-02-09 20:02:02 -->
