Changes between Initial Version and Version 1 of Ticket #45209
- Timestamp:
- 10/27/2018 11:14:37 AM (6 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #45209
- Property Keywords 2nd-opinion close added; has-patch removed
- Property Focuses ui accessibility administration added
-
Ticket #45209 – Description
initial v1 4 4 5 5 I made some JS for solution see below: 6 {{{ 6 7 jQuery('.plugin-card-top img').click(function(){ jQuery(this).parent().find('a').click();}); 7 8 jQuery(".plugin-card-top img").hover(function(){ 8 9 jQuery(this).css("cursor", "pointer"); 9 10 }); 11 }}}