search for: indycar

Displaying 3 results from an estimated 3 matches for "indycar".

Did you mean: indicar
2006 Mar 20
5
Sortabls onUpdate function
I have this code. <script type="text/javascript"> Sortable.create(''orderable'', {onUpdate: doAlert}); function doAlert() { alert("Hello"); } </script> But when I move an item it doesn''t fire the doAlert command, am I missing something?
2005 Sep 01
0
Finding the width of a div inside a div.
...gt; [/code] And I want to find the width of the inside div, but it always returns 800 unless the width of the inside div is less than 800px. Currently the div is 846px. Do you guys have any suggestions on how I would find the inside length of the div. My test page is here: http://dev2.indycar.com/online/jon/test/ticker.html Thanks, Jon Whitcraft Web Application Developer Online Services - Indianapolis Motor Speedway (317) 492-8623 -------------- next part -------------- An HTML attachment was scrubbed... URL: http://wrath.rubyonrails.org/pipermail/rails-spinoffs/attach...
2005 Aug 29
0
Opera Problem with Autocompleter.Local
Hello, I have this page. http://dev2.indycar.com/online/jon/test/auto.php It calls a PHP page that out puts the JavaScript array need to feed the Autocompleter.Local command. But when I do it returns false, can someone please take a look at my code and let me know if I''m doing anything wrong? I don''t think that I am do...