View Single Post
  #2 (permalink)  
Old 07-03-09, 01:46 PM
wirehopper's Avatar
wirehopper wirehopper is offline
Community Liaison
 
Join Date: Feb 2006
Posts: 1,565
Thanks: 2
Thanked 25 Times in 25 Posts
They're using jQuery. All the documentation is at jQuery: The Write Less, Do More, JavaScript Library

Code:
<script type="text/javascript" src="/javascript/jquery.js"></script>
<script type="text/javascript" src="/javascript/jquery.ui.js?20081124"></script>
<script type="text/javascript" src="/javascript/jquery.domec.js"></script>
<script type="text/javascript" src="/javascript/jquery.dimensions.min.js"></script>
You can probably copy the code from aviary and modifiy it for your needs.
Reply With Quote