【发布时间】:2013-03-04 06:38:41
【问题描述】:
在 OSCLASS 中更改类别时需要调用 Jquery/JavaScript 函数。
我使用了以下代码,
<div class="row">
<label for="catId"><?php _e('Category', 'modern'); ?> *</label>
<?php ItemForm::category_select(null, null, __('Select a category', 'modern')); ?>
</div>
我怎么打电话?
【问题讨论】: