Re: Javascript Image Hollover In Django

2012-09-04 Thread Amyth Arora
Here i created a step by step tutorial with explanations for you. Enlarge Image on Hover - jQuery On Sat, Sep 1, 2012 at 3:25 AM, coded kid wrote: > When I followed your tutorial, the images were reshaped only

Re: Javascript Image Hollover In Django

2012-08-31 Thread coded kid
When I followed your tutorial, the images were reshaped only and when I place my mouse on any of the thumbnail images it won't display the large image. How can I go about it? On Friday, 31 August 2012 15:40:56 UTC+1, Amyth wrote: > > Hey, > > dun think this is really Django related, but still

Re: Javascript Image Hollover In Django

2012-08-31 Thread Amyth Arora
Hey, dun think this is really Django related, but still i created a jquery example for you, check it http://jsfiddle.net/TjUtq/ -- Thanks & Regards Amyth [Admin - Techstricks] Email - aroras.offic...@gmail.com, ad...@techstricks.com Twitter - @a_myth_ http:/

Re: Javascript Image Hollover In Django

2012-08-31 Thread kahara
I don't think this is really related to Django? Anyway, if the selectors '.slides', '.slideshow' don't match anything, this will not work. Try wrapping the image elements in a div with class "slideshow". See http://jquery.malsup.com/cycle/basic.html for inspiration (view source). Joni p

Javascript Image Hollover In Django

2012-08-31 Thread coded kid
When a user place his mouse or click on any image thumbnails, I want the particular thumbnail image to display in large size above the set of thumbnails images on the same page in my django template. I tried the below Javascript code but it's not working. I'm a noob in javascript. If there's any wa