Sortable.serialize - passing list to order page by James
Posted by ~Ray @ 2008-11-13 12:19:40
This repository is private. All pages are served over SSL and all pushing and pulling is done over SSH. No one may fork clone or view it unless they are added as a. Every repository with this icon (
This repository is public. Anyone may fork clone or view it. Every repository with this icon (
script aculo us is an open-source JavaScript framework for visual effects and interface behaviours.
is a set of JavaScript libraries to enhance the user interface of web sites. It provides an visual effects engine a drag and drop library (including sortable lists) a couple of controls (Ajax-based autocompletion in-place editing sliders) and more. Be sure to !
This wiki details Version 1.8.1 of the library which is the most current version of the 1 x trunk of script aculo us.
script aculo us is open source. Read up on how to by finding bugs making bug reports and helping fixing them.
Help port the old dead wiki to github and earn BIG BROWNIE POINTS! You can find a copy of the old wiki contents at. See some helpful hints for and please follow the !
Using script aculo us is easy! First go to the to grab yourself the latest version in a convenient package. Follow the instructions there then return here.
Third load script aculo us in your web page. This is done by linking to the scripts in the head of your document.
<script src="javascripts/prototype js" type="text/javascript"></script><script src="javascripts/scriptaculous js" type="text/javascript"></script>
The scriptaculous js loader script will automatically load in the other libraries. By default scriptaculous js loads all of the other javascript files necessary for effects drag-and-drop sliders and all of the other script aculo us features. If you don’t need all of the features you can limit the additional scripts that get loaded by specifying them in a comma-separated list e g.:
<script src="scriptaculous js?load=effects,dragdrop" type="text/javascript"></script>
Note that some of the scripts require that others be loaded in order to function properly.
<script type="text/javascript" language="javascript"> // <![CDATA[ $('element_id') appear(); // ]]></script>
This way you won’t have to worry about using characters like < and > in your Java Script code.
You can also use effects inside event handlers:
<div onclick="$(this) switchOff()"> Click here if you've seen enough.</div>
<div onclick="$(this) blindUp({ duration: 16 })"> Click here if you want this to go slooooow.</div>
Have a look at the to catch a glimpse of what you can achieve. Read the documentation. Create the next killer application! [ADVERTHERE]Related article:
http://wiki.script.aculo.us/scriptaculous/discuss/Sortable.serialize?comment=24734
0 Comments:
No comments have been posted yet!
|