@@ -42,6 +42,24 @@ var Dever =
this.Extend();
//this.Target();
//this.Pjax();
+ this.AutoComplete();
+ }
+
+ ,AutoComplete : function()
+ {
+ if ($("input").length) {
+ $("input").each(function()
+ $(this).attr('autocomplete', 'new-password');
+ /*
+ $(this).attr('readonly', true);
+ $(this).focus(function()
+ $(this).attr('readonly', false);
+ });
+ */
}
,Pjax : function()
@@ -6,7 +6,7 @@ function loadUpload(i,e,key,url,assets)
{
var value = e.attr('v');
if (typeof(upload[value]) != "undefined") {
- return;
+ //return;
upload[value] = true;
upload_pic[value] = [];
@@ -713,6 +713,12 @@ function checking(name, e, data)
function autocomplete()
if($("input[complete]").length)
$("input[complete]").each(function()