[+] FO : add files for combination

[*] FO : Create virtual products with no associated file
This commit is contained in:
jmCollin
2011-09-29 16:40:44 +00:00
parent 0709464a74
commit 8c1e2b8bf2
12 changed files with 1009 additions and 222 deletions
+4 -1
View File
@@ -403,7 +403,10 @@ if (helpboxes)
if ($('input'))
{
//Display by rollover
$('input').mouseover(function() { $(this).parent().find('.hint:first').css('display', 'block'); });
$('input').mouseover(function() {
console.log($(this).parent());
$(this).parent().find('.hint:first').css('display', 'block');
});
$('input').mouseout(function() { $(this).parent().find('.hint:first').css('display', 'none'); });
//display when you press the tab key