随笔分类 -  Jquery

摘要:制作浮动top 复制代码 $(window).scroll( function() { var scrollValue=$(window).scrollTop(); scrollValue > 600 ? \(('.backTop').fadeIn():\)('.backTop').fadeOut( 阅读全文
posted @ 2021-01-06 14:56 乌卡拉卡 阅读(101) 评论(0) 推荐(0)
摘要:<head> <meta charset="UTF-8"> <title></title> <script type="text/javascript" src="js/jquery-1.11.0.js"></script> <style> * { margin: 0; } table { widt 阅读全文
posted @ 2021-01-04 09:23 乌卡拉卡 阅读(620) 评论(0) 推荐(0)
摘要:function gettoken() { $.ajax({ //提交数据的类型 POST GET type:"get", //提交的网址 url: "http://localhost/machinearmbackend/api/abc ", //提交的数据 //data: { // grant_t 阅读全文
posted @ 2020-07-16 11:00 乌卡拉卡 阅读(128) 评论(0) 推荐(0)
摘要:http://www.jq22.com 阅读全文
posted @ 2020-05-26 13:14 乌卡拉卡 阅读(119) 评论(0) 推荐(0)