Hi
I have strange situation i use JQuery library with ArcGIS Javascript API both local All files (image folder + CSS + JS) and on server as below
<SPAN class="tag"><<SPAN class="title">link</SPAN> <SPAN class="attribute">rel</SPAN>=<SPAN class="value">"stylesheet"</SPAN> <SPAN class="attribute">href</SPAN>=<SPAN class="value"><SPAN>"</SPAN><A class="jive-link-external-small" href="http://code.jquery.com/mobile/1.3.2/jquery.mobile-1.3.2.min.css" rel="nofollow noopener noreferrer" target="_blank">http://code.jquery.com/mobile/1.3.2/jquery.mobile-1.3.2.min.css</A><SPAN>"</SPAN></SPAN> /></SPAN><SPAN class="tag"><<SPAN class="title">script</SPAN> <SPAN class="attribute">src</SPAN>=<SPAN class="value"><SPAN>"</SPAN><A class="jive-link-external-small" href="http://code.jquery.com/jquery-1.9.1.min.js" rel="nofollow noopener noreferrer" target="_blank">http://code.jquery.com/jquery-1.9.1.min.js</A><SPAN>"</SPAN></SPAN>></SPAN><SPAN class="javascript"></SPAN><SPAN class="tag"></<SPAN class="title">script</SPAN>></SPAN><SPAN class="tag"><<SPAN class="title">script</SPAN> <SPAN class="attribute">src</SPAN>=<SPAN class="value"><SPAN>"</SPAN><A class="jive-link-external-small" href="http://code.jquery.com/mobile/1.3.2/jquery.mobile-1.3.2.min.js" rel="nofollow noopener noreferrer" target="_blank">http://code.jquery.com/mobile/1.3.2/jquery.mobile-1.3.2.min.js</A><SPAN>"</SPAN></SPAN>></SPAN><SPAN class="javascript"></SPAN><SPAN class="tag"></<SPAN class="title">script</SPAN>></SPAN>the functionality is working fine
The problem is i can see the JQuery Icon (related button and Combobox) while page is loading but page is fully loaded my icon is disappear
Thanks in advance.