views:

12

answers:

1

In jQuery you can use $().jquery; and you can know your framework version, is there an equal script for prototype?

Thank you!

+2  A: 

You could use Prototype.Version.

Darin Dimitrov
So, which is the js funcion? Example? Thank you
BoDiE2003
alert(Prototype.Version); works for me.
BoDiE2003