Migrating from jQuery to Prototype
Posted
by Craig Gardner
on Stack Overflow
See other posts from Stack Overflow
or by Craig Gardner
Published on 2010-06-08T22:14:17Z
Indexed on
2010/06/08
22:22 UTC
Read the original article
Hit count: 283
I'm starting to write code using Prototype coming from a jQuery background. Is there any chart that shows the prototype equivalent method to use in place of specific jQuery methods?
More specifically, I'm looking for a $('#my-id').prepend('some stuff') equivalent in prototype?
© Stack Overflow or respective owner