|
@@ -168,10 +168,13 @@ $(function() {
|
|
|
* id
|
|
|
* client_id
|
|
|
*/
|
|
|
- $('tbody[curingUser]').on("tap",'tr',function(){
|
|
|
- console.log('dd');
|
|
|
-
|
|
|
- });
|
|
|
+
|
|
|
+
|
|
|
+ $(document).on("pagecreate","tbody[curingUser]",function(){
|
|
|
+ $("tr").on("tap",function(){
|
|
|
+ console.log('dd');
|
|
|
+ });
|
|
|
+ });
|
|
|
|
|
|
/*$('tbody[curingUser]').delegate( 'tr','click', function(){
|
|
|
// 只获取第一个选中的值
|