Migrating from jQuery to Prototype
- by Craig Gardner
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?