Original file line numberDiff line numberDiff line change @@ -1,7 +1,7 @@ package com.jankinwu.bkm.pojo.dto; import com.jankinwu.bkm.pojo.domain.ProcessData; import com.jankinwu.bkm.pojo.request.BulletCommentRequest; import com.jankinwu.bkm.pojo.receive.BulletCommentReceive; import lombok...
"processData","contentType","accepts","*","json","responseFields","converters","* text","text html","text json","text xml","ajaxSetup","settings","ajaxPrefilter","ajaxTransport","cacheURL","responseHeadersString","timeoutTimer","fireGlobals","transport","responseHeaders","callback...
('file',pic);//图片数据 jsonPost.append('_token',$('#token').val()); //跨站攻击 $.ajax({ url: '?', type: 'POST', dataType: 'json', processData: false, contentType: false, data: jsonPost,//{'file': pic}, }) .done(function(ret) { if(ret.status=='success'){ //alert...
Original file line numberDiff line numberDiff line change @@ -898,13 +898,11 @@ local function processData(szType, content, add_mode, add_from) end local function curl(url, file, ua) if not ua or ua == "" then ua = "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML,...
{ + display: none; + position: absolute; + /* has to be the same number as the "line-height" of "nav a" */ + top: 60px; +} + +/* Display Dropdowns on Hover */ +nav ul li:hover > ul { + display:inherit; +} + +/* Fisrt Tier Dropdown */ +nav ul ul li { + ...
0, type: "GET", contentType: "application/x-www-form-urlencoded", processData: !0, async: !0, accepts: { xml: "application/xml, text/xml", html: "text/html", text: "text/plain", json: "application/json, text/javascript", "*": bX }, contents: { xml: /xml/, html: /html/...