0

使用的图书馆。

淘汰赛-2.2.0.js

jquery.mobile-1.2.0.min.js

我试图将这些 DOM 查询放在一个变量中并使用它。

像这样 :

var $merchantCustomSelectVar = $('#idMerchantCustomSelect');
$merchantCustomSelectVar.live("change", function (event)
$merchantCustomSelectVar.prop('selectedIndex', self.lastSelected);

我观察如下:

1# 当我绑定到上面的“2-->”之类的事件时,它工作得很好。

2# 当我尝试改变上面的“3-->”之类的道具时,它在这里不起作用,尽管它适用于 Web 应用程序。

目前我正在使用 jquery.mobile-1.2.0.min.js 我也尝试使用 jquery.mobile-1.3.2.min.js 和 jquery.mobile-1.3.2.min.js 但这没有任何区别.

我尝试了这些版本的 js,因为我在 JSFiddle 上进行测试时,对于“prop”操作来说效果很好,但在应用程序中同样不起作用。

jsfiddle.net/CWvwn/2101/

请帮忙。谢谢。

4

0 回答 0