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

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

- Page: https://pluginprobe.com/plugins/sync-basalam/1.9.0/code/assets/js/mobile-category.js
- Raw: https://pluginprobe.com/plugins/sync-basalam/1.9.0/raw/assets/js/mobile-category.js
- Modified: 2026-06-21T07:48:14+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.9.0/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();
    }
  });
});

```
