jquery tag

340 questions


1 answers
39 views
0
How to check the radio button in jQuery

I'd like to check the radio button with jQuery<form> <div id='type'> <input type='radio' id='radio_1' name='type' value='1' /> <input type='radio' id='radio_2' name='type' value...

2 years ago

1 answers
52 views
0
When sending Ajax communication url, can't you send the query string together?

Hello! I am developing a movie reservation program using the spring MVC pattern **/* Press the Register Rating button to register comments! Non-login -> Induce Login Pop-up Window When logged...


2 answers
128 views
0
When sending json data to ajax...

When sending json data to ajax, I'm sending you the data in the form below.It's for dividing data by each key and list in Java. How should I receive it? I'd appreciate your help.[{QNo:1,qType:1,qText:...

2 years ago

1 answers
37 views
0
Problems related to jquery when applying materialization in rubyonrails

From the first image,Why is that sign coming out? I don't think it recognizes the code, so please tell me how to solve it ㅜ


1 answers
103 views
0
There is a problem that the height of the slide content is different, resulting in a margin!! What should I do?crying

Like this, Every time I click step, the division slide goes over, and the content eats the highest height value as a wholeRelatively short content creates a margin at the bottom, and I don't know how ...

2 years ago

1 answers
40 views
0
I just want to block some scrolling on my mobile.

<body><!-- with scroll --> <div style=position: fixed></div><!-- With and Without scrolling --></body>For example, when I'm like this,If div does not scroll or if y...

2 years ago

1 answers
32 views
0
jquery $(".classname").Which Javascript grammar has the same meaning as html("test_text")?

$(.classname).html(test_text);In this way, we stacked text in html in the class using jquery.I want to avoid using Jquery grammar as much as possible, but javascript can stack strings in the class wit...

2 years ago

1 answers
65 views
0
Dynamic tag generation question.

// Please fill it out here <!DOCTYPE html> <!-- Mobile Web Page Settings --> .fileBox .fileName {display:inline-block;width:190px;height:30px;padding-left:10px;margin-right:5px;line-he...

2 years ago

1 answers
38 views
0
javascript, click I want to get text from the event

Hello, I am a first-year developer who is developing the web.We are developing using Python Flask framework and Jinja template. Below is the html source code....<body><div id=parent_of_displa...

2 years ago

1 answers
39 views
0
Is there a way to end the entire setInterval running on the javascript screen at once?

JavaScript is using the timer using setInterval.Due to the nature of the screen, I'm using several. After Ajax communication, can all setInterval currently operating on the screen have a clearInterval...

2 years ago
« - 29 - »

© 2024 OneMinuteCode. All rights reserved.