Displaying 2 results from an estimated 2 matches for "malsup".
Did you mean:
malidp
2007 Apr 14
2
Form.serialize: correctness and speed
The following link does a comparison of some popular libraries and
their ability to correctly serialise a form:
<URL: http://www.malsup.com/jquery/form/comp/ >
Any comments?
--
Rob
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Ruby on Rails: Spinoffs" group.
To post to this group, send email to rubyonrails-spinoffs-/JYPxA39Uh5TLH3Mb...
2009 Sep 02
1
Slideshow of uploaded images
I want to create a sort of slideshow thing in my application in which
users can upload pictures to a filesystem or database (I don''t know
which is better for this). Then the slideshow will show the pictures
for a minute each. After a picture is shown I want it to be deleted so
that it doesn''t come up in the slideshow again as users will have to pay
to upload them each time. Any