<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Add Instance Event in Adobe Experience Manager Questions</title>
    <link>https://experienceleaguecommunities.adobe.com/t5/adobe-experience-manager/add-instance-event/m-p/238197#M47915</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I didn't get your question, if you want to listen event on multifield add/remove you can use below:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;$(".coral-Button").click(function() {&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; var attr = $(this).attr('coral-multifield-add'); &lt;/P&gt;&lt;P&gt;// for remove use 'coral-Multifield-remove' class as a selector var attr = $(this).hasClass('coral-Multifield-remove');&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; if (typeof attr !== typeof undefined &amp;amp;&amp;amp; attr !== false) {&lt;/P&gt;&lt;P&gt;//your logic&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; }&lt;/P&gt;&lt;P&gt;}&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sun, 06 May 2018 21:15:26 GMT</pubDate>
    <dc:creator>arunpatidar</dc:creator>
    <dc:date>2018-05-06T21:15:26Z</dc:date>
    <item>
      <title>Add Instance Event</title>
      <link>https://experienceleaguecommunities.adobe.com/t5/adobe-experience-manager/add-instance-event/m-p/238196#M47914</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Is there an event that I can listen for that gets fired when another instance of a repeatable field or panel is added or removed?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Haven't been able to find anything and the only thing that I've seen that works (but is very broad and catches a lot more) is the "elementVisibleChanged" event, and then I have to filter results out.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 06 May 2018 18:52:20 GMT</pubDate>
      <guid>https://experienceleaguecommunities.adobe.com/t5/adobe-experience-manager/add-instance-event/m-p/238196#M47914</guid>
      <dc:creator>liviu_chis</dc:creator>
      <dc:date>2018-05-06T18:52:20Z</dc:date>
    </item>
    <item>
      <title>Re: Add Instance Event</title>
      <link>https://experienceleaguecommunities.adobe.com/t5/adobe-experience-manager/add-instance-event/m-p/238197#M47915</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I didn't get your question, if you want to listen event on multifield add/remove you can use below:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;$(".coral-Button").click(function() {&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; var attr = $(this).attr('coral-multifield-add'); &lt;/P&gt;&lt;P&gt;// for remove use 'coral-Multifield-remove' class as a selector var attr = $(this).hasClass('coral-Multifield-remove');&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; if (typeof attr !== typeof undefined &amp;amp;&amp;amp; attr !== false) {&lt;/P&gt;&lt;P&gt;//your logic&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; }&lt;/P&gt;&lt;P&gt;}&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 06 May 2018 21:15:26 GMT</pubDate>
      <guid>https://experienceleaguecommunities.adobe.com/t5/adobe-experience-manager/add-instance-event/m-p/238197#M47915</guid>
      <dc:creator>arunpatidar</dc:creator>
      <dc:date>2018-05-06T21:15:26Z</dc:date>
    </item>
    <item>
      <title>Re: Add Instance Event</title>
      <link>https://experienceleaguecommunities.adobe.com/t5/adobe-experience-manager/add-instance-event/m-p/238198#M47916</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for the answer Arun! My question is specifically for an Adaptive Form in AEM Forms. Is that what you're targetting with your answer?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I know that I can listen to when a button was clicked, but there are other actions that might create an additional instance of a repeatable panel. I'm therefore looking to listen for an additional instance being added, rather than just a button click, which may be only one of the multiple ways that an additional instance is created.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 07 May 2018 01:04:13 GMT</pubDate>
      <guid>https://experienceleaguecommunities.adobe.com/t5/adobe-experience-manager/add-instance-event/m-p/238198#M47916</guid>
      <dc:creator>liviu_chis</dc:creator>
      <dc:date>2018-05-07T01:04:13Z</dc:date>
    </item>
  </channel>
</rss>

