I am trying to include nivo slider in magento home page for that i followed,
http://shakyaabiral.wordpress.com/2011/04/24/nivo-slider-in-magento-front-page/
I have following error
Uncaught ReferenceError: jQuery is not defined
Because i haven't installed jquery for magento. I dont knw how to install jquery to magento from magento community.I tried to follow this link,
http://www.magentocommerce.com/magento-connect/mygento-jquery-library-and-powerful-plugins.html
I don't understand what is the use or where to include Extension key they are providing.
I also tried including jquery by
<action method="addJs">
<script>nivo-slider/jquery.min.js</script>
</action>
But it is not working..
I am using Magento 1.7
Can anyone help me with this?
Thank u