jquery tag

340 questions


1 answers
37 views
0
If you click any of the id's in the list you added in jQuery, the last value will be output.

I created the following program in jQuery.A program that alerts you to the name of the div number you pressed when you click div for each #no+ number.<!DOCTYPE html><html lang=ja><head&...

1 years ago

1 answers
42 views
0
I want to arrange the elements in a horizontal row.

I would like to line up the elements from the business hours label to the second time input even if the screen becomes smaller, but it doesn't work.If you turn down the screen, the label and input tex...

1 years ago

1 answers
83 views
0
I want to display each thumbnail image in a file_field of a dynamic form where rails can post multiple images.

I want to distribute a separate id to each form generated by the dynamic form.(I want to display each image that I pulled from the database) I'd like to introduce a dynamic form using coffeescript int...


1 answers
37 views
0
HTML has not changed even though jQuery animates it.

$(function(){ var duration = 300; $('#buttons1button:nth-child(-n+4)') .on('mouseover', function(){ $(this).stop(true).animate({ backgroundColor: '#ae5e9b', color: '#ffff' }, duration); }) .on('mous...

1 years ago

1 answers
65 views
0
How to open the Google Maps app installed in monaca

Monaca is developing a hybrid app that supports both Android and IOS.When I press the link, I want to pass the coordinates of the current location and destination so that the Google Maps installed can...


1 answers
58 views
0
What is bind(this)?

While doing the React.js tutorial (https://facebook.github.io/react/docs/tutorial.html), I got the following code://tutorial13.jsvarCommentBox=React.createClass({ getInitialState: function(){ return {...


1 answers
48 views
0
I want to use jQuery in all js files in webpack

I am trying to create a webpack+scss+jQuery environment.I was able to do webpack+scss, but the jQuery environment doesn't work.I want to be able to use $ in index.js and utility.js.Use jquery in webpa...

1 years ago

2 answers
36 views
0
scroll the page from the beginning to the designated position

This site (http://play-in-hell.com/) displays from the bottom when the page transitions.How do I display the top page from this location?What I want to do is to make sure that there is an image on the...

1 years ago

2 answers
38 views
0
When there is an onclick to the jQuery parent element, I want to adapt it to the child element after adding it in append, etc.

For example, I would like to issue an alert even if I click where I added the code below.hoge.html<!DOCTYPE html><html> <head> <metacharset=utf-8> <link href=hoge.cssrel=sty...

1 years ago

2 answers
66 views
0
I would like to receive the return value from the function of aax then.

In Ajax(jQuery), I want to use the return value from the function in then or done in subsequent programs after then, but it doesn't work.I've tried many things like returning the result.then itself, b...

1 years ago
« - 22 - »

© 2024 OneMinuteCode. All rights reserved.