<?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: Zebra_Dialog, a lightweight dialog box jQuery plugin</title>
	<atom:link href="http://stefangabos.ro/jquery/zebra-dialog/feed/" rel="self" type="application/rss+xml" />
	<link>http://stefangabos.ro</link>
	<description>web developer extraordinaire</description>
	<lastBuildDate>Mon, 20 May 2013 18:13:34 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.5.1</generator>
	<item>
		<title>By: Mark</title>
		<link>http://stefangabos.ro/jquery/zebra-dialog/comment-page-8/#comment-3625</link>
		<dc:creator>Mark</dc:creator>
		<pubDate>Mon, 20 May 2013 15:53:38 +0000</pubDate>
		<guid isPermaLink="false">http://stefangabos.ro/?page_id=1093#comment-3625</guid>
		<description><![CDATA[I found my problem. In the  tag for the include of the .js file, I specified &quot;type/javascript&quot; instead of &quot;text/javascript&quot;. Now it works perfectly.

Mark]]></description>
		<content:encoded><![CDATA[<p>I found my problem. In the  tag for the include of the .js file, I specified &#8220;type/javascript&#8221; instead of &#8220;text/javascript&#8221;. Now it works perfectly.</p>
<p>Mark</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mark</title>
		<link>http://stefangabos.ro/jquery/zebra-dialog/comment-page-8/#comment-3624</link>
		<dc:creator>Mark</dc:creator>
		<pubDate>Mon, 20 May 2013 15:23:14 +0000</pubDate>
		<guid isPermaLink="false">http://stefangabos.ro/?page_id=1093#comment-3624</guid>
		<description><![CDATA[Hi,

I downloaded your plugin and am attempting to put together a very simple page. The problem is that I keep getting the message TypeError: $.Zebra_Dialog is not a function. I&#039;ve made sure that the .js file is being loaded, but in Firefox Firebug, it doesn&#039;t show up in the script list. Very unusual.

Here is my example page:





Dialog Test






 $(document).ready(function() {
     $.Zebra_Dialog(&#039;The Page display is completed!&#039;);
 }); 




 
 



Any help would be appreciated!

Thanks, Mark]]></description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>I downloaded your plugin and am attempting to put together a very simple page. The problem is that I keep getting the message TypeError: $.Zebra_Dialog is not a function. I&#8217;ve made sure that the .js file is being loaded, but in Firefox Firebug, it doesn&#8217;t show up in the script list. Very unusual.</p>
<p>Here is my example page:</p>
<p>Dialog Test</p>
<p> $(document).ready(function() {<br />
     $.Zebra_Dialog(&#8216;The Page display is completed!&#8217;);<br />
 }); </p>
<p>Any help would be appreciated!</p>
<p>Thanks, Mark</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sean</title>
		<link>http://stefangabos.ro/jquery/zebra-dialog/comment-page-7/#comment-3530</link>
		<dc:creator>Sean</dc:creator>
		<pubDate>Wed, 08 May 2013 19:14:46 +0000</pubDate>
		<guid isPermaLink="false">http://stefangabos.ro/?page_id=1093#comment-3530</guid>
		<description><![CDATA[This works for me to load an image into the dialog

&lt;pre&gt;&lt;code&gt;new $.Zebra_Dialog(&quot;&quot;, {
  &#039;type&#039;: &#039;information&#039;,
  &#039;title&#039;: &#039;Processing&#039;,
  &#039;buttons&#039;: false,
  &#039;modal&#039;: false,
  &#039;position&#039;: [&#039;right - 20&#039;, &#039;top + 20&#039;],
  &#039;auto_close&#039;: 2000
});&lt;/code&gt;&lt;/pre&gt;]]></description>
		<content:encoded><![CDATA[<p>This works for me to load an image into the dialog</p>
<pre><code>new $.Zebra_Dialog("", {
  'type': 'information',
  'title': 'Processing',
  'buttons': false,
  'modal': false,
  'position': ['right - 20', 'top + 20'],
  'auto_close': 2000
});</code></pre>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sean</title>
		<link>http://stefangabos.ro/jquery/zebra-dialog/comment-page-7/#comment-3529</link>
		<dc:creator>Sean</dc:creator>
		<pubDate>Wed, 08 May 2013 19:04:23 +0000</pubDate>
		<guid isPermaLink="false">http://stefangabos.ro/?page_id=1093#comment-3529</guid>
		<description><![CDATA[The following is what I used for a click dialog  to show.  Do you get any errors in the console?
&lt;pre&gt;&lt;code&gt;$(document).ready(function () {
  $(&quot;#anchor&quot;).click(function(e) {
    e.preventDefault();
    $.Zebra_Dialog(&#039;The link was clicked&#039;);
  });
})&lt;/code&gt;&lt;/pre&gt;
&lt;pre&gt;&lt;code&gt;&lt;a href=&quot;#&quot; rel=&quot;nofollow&quot;&gt;Link&lt;/a&gt;&lt;/code&gt;&lt;/pre&gt;]]></description>
		<content:encoded><![CDATA[<p>The following is what I used for a click dialog  to show.  Do you get any errors in the console?</p>
<pre><code>$(document).ready(function () {
  $("#anchor").click(function(e) {
    e.preventDefault();
    $.Zebra_Dialog('The link was clicked');
  });
})</code></pre>
<pre><code>&lt;a href="#" rel="nofollow">Link&lt;/a></code></pre>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sean</title>
		<link>http://stefangabos.ro/jquery/zebra-dialog/comment-page-8/#comment-3527</link>
		<dc:creator>Sean</dc:creator>
		<pubDate>Wed, 08 May 2013 17:32:57 +0000</pubDate>
		<guid isPermaLink="false">http://stefangabos.ro/?page_id=1093#comment-3527</guid>
		<description><![CDATA[This should work for you with some editing with your request data.

&lt;pre&gt;&lt;code&gt;/*CSS*/
.overlay
{
  display: none; /*Hide Overlay*/
  height:100%;
  width:100%;
  position:fixed;
  left:0;
  top:0;
  z-index:1 !important; /*Set higher if needed*/
  background-color:black;
  opacity: .5;
}&lt;/code&gt;&lt;/pre&gt;

&lt;pre&gt;&lt;code&gt;/*AJAX*/
$(document).on(&#039;click&#039;, &#039;#save&#039;, function () {
  var requestData = {
    invnum: $(&quot;#invnum&quot;).html(),
    notes: $(&quot;#notes&quot;).html()
  };
  $.ajax({
    url: &#039;/Process/Notes&#039;,
    type: &#039;POST&#039;,
    data: JSON.stringify(requestData),
    dataType: &quot;json&quot;,
    contentType: &quot;application/json; charset=utf-8&quot;,
    beforeSend: function () {
      $(&quot;.overlay&quot;).show(); /*Show overlay*/
      new $.Zebra_Dialog(&quot;&quot;, { /*Can use preload image or replace with text*/
        &#039;type&#039;: &#039;information&#039;,
        &#039;title&#039;: &#039;Please Wait...&#039;,
        &#039;buttons&#039;: false,
        &#039;modal&#039;: false,
        &#039;auto_close&#039;: 2000
      });
    },
    success: function() {
      $(&quot;.overlay&quot;).hide(); /*Hide overlay on success*/
    }
  });
});&lt;/code&gt;&lt;/pre&gt;]]></description>
		<content:encoded><![CDATA[<p>This should work for you with some editing with your request data.</p>
<pre><code>/*CSS*/
.overlay
{
  display: none; /*Hide Overlay*/
  height:100%;
  width:100%;
  position:fixed;
  left:0;
  top:0;
  z-index:1 !important; /*Set higher if needed*/
  background-color:black;
  opacity: .5;
}</code></pre>
<pre><code>/*AJAX*/
$(document).on('click', '#save', function () {
  var requestData = {
    invnum: $("#invnum").html(),
    notes: $("#notes").html()
  };
  $.ajax({
    url: '/Process/Notes',
    type: 'POST',
    data: JSON.stringify(requestData),
    dataType: "json",
    contentType: "application/json; charset=utf-8",
    beforeSend: function () {
      $(".overlay").show(); /*Show overlay*/
      new $.Zebra_Dialog("", { /*Can use preload image or replace with text*/
        'type': 'information',
        'title': 'Please Wait...',
        'buttons': false,
        'modal': false,
        'auto_close': 2000
      });
    },
    success: function() {
      $(".overlay").hide(); /*Hide overlay on success*/
    }
  });
});</code></pre>
]]></content:encoded>
	</item>
	<item>
		<title>By: Stephan</title>
		<link>http://stefangabos.ro/jquery/zebra-dialog/comment-page-8/#comment-3238</link>
		<dc:creator>Stephan</dc:creator>
		<pubDate>Sat, 13 Apr 2013 09:49:23 +0000</pubDate>
		<guid isPermaLink="false">http://stefangabos.ro/?page_id=1093#comment-3238</guid>
		<description><![CDATA[Hi,

I found your plugin, looks nice.

I do a lot af AJAX calls. Is it possible to block the screen and show a &#039;Please wait...&#039; notification? (and in a callback unblock the screen and show the result)?

THanks, Stephan]]></description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>I found your plugin, looks nice.</p>
<p>I do a lot af AJAX calls. Is it possible to block the screen and show a &#8216;Please wait&#8230;&#8217; notification? (and in a callback unblock the screen and show the result)?</p>
<p>THanks, Stephan</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ivan</title>
		<link>http://stefangabos.ro/jquery/zebra-dialog/comment-page-7/#comment-3122</link>
		<dc:creator>Ivan</dc:creator>
		<pubDate>Thu, 28 Mar 2013 10:48:07 +0000</pubDate>
		<guid isPermaLink="false">http://stefangabos.ro/?page_id=1093#comment-3122</guid>
		<description><![CDATA[Hi, thanks for the plugin. It works great for everything but when clicking on a link.

I have the following between the &quot;head&quot; section of my site: (please find screenshot below)

http://postimg.org/image/a4izxb80r/

It does not show any dialog box when clicking on a link.

Any help will be much appreciated.

Many thanks.]]></description>
		<content:encoded><![CDATA[<p>Hi, thanks for the plugin. It works great for everything but when clicking on a link.</p>
<p>I have the following between the &#8220;head&#8221; section of my site: (please find screenshot below)</p>
<p><a href="http://postimg.org/image/a4izxb80r/" rel="nofollow">http://postimg.org/image/a4izxb80r/</a></p>
<p>It does not show any dialog box when clicking on a link.</p>
<p>Any help will be much appreciated.</p>
<p>Many thanks.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Robert</title>
		<link>http://stefangabos.ro/jquery/zebra-dialog/comment-page-7/#comment-3101</link>
		<dc:creator>Robert</dc:creator>
		<pubDate>Sun, 24 Mar 2013 23:11:36 +0000</pubDate>
		<guid isPermaLink="false">http://stefangabos.ro/?page_id=1093#comment-3101</guid>
		<description><![CDATA[This is what I have...


	
	
	






	$(document).ready(function() {
		new $.Zebra_Dialog(&#039;Hello&#039;)
 });


When I run it, all I get is the lower half of a dialog box positioned at the top of my screen.  Can you help?

Thanks,
Robert]]></description>
		<content:encoded><![CDATA[<p>This is what I have&#8230;</p>
<p>	$(document).ready(function() {<br />
		new $.Zebra_Dialog(&#8216;Hello&#8217;)<br />
 });</p>
<p>When I run it, all I get is the lower half of a dialog box positioned at the top of my screen.  Can you help?</p>
<p>Thanks,<br />
Robert</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tejas</title>
		<link>http://stefangabos.ro/jquery/zebra-dialog/comment-page-7/#comment-3077</link>
		<dc:creator>Tejas</dc:creator>
		<pubDate>Thu, 21 Mar 2013 07:06:40 +0000</pubDate>
		<guid isPermaLink="false">http://stefangabos.ro/?page_id=1093#comment-3077</guid>
		<description><![CDATA[Hi!

Thank you for the dialogs, they are very useful. 
I want to ask if this can be expanded somehow to add the functionality of progressive disclosure.

Please let me know if it&#039;s built in / possible to write in?
Many thanks!]]></description>
		<content:encoded><![CDATA[<p>Hi!</p>
<p>Thank you for the dialogs, they are very useful.<br />
I want to ask if this can be expanded somehow to add the functionality of progressive disclosure.</p>
<p>Please let me know if it&#8217;s built in / possible to write in?<br />
Many thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: kemo</title>
		<link>http://stefangabos.ro/jquery/zebra-dialog/comment-page-7/#comment-3051</link>
		<dc:creator>kemo</dc:creator>
		<pubDate>Sat, 16 Mar 2013 10:56:23 +0000</pubDate>
		<guid isPermaLink="false">http://stefangabos.ro/?page_id=1093#comment-3051</guid>
		<description><![CDATA[if the user click no nothing should happen.. but if he clicks yes then i want the form to submit... i did and it goes to the servlet.. but the the prob is that the button is not getting recognized in the servlet.. plz help]]></description>
		<content:encoded><![CDATA[<p>if the user click no nothing should happen.. but if he clicks yes then i want the form to submit&#8230; i did and it goes to the servlet.. but the the prob is that the button is not getting recognized in the servlet.. plz help</p>
]]></content:encoded>
	</item>
</channel>
</rss>
