Aggiunta iniziale codice..
This commit is contained in:
@@ -0,0 +1,48 @@
|
||||
/*
|
||||
* Utility JS Steamware
|
||||
*
|
||||
* Steamware 2014+
|
||||
*
|
||||
*/
|
||||
|
||||
|
||||
|
||||
///*------------------------------------------------------------------
|
||||
//- Formattazione date (standard e formato AS400 tipo yyyyMMdd
|
||||
//------------------------------------------------------------------*/
|
||||
//function dtStandard() {
|
||||
// $.datepicker.setDefaults($.datepicker.regional["it"]);
|
||||
// $(".datepicker").datepicker({
|
||||
// //showOtherMonths: true,
|
||||
// //selectOtherMonths: true,
|
||||
// showButtonPanel: true,
|
||||
// changeMonth: true,
|
||||
// changeYear: true,
|
||||
// dateFormat: "dd/mm/yy"
|
||||
// });
|
||||
//}
|
||||
|
||||
|
||||
///*------------------------------------------------------------------
|
||||
//- Abilitazione tabs jQueryui
|
||||
//------------------------------------------------------------------*/
|
||||
//function fixTabs() {
|
||||
// $(".tabGroup").tabs();
|
||||
//}
|
||||
|
||||
|
||||
|
||||
///*------------------------------------------------------------------
|
||||
//- Chiamate al DOM pagina pronta jQuery
|
||||
//------------------------------------------------------------------*/
|
||||
//$(function () {
|
||||
// dtStandard();
|
||||
// fixTabs();
|
||||
//});
|
||||
|
||||
/*--------------------------------------------------------------------
|
||||
- Disabilitare ajax di JQM che fa a pugni con ajax di WebFORMS...
|
||||
------------------------------------------------------------------*/
|
||||
$(document).bind("mobileinit", function(){
|
||||
$.mobile.ajaxEnabled = false;
|
||||
});
|
||||
+2670
File diff suppressed because it is too large
Load Diff
Vendored
+9111
File diff suppressed because it is too large
Load Diff
Vendored
+4
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because it is too large
Load Diff
+10
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
Reference in New Issue
Block a user