<?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 - Loading jquery ui - ReferenceError: jQuery is not defined</title>
    <link>https://forums.adobe.com/community/edge_animate?view=discussions</link>
    <description>Most recent forum messages</description>
    <language>en</language>
    <pubDate>Thu, 06 Nov 2014 20:06:52 GMT</pubDate>
    <generator>Jive Engage 7.0.0.1  (http://jivesoftware.com/products/)</generator>
    <dc:date>2014-11-06T20:06:52Z</dc:date>
    <dc:language>en</dc:language>
    <item>
      <title>Re: Loading jquery ui - ReferenceError: jQuery is not defined</title>
      <link>https://forums.adobe.com/message/6906545?tstart=0#6906545</link>
      <description>&lt;!-- [DocumentBodyStart:cc324425-011c-414a-8704-8a2b51834fab] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;You cannot have the animation of objects on the main timeline if using drag n drop from jquery-UI. You might want to consider having symbols instead of elements and make the animation within the symbol. &lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;If you have the x and y property lines for your object, it will move according to these numbers.&lt;/p&gt;&lt;p&gt;&lt;a href="https://forums.adobe.com/servlet/JiveServlet/showImage/2-6906545-692293/drag+n+drop+problem.png"&gt;&lt;img alt="drag n drop problem.png" class="jive-image image-1" height="139" src="https://forums.adobe.com/servlet/JiveServlet/downloadImage/2-6906545-692293/drag+n+drop+problem.png" style="height: auto;" width="404"/&gt;&lt;/a&gt;&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:cc324425-011c-414a-8704-8a2b51834fab] --&gt;&lt;img src='/beacon?t=1415899040810' /&gt;</description>
      <pubDate>Thu, 06 Nov 2014 20:06:52 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/message/6906545?tstart=0#6906545</guid>
      <dc:date>2014-11-06T20:06:52Z</dc:date>
      <clearspace:dateToText>6 days 21 hours ago</clearspace:dateToText>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>Re: Loading jquery ui - ReferenceError: jQuery is not defined</title>
      <link>https://forums.adobe.com/message/6905983?tstart=0#6905983</link>
      <description>&lt;!-- [DocumentBodyStart:18be3ad2-7df0-4edb-91e9-b796f884bf77] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;The object-positioning issue is the following:&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;If i create some "static"&amp;nbsp; Elements on the stage as DragElements and Targets and use JQuery UI for draggable and droppable functiononality it works fine.&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;But if i animate those Elements ( just a simple move-animation from outside the stage ) and then start dragging, the dragElements moves to a far away position, away from the cursor. this is due to css transformations in adobe edge in contrast to just using left and top properties in JQuery.&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Do you have any suggestion to avoid this problem?&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:18be3ad2-7df0-4edb-91e9-b796f884bf77] --&gt;</description>
      <pubDate>Thu, 06 Nov 2014 17:41:51 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/message/6905983?tstart=0#6905983</guid>
      <dc:date>2014-11-06T17:41:51Z</dc:date>
      <clearspace:dateToText>6 days 24 hours ago</clearspace:dateToText>
      <clearspace:replyCount>1</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>Re: Loading jquery ui - ReferenceError: jQuery is not defined</title>
      <link>https://forums.adobe.com/message/6905900?tstart=0#6905900</link>
      <description>&lt;!-- [DocumentBodyStart:69299cb6-cf9f-4d7b-b6dc-a9cd7f526142] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;Thank, you works fine now as supected!&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:69299cb6-cf9f-4d7b-b6dc-a9cd7f526142] --&gt;</description>
      <pubDate>Thu, 06 Nov 2014 17:07:59 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/message/6905900?tstart=0#6905900</guid>
      <dc:date>2014-11-06T17:07:59Z</dc:date>
      <clearspace:dateToText>1 week 9 minutes ago</clearspace:dateToText>
      <clearspace:replyCount>2</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>Re: Loading jquery ui - ReferenceError: jQuery is not defined</title>
      <link>https://forums.adobe.com/message/6905730?tstart=0#6905730</link>
      <description>&lt;!-- [DocumentBodyStart:1e621820-85b1-4c7d-804a-6e209dc16c08] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;In the latest Edge Animate, $("myobject") will return an AdobeEdge object using which you can call functions as mentioned in Edge API documentation.&lt;/p&gt;&lt;p&gt;And if you include jQuery in Edge, then also it'll return an AdobeEdge object which has extended all the functionality of jQuery object. i.e. you can treat that object just as any other jQuery object as well as call upon Edge API functions as well.&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Regarding your second question, I am not heard of such issues of object-positioning, can you share a simple example composition to demonstrate such an issue.&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;hth,&lt;/p&gt;&lt;p&gt;Vivekuma&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:1e621820-85b1-4c7d-804a-6e209dc16c08] --&gt;</description>
      <pubDate>Thu, 06 Nov 2014 16:29:24 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/message/6905730?tstart=0#6905730</guid>
      <dc:date>2014-11-06T16:29:24Z</dc:date>
      <clearspace:dateToText>1 week 48 minutes ago</clearspace:dateToText>
      <clearspace:replyCount>3</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>Re: Loading jquery ui - ReferenceError: jQuery is not defined</title>
      <link>https://forums.adobe.com/message/6905206?tstart=0#6905206</link>
      <description>&lt;!-- [DocumentBodyStart:e43335c5-8fff-47f4-afb0-f4a103f731ad] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;Ah, i see, thanks a lot!&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;I just wonder about what type of object i get, when i use $('myobject'),&amp;nbsp; if it is not a jquery-object any more?&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Another question is, if it does make sense any more to mix in JQuery and JQuery UI within an Edge - Animation? - I heard about problems because of different object-positioning-models of jquery and edge-animations.&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:e43335c5-8fff-47f4-afb0-f4a103f731ad] --&gt;</description>
      <pubDate>Thu, 06 Nov 2014 13:59:18 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/message/6905206?tstart=0#6905206</guid>
      <dc:date>2014-11-06T13:59:18Z</dc:date>
      <clearspace:dateToText>1 week 3 hours ago</clearspace:dateToText>
      <clearspace:replyCount>4</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>Re: Loading jquery ui - ReferenceError: jQuery is not defined</title>
      <link>https://forums.adobe.com/message/6905129?tstart=0#6905129</link>
      <description>&lt;!-- [DocumentBodyStart:45ea7c3a-7bea-4ff7-8003-bba71ef61ca7] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;I assume you are using the latest version of Edge Animate which is 2014.1.&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;The new version no longer has dependency on jQuery, so before you try to load the jQuery-UI.js, you need to load the jQuery.js file.&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Then it should work.&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;hth,&lt;/p&gt;&lt;p&gt;Vivekuma&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:45ea7c3a-7bea-4ff7-8003-bba71ef61ca7] --&gt;</description>
      <pubDate>Thu, 06 Nov 2014 13:17:04 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/message/6905129?tstart=0#6905129</guid>
      <dc:date>2014-11-06T13:17:04Z</dc:date>
      <clearspace:dateToText>1 week 4 hours ago</clearspace:dateToText>
      <clearspace:replyCount>5</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>Loading jquery ui - ReferenceError: jQuery is not defined</title>
      <link>https://forums.adobe.com/message/6905086?tstart=0#6905086</link>
      <description>&lt;!-- [DocumentBodyStart:d40dc8f9-fa58-434a-911f-bd080762ff80] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;I am following a simple tutorial to add dragging functionality to a composition.&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;I added this code to the creationComplete-event of the stage:&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;var onComplete = function onComplete() {&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; alert('loaded"); // -&amp;gt; fired&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; sym.$('blueDD').draggable();&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; // throwing these errors in Firefox:&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; //&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; // ReferenceError: jQuery is not defined&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; // TypeError: sym.$(...).draggable is not a function&lt;/p&gt;&lt;p&gt;}&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;yepnope({nope:['js/jquery-ui.min.js'], complete : onComplete});&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Jquery UI is the newest one (1.11.2)&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Questions:&lt;/p&gt;&lt;p&gt;* What am i doing wrong? Maybe its because JQuery UI is an AMD - Module? &lt;/p&gt;&lt;p&gt;* How do i know which version of jquery edge is currently using?&lt;/p&gt;&lt;p&gt;* Is it possible to "update" the jquery version that edge is using by my own?&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Thanks, Ingo&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:d40dc8f9-fa58-434a-911f-bd080762ff80] --&gt;</description>
      <pubDate>Thu, 06 Nov 2014 12:59:56 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/message/6905086?tstart=0#6905086</guid>
      <dc:date>2014-11-06T12:59:56Z</dc:date>
      <clearspace:dateToText>1 week 4 hours ago</clearspace:dateToText>
      <clearspace:replyCount>6</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
  </channel>
</rss>

