$(document).ready(function(){$('select[name="orderby"], select[name="listmethod"], select[name="perpage"]').change(function(){$("#eshopsearch").submit()});if($('form[action="potvrzeni.html"]').length>0){$('form[action="potvrzeni.html"]').submit(function(){if($('input[type="radio"]:checked',this).length!=1){alert(lang.delivery_warning);return false}return true})}$(".print-page").click(function(a){a.preventDefault();window.print()});$(".delete-basket-item").click(function(b){b.preventDefault();var a=$(this).val();location.href="kosik.html?action=del&key="+a});$(".truncate-basket").click(function(a){a.preventDefault();location.href="kosik.html?truncate"})});
