Displaying 3 results from an estimated 3 matches for "scriptaculo".
2005 Aug 04
10
Rails Spin-offs WIKI.
http://rails-spinoffs.bombdiggity.net/index.php?title=Main_Page
guys here is the wiki. Once you register let me know and I''ll give you
full access to the site.
Jon
Jon Whitcraft
Online Services
(317) 492-8623
-------------- next part --------------
An HTML attachment was scrubbed...
URL:
2008 Feb 15
1
Sortable limit number of elements
Hello,
Well, i need to limit the number of elements in a sortable. I new to
scriptaculo but i have lots of experiencie with javascript.
Since limit the number of elements is not supported by Sortable i
would like to implement, i already took a look at the Sortable class
in dragdrop.js and it looks like that onHover and onEmptyHover deal
with the update of the UI, however I''m...
2006 May 23
0
after Ajax.Call
Hi all. I have situation that I sent AJAX.call and after getting
answer i execute javascript code from that answer. The problem
is that code has calls to variables from global namespace
(library that I inlude in my header of my page -e.g. prototype,
scriptaculo.us) and this made wrong, on FF i see that variable
does''n exist - name error. e.g javascript code from Ajax Call
<script>
new Ajax.Updater({success: ''mydiv''},''displayForm'',{method: ''
post});
</script>
so how can I made another call?...