query tag

356 questions


1 answers
52 views
0
How do I remove selected deduplication from the html selectbox?

$(#role_select_box option:contains('+user_role+')).attr(selected, 'selected');...The user_role value is 'vip'I would like to receive the information through Ajax and give the selected setting to the o...

2 years ago

1 answers
108 views
0
[jQuery] How do I select only options with values in a particular select?

I'm a beginner developer. I received a request for development, but I'm posting a question because I thought there's a better way.<select id=selectid> <option value=>Select</option> ...

2 years ago

1 answers
41 views
0
In jquery.min.js, Unexpected token < in JSON at position 0 at JSON.parse () error

I downloaded the source code, but there is an error in jquery.min.js, but I don't know why it's an error.(jquery.min.js is the downloaded source...)/)

2 years ago

1 answers
38 views
0
Deduplication does not work with $.unique().

<ol> <li class=horses>Thoroughbred</li> <li class=horses>Arabian</li> <li class=horses>Brlgian</li> <li class=horses>Percheron</li> <li cl...

2 years ago

1 answers
42 views
0
Find out if jQuery checks input-radio

<html><head> <script src=https://ajax.googleapis.com/ajax/libs/jquery/3.4.1/jquery.min.js></script></head><body> <input type=radio name=radio12 id=radio1> <...

2 years ago

1 answers
98 views
0
How to use jquery datatable server-side in python flask

It is difficult to load the data table from Python flask to jquery because there are more than 30,000 dataFind and apply server-side processing Currently, in my code, the paging and search functions d...


1 answers
46 views
0
I have a question about JavaScript J query.

Hi, everyone. I have a question about JavaScript.What you want is to run the jquery script function when a new window opens, receives a value, and closes a new window.A new window opens and receives a...

2 years ago

1 answers
52 views
0
I have a question about using Ajax in django.

Hello, I want to receive the select value using ajax, process the data accordingly, and then show it to the next select value, but I don't know how to process the data processed by ajax when I transfe...


1 answers
132 views
0
I have a question about jquery DataTable!

I have a question because there was a problem in the process of making and sorting tables through DataTable.All are well aligned, but the data in one column of the table is in the format shown below.1...

2 years ago

1 answers
84 views
0
How can I use javascript regular expressions to replace them if certain characters are included?

String.replace(/case/gi, FIND!)As above, I wrote to change the string case to FIND! without being case-sensitive.If there are two strings, > and < on both sides of case, how do I write it so tha...

« - 35 - »

© 2024 OneMinuteCode. All rights reserved.