jquery - Replace onmouseover/hover event -


im not programmer , want ask question how replace onmouseover/hover event on script

 $('#category, #manufacturer, #prices-drop, #best-sales, #new-products').mouseover(function(){     $('#product_list .product_img_link').each(function(){ 

http://jsfiddle.net/kisweb/w5uuk/1/

this releated prestashop module shows product active parameters on product list category view. http://bit.ly/n3qdus (hover on ipod , see)

the main problem before purchase script maker says can module customize after cant me... ;/

i need show attributes below describtion , without need of hover something. suspect hard because (im not sure) database asked product attribs on hover event....

you add css rule:

.product_img_link .speattr { display: block !important; } 

Comments

Popular posts from this blog

get url and add instance to a model with prefilled foreign key :django admin -

css - Make div keyboard-scrollable in jQuery Mobile? -

ruby on rails - Seeing duplicate requests handled with Unicorn -