Fixes in ajax
This commit is contained in:
parent
e966aa492a
commit
75de95acc3
2 changed files with 15 additions and 2 deletions
13
ajax_list.js
13
ajax_list.js
|
|
@ -46,8 +46,21 @@ $=jQuery;
|
||||||
}
|
}
|
||||||
|
|
||||||
this.order_field=0;
|
this.order_field=0;
|
||||||
|
|
||||||
|
if(options.hasOwnProperty("order_field")) {
|
||||||
|
|
||||||
|
this.order_field=options.order_field;
|
||||||
|
|
||||||
|
}
|
||||||
|
|
||||||
this.order=0;
|
this.order=0;
|
||||||
|
|
||||||
|
if(options.hasOwnProperty("order")) {
|
||||||
|
|
||||||
|
this.order=options.order;
|
||||||
|
|
||||||
|
}
|
||||||
|
|
||||||
arr_icon=['<i class="fa fa-arrow-down asc_icon" aria-hidden="true"></i>', '<i class="fa fa-arrow-up desc_icon" aria-hidden="true"></i>'];
|
arr_icon=['<i class="fa fa-arrow-down asc_icon" aria-hidden="true"></i>', '<i class="fa fa-arrow-up desc_icon" aria-hidden="true"></i>'];
|
||||||
|
|
||||||
var func=this;
|
var func=this;
|
||||||
|
|
|
||||||
|
|
@ -45,9 +45,9 @@
|
||||||
/*-webkit-box-shadow: 0px 0px 160px 0px rgba(80,80,80,1);
|
/*-webkit-box-shadow: 0px 0px 160px 0px rgba(80,80,80,1);
|
||||||
-moz-box-shadow: 0px 0px 160px 0px rgba(80,80,80,1);
|
-moz-box-shadow: 0px 0px 160px 0px rgba(80,80,80,1);
|
||||||
box-shadow: 0px 0px 160px 0px rgba(80,80,80,1);*/
|
box-shadow: 0px 0px 160px 0px rgba(80,80,80,1);*/
|
||||||
box-shadow: 0px 0px 5px 5px rgba(0,0,0,0.33);
|
/*box-shadow: 0px 0px 5px 5px rgba(0,0,0,0.33);
|
||||||
-webkit-box-shadow: 0px 0px 5px 5px rgba(0,0,0,0.33);
|
-webkit-box-shadow: 0px 0px 5px 5px rgba(0,0,0,0.33);
|
||||||
-moz-box-shadow: 0px 0px 5px 5px rgba(0,0,0,0.33);
|
-moz-box-shadow: 0px 0px 5px 5px rgba(0,0,0,0.33);*/
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Css for animation loading */
|
/* Css for animation loading */
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue