Scriptaculous Sortable Uses 100% CPU and very slow

D

DanWeaver

Using script.aculo.us sortable.create to allow user to move words
around on a web page- is there a way I can speed things up? it is
jitterry and slow
even with good spec computer and only six items- any solution? (Using
Vis studio and Vb.net):

In head:
<script src="scriptac/prototype.js" type="text/javascript"></script>
<script src="scriptac/scriptaculous.js" type="text/javascript"></
script>

Defined in body as as

<div id="DragAgentsDiv" class="sortableList" Style="z-index: 1; left:
22px; position: absolute; top: 408px; cursor:move">
:
<FONT id="DragAgent_4" color="olive" face="Comic Sans MS" size="5"
<strong>QlongTestItem&nbsp</strong></FONT>
:
</div>

called using:
<script type="text/javascript">
Sortable.create('DragAgentsDiv',{tag:'FONT', overlap:'horizontal',
constraint:false});
</script>
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

Forum statistics

Threads
473,768
Messages
2,569,575
Members
45,053
Latest member
billing-software

Latest Threads

Top