$(function () {})
this removal $(function () {})
is triggered by the page is loaded only once attempt to see .on ('click',function () {.})
divdiv here is the code (some of the css code has been ignored) template code <template> <div> <div class="follow_contents_wrap" v-for="(list,index) in follow_contents" ...
html <div id="app"> <div id="c">< div> < div> <script id="tpl" type="text template"> <div style="display: inline-block;"> <input type="radio...
$( - sharpcity ). On ( change ,function () {) var s=$("-sharpheader_right_imgs_ul>li"); for(var i=0;i<s.length;iPP){ if(s[i].className!= $(this).val()) { console.log(s[i].className); s[i].css({...
If there is any problem with , you still need to change the code to transplant ....
there is a background management project, the old system is written in jq and jade , gulp , want to gradually change to vue project, what good ideas and methods? Thank you for your answers ~ I happen to see a concept of front-end: front-end mi...
this is true by default when you click all, <div id="dialog"> <div class="dialog_select"> <p class="dialog_please"> <p class="dialog_button"> ...
use jquery or vue+Nuxt.js on the official website of front-end project selection The project is a three-page official website with no data requests, only static display. what are the advantages and disadvantages of choosing both ways? has front-end...
use the same api to take about 20, 000 pieces of data, and use Vue and jQuery to realize the picture representation respectively. Which should be faster? ...
A problem encountered on the mobile page is to use < input type= file accept= "image * " capture= "camera " > to set up the mobile phone camera. After taking pictures, you can get the file stream of the photos, and save the photos you just took...
want to implement a topology diagram where children can be dynamically added or deleted at the topmost parent, and children can be dynamically switched. found some plug-ins that can be generated quickly, but failed to add and remove such features dyna...
references third-party plug-ins encapsulated by jquery in vue. plug-ins are functions encapsulated by jauery extensions $.fn.xs999 = function(u, g) { y = { color: false, } $.extend(y, g); $(this).each(functi...
< el-form class= "from-1 " ref= "form ": model= "form ": rules= "rules " label-width= "80px " style= "width:100%; height: 380px; " > <el-form class="from_n1" style="width:940px; margin:auto;"> <div id=&q...
introduce jquery, on another page to bind a click event to an element, using normal on this page, the only difference for the same element is that this element needs to be looped out with v-for. also introduces click events bound by jquery, will have...
problem description vue+jquery. Send a request to update the data with $.ajax, the data has been updated, but the page has not changed related codes data: { myData:[]; } methods:{ get:function(){ $.ajax({ url: "http...
problem description it is known that I have a turntable with four (not fixed) contents. At present, I can successfully get the information of the target item after rotation (subscript). but I can never turn the turntable to the expected position (for...
the code is shown below: : question: 1, the position t.data.memberInfo of print 1 can get the value; 2, the position t.data of print 2 exists memberInfo; 3, and the position t.data.memberInfo of print 3 is undefined. What is the reason? What ...