<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:clearspace="http://www.jivesoftware.com/xmlns/jive/rss" version="2.0">
  <channel>
    <title>Adobe Community: Message List - How do I target class elements within a symbol within a Symbol?</title>
    <link>https://forums.adobe.com/community/edge_animate?view=discussions</link>
    <description>Most recent forum messages</description>
    <language>en</language>
    <pubDate>Sun, 25 May 2014 17:58:00 GMT</pubDate>
    <generator>Jive Engage 7.0.0.1  (http://jivesoftware.com/products/)</generator>
    <dc:date>2014-05-25T17:58:00Z</dc:date>
    <dc:language>en</dc:language>
    <item>
      <title>Re: How do I target class elements within a symbol within a Symbol?</title>
      <link>https://forums.adobe.com/message/6408023?tstart=0#6408023</link>
      <description>&lt;!-- [DocumentBodyStart:81cf22ed-af40-4965-92c1-167cacead8dc] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;Amazing! thanks!&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:81cf22ed-af40-4965-92c1-167cacead8dc] --&gt;&lt;img src='/beacon?t=1415897892271' /&gt;</description>
      <pubDate>Sun, 25 May 2014 17:58:00 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/message/6408023?tstart=0#6408023</guid>
      <dc:date>2014-05-25T17:58:00Z</dc:date>
      <clearspace:dateToText>5 months 3 weeks ago</clearspace:dateToText>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>Re: How do I target class elements within a symbol within a Symbol?</title>
      <link>https://forums.adobe.com/message/6403661?tstart=0#6403661</link>
      <description>&lt;!-- [DocumentBodyStart:ace807cc-bf6c-4d4a-a2f9-3e97140b6028] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;Answered here &lt;/p&gt;&lt;p&gt;&lt;a class="jive-link-thread-small" data-containerId="4823" data-containerType="14" data-objectId="1476945" data-objectType="1" href="https://forums.adobe.com/thread/1476945"&gt;Can anybody help me set this code into an array?&lt;/a&gt;&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:ace807cc-bf6c-4d4a-a2f9-3e97140b6028] --&gt;</description>
      <pubDate>Fri, 23 May 2014 13:13:39 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/message/6403661?tstart=0#6403661</guid>
      <dc:date>2014-05-23T13:13:39Z</dc:date>
      <clearspace:dateToText>5 months 3 weeks ago</clearspace:dateToText>
      <clearspace:replyCount>1</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>Re: How do I target class elements within a symbol within a Symbol?</title>
      <link>https://forums.adobe.com/message/6400958?tstart=0#6400958</link>
      <description>&lt;!-- [DocumentBodyStart:8cfaf477-d644-4498-a66d-e6c434483ef1] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;Hello, look at this site, may help you !&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;&lt;a class="jive-link-external-small" href="http://www.edgehero.com/tutorials/scope" rel="nofollow"&gt;Targeting Symbols: Uncovering the Mystery&lt;/a&gt;&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:8cfaf477-d644-4498-a66d-e6c434483ef1] --&gt;</description>
      <pubDate>Thu, 22 May 2014 14:46:38 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/message/6400958?tstart=0#6400958</guid>
      <dc:date>2014-05-22T14:46:38Z</dc:date>
      <clearspace:dateToText>5 months 3 weeks ago</clearspace:dateToText>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>How do I target class elements within a symbol within a Symbol?</title>
      <link>https://forums.adobe.com/message/6400568?tstart=0#6400568</link>
      <description>&lt;!-- [DocumentBodyStart:fc7d15c6-2326-4818-815e-a4229d788754] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;HI, any idea how I would change the below code to target elements with individual classes within a symbol within a symbol?&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;&lt;span style="background-color: rgba(255, 255, 255, 0);"&gt;var countries = $(".UK,.Ireland,.Hongkong,.Switzerland,.USA,.India,.Japan,.Netherlands,.Spain,.AUS");&lt;br/&gt;//var countries = sym.getSymbol("Countries").$("UK");&lt;br/&gt;var charts = sym.getSymbol("Piecharts").$(".UK_Chart,.Ireland_Chart,.Hongkong_Chart,.Switzerland_Chart ,.USA_Chart,.India_Chart,.Japan_Chart,.Netherlands_Chart,.Spain_Chart,.AUS_Chart");&lt;br/&gt;var chartstext = sym.getSymbol("Piechart").getSymbol("PiechartText").$(".UK_pietext,.USA_pietext,.AUS_piet ext,Hongkong_pietext,.Swizterland_pietext,.Ireland_pietext,.India_pietext,.Japan_pietext,. Netherlands_pietext,.Spain_pietext");&lt;br/&gt;var textwindows = sym.getSymbol("Textwindows").$(".UK_text,.Ireland_text,.Hongkong_text,.Switzerland_text,. USA_text,.India_text,.Japan_text,.Netherlands_text,.Spain_text,.AUS_text");&lt;br/&gt;var stanbuttons = sym.getSymbol("Stanbuttons").$(".UK_Stan,.USA_Stan");&lt;br/&gt;AdobeEdge.reset = function(){&lt;br/&gt;countries.each(function(){&lt;br/&gt;//$(this).fadeOut();&lt;br/&gt;$(this).css({'display':'none'});&lt;br/&gt;});&lt;br/&gt;&lt;br/&gt;charts.each(function(){&lt;br/&gt;$(this).fadeOut();&lt;br/&gt;});&lt;br/&gt;chartstext.each(function(){&lt;br/&gt;$(this).fadeOut();&lt;br/&gt;});&lt;br/&gt;stanbuttons.each(function(){&lt;br/&gt;$(this).fadeOut();&lt;br/&gt;});&lt;br/&gt;textwindows.each(function(){&lt;br/&gt;$(this).fadeOut();&lt;br/&gt;});&lt;br/&gt;&lt;br/&gt;}&lt;br/&gt;&lt;br/&gt;function isSame(myObject,str){&lt;br/&gt;var obj = $(myObject)[0].classList&lt;br/&gt;for (var i=0;i&amp;lt;obj.length;i++){&lt;br/&gt;if(obj[i]==str){&lt;br/&gt;return true;&lt;br/&gt;}&lt;br/&gt;}&lt;br/&gt;return false;&lt;br/&gt;}&lt;/span&gt;&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:fc7d15c6-2326-4818-815e-a4229d788754] --&gt;</description>
      <pubDate>Thu, 22 May 2014 13:08:10 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/message/6400568?tstart=0#6400568</guid>
      <dc:date>2014-05-22T13:08:10Z</dc:date>
      <clearspace:dateToText>5 months 3 weeks ago</clearspace:dateToText>
      <clearspace:replyCount>3</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
  </channel>
</rss>

