# sync-basalam/1.10.2/assets/js/mobile-category.js

ووسلام – همگام سازی ووکامرس و باسلام, version 1.10.2. 11 lines.

- Page: https://pluginprobe.com/plugins/sync-basalam/1.10.2/code/assets/js/mobile-category.js
- Raw: https://pluginprobe.com/plugins/sync-basalam/1.10.2/raw/assets/js/mobile-category.js
- Modified: 2026-07-19T10:26:24+00:00

Line numbers below start at 1. Link to a line or a range by appending a fragment to the
page URL, for example `https://pluginprobe.com/plugins/sync-basalam/1.10.2/code/assets/js/mobile-category.js#L10-L20`.

```javascript
jQuery(document).ready(function ($) {
  $("#_sync_basalam_is_mobile_product_checkbox").on("change", function () {
    var mobileFields = $("#basalam_mobile_product_fields");
    if ($(this).is(":checked")) {
      mobileFields.show();
    } else {
      mobileFields.hide();
    }
  });
});

```
