gurl_o/plugins/tps/birzha/components/offerform/setCat.htm

6 lines
225 B
HTML
Raw Normal View History

2023-12-05 20:03:21 +00:00
<script type="text/javascript" language="javascript">
$(document).ready(function () {
$('input[name="subcategory_id"]').attr('value', {{catId}});
$('input[name="category_id"]').attr('value', {{catId}});
});
</script>