TypeError: $ (…) .on no es una función

estoy usandojQuery litebox. Después de agregar archivos JS y CSS recibí este error TypeError:

$(...).on is not a function at this line in js file                                           
 "return  $('body').on('click',       
'a[rel^=lightbox], area[rel^=lightbox]', function(e) {" 

¿Alguien puede ayudarme a entender el problema aquí?

Estoy haciendo esta implementación en CakePHP 1.3.

Respuestas a la pregunta(5)

Su respuesta a la pregunta