jquery tag

340 questions


1 answers
98 views
0
I want to repeat the form dialog in monaca

At monaca button-click to launch a form dialog↓Enter ↓A new button is created I would like to repeat this about three times.http://codepen.io/anon/pen/KpNVNr$(function(){ vardialogTable=$('#jquery-ui-...

1 years ago

1 answers
137 views
0
I don't know how to exit (this).scrollTop()

I usually use simple jQuery, but I always stumble when it gets complicated.Please tell me how to make it possible to achieve the following actions.I was able to do the 3rd above, While the image is fo...

1 years ago

1 answers
42 views
0
I want to create a menu where the moving background is displayed when I click on something else and the moving background is moved to that side.

I want to create a fluffy background image only in the background of the link that I clicked to activate.I tried the label to see if I could do it only with css, and I tried to change classes with jqu...

1 years ago

2 answers
35 views
0
I want to apply CSS only to div tags with  

I'm a beginner at jQuery.If   is included in the div, I would like to add css to the div.The code below does not work.Please tell me how to write it.$(function(){ if($('.pf-list') .has('&...

1 years ago

1 answers
38 views
0
I want to sort by the value order of the buttons in tablesorter.

You are using the tablesorter+metadata plug-in to create a sortable table.I want to sort by the value corresponding to the label on the button, but if I change the value when I press the button and th...

1 years ago

2 answers
42 views
0
About an array that is repeatedly added and deleted

On the station list page like the one below, when you click on the box class in jQuery's toggleClass, the box is colored by repeated addition and deletion of the onbox class.I understand that if you a...

1 years ago

1 answers
60 views
0
Unable to retrieve child node

We have modified the jquery Bonsai plug-in to create the original jquery plug-in.https://github.com/14021939/dropdownCheckComboboxdropdownCheckCombobox.js (line 96) cannot retrieve this.bonsai child n...

1 years ago

1 answers
57 views
0
How do I record data on my Chrome account's storage with only Javascript in Google Chrome?

We programmed our own statistical record pages in HTML and Javascript jQuery to record them on Chrome's local storage every time we change the numbers (like the following) $('input[name=hoge]').change...


1 answers
79 views
0
Lightbox Does Not Work After Loading Page 2 or Later in autopager.js

<div class=contents><?php if(have_posts()):while(have_posts()):the_post();?><div class=post></div><div class=post></div><div class=post></div><div cl...

1 years ago

1 answers
38 views
0
Swiper.js Interrupted Loop Time Termination

As shown below, I try to focus on the center with slideTo when I click on the swiper, but it breaks when I go to the beginning or end.It seems that the elements are cloned when a mouse drag or touchEv...

1 years ago
« - 21 - »

© 2024 OneMinuteCode. All rights reserved.