<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0">
<channel>
<title>Efficy Overflow Q&amp;A - Recent questions tagged jquery</title>
<link>https://overflow.efficy.io/?qa=tag/jquery</link>
<description>Powered by Question2Answer</description>
<item>
<title>Miscellaneous dialog (background)</title>
<link>https://overflow.efficy.io/?qa=1844/miscellaneous-dialog-background</link>
<description>&lt;p&gt;Hi guys,&lt;/p&gt;

&lt;p&gt;On the consult page of a company in our IVM, we have the command miscellanious, which opens a dialog where you can fill in a request for the cloud. The dialog seems to be absolute and the background cannot be touched until you close it..&lt;br&gt;
In some cases it would be very useful if we could implement this functionality (for e.g. Troostwijk).&lt;/p&gt;

&lt;p&gt;What i noticed is that if the command is clicked a div is inserted in the page, which sets the new css from the class: .reveal-modal-bg. It seems that this does the trick.&lt;/p&gt;

&lt;p&gt;Does anyone has an idea how to implement this in our customs?&lt;/p&gt;

&lt;p&gt;Thanks in advance!&lt;/p&gt;

&lt;p&gt;Regards,&lt;/p&gt;

&lt;p&gt;Michael&lt;/p&gt;
</description>
<category>Efficy/ Client side</category>
<guid isPermaLink="true">https://overflow.efficy.io/?qa=1844/miscellaneous-dialog-background</guid>
<pubDate>Wed, 07 Sep 2016 12:07:31 +0000</pubDate>
</item>
<item>
<title>Possibility to force user not to forget the Upload of an attachment in a Document</title>
<link>https://overflow.efficy.io/?qa=1796/possibility-force-user-forget-upload-attachment-document</link>
<description>&lt;p&gt;is there a Possibility to force user not to forget the Upload of an attachment in a Document ?&lt;/p&gt;

&lt;p&gt;Can I test on a attribute of the Upload button or form in the list of attachments, or what would be the best way to test if there is still attachement that hasn't been uploaded ?&lt;/p&gt;
</description>
<category>Efficy/ Client side</category>
<guid isPermaLink="true">https://overflow.efficy.io/?qa=1796/possibility-force-user-forget-upload-attachment-document</guid>
<pubDate>Tue, 02 Aug 2016 04:41:34 +0000</pubDate>
</item>
<item>
<title>Howto Hide a Specific Panel ( and button ) with JQuery ???</title>
<link>https://overflow.efficy.io/?qa=1164/howto-hide-a-specific-panel-and-button-with-jquery</link>
<description>&lt;p&gt;I want to hide a certain panel with JQUERY&lt;/p&gt;

&lt;p&gt;I can hide the panel with the fields with :&lt;/p&gt;

&lt;pre&gt;&lt;code&gt;$('div#catg-21011-panel-2').hide();
&lt;/code&gt;&lt;/pre&gt;

&lt;p&gt;And that works fine, but how can I hide the panel button itself ???&lt;/p&gt;

&lt;p&gt;I'm trying in the genre of : &lt;/p&gt;

&lt;pre&gt;&lt;code&gt;$(&quot;#tabs-content&quot;).find(&quot;[a href$='#catg-21011-panel-2']&quot;).hide();
&lt;/code&gt;&lt;/pre&gt;

&lt;p&gt;But this doesn't work.&lt;/p&gt;

&lt;p&gt;How do I do this ?&lt;/p&gt;
</description>
<category>Efficy/ Client side</category>
<guid isPermaLink="true">https://overflow.efficy.io/?qa=1164/howto-hide-a-specific-panel-and-button-with-jquery</guid>
<pubDate>Tue, 12 Jan 2016 09:14:30 +0000</pubDate>
</item>
<item>
<title>requirejs error in custom.js</title>
<link>https://overflow.efficy.io/?qa=1055/requirejs-error-in-custom-js</link>
<description>&lt;p&gt;Hello,&lt;/p&gt;

&lt;p&gt;I'm trying to use &quot;jquery&quot; and &quot;format&quot; in custom.js as the following:&lt;/p&gt;

&lt;pre&gt;&lt;code&gt;function CreateRelation(Bookmark, MainEntity, MainKey, Entity, Key) {   
    requirejs(['jquery', 'utils/format', 'utils/utils'], 
    function ($, format, Utils) {   
        if ((MainEntity == 'Proj' || MainEntity == 'Oppo') &amp;amp;&amp;amp; Entity == 'Prod') {       
            var sameBrand = '0';        
            var ExtraParams = &quot;&amp;amp;MainKey=&quot; + MainKey +&quot;&amp;amp;ProdKey=&quot;  Key+&quot;&amp;amp;MainEntity=&quot;+MainEntity;        
            $.ajax({url: format(&quot;dialog?_macrofile=MacroAjax&amp;amp;_macro=RunScript&amp;amp;File=$0&amp;amp;Func=$1&quot;, &quot;serverscripts/common.js&quot;, &quot;sameBrandEntProd&quot;),             
            data: ExtraParams   
            }).done(function (html) {
                sameBrand = html;
            });         
            if (sameBrand == '1') 
                EditRelation(&quot;edit/relation.htm&quot;, MainEntity, MainKey, Entity, Key);        
            else 
                alert('You can not link this product because it does not have the right brand.');   
        } 
    });
}
&lt;/code&gt;&lt;/pre&gt;

&lt;p&gt;But i'm getting this error:&lt;br&gt;
&lt;img src=&quot;https://overflow.efficy.com/?qa=blob&amp;amp;qa_blobid=5015690060356010265&quot; alt=&quot;enter image description here&quot;&gt;&lt;/p&gt;

&lt;p&gt;Am i missing some thing? please let me know your suggestion and advises.&lt;br&gt;
Best Regards.&lt;/p&gt;
</description>
<category>Efficy Partners</category>
<guid isPermaLink="true">https://overflow.efficy.io/?qa=1055/requirejs-error-in-custom-js</guid>
<pubDate>Wed, 30 Dec 2015 09:50:29 +0000</pubDate>
</item>
</channel>
</rss>