jquery tag

340 questions


1 answers
43 views
0
How do I determine which iPad model (Generation 世代, Air/Pro, etc.) I'm looking at the website?

My site is supposed to be viewed on various iPad models.Like the title, we need to determine which iPad we are browsing the website on.Is it iPad Air or Pro? How many generations are there?I would lik...

1 years ago

1 answers
132 views
0
New Date() error inside jQuery: Unsupported operation on this object

Inside jQuery, new Date() is giving out the error This is an unsupported operation for this object.I'd like to know how to avoid this.I don't know the reproduction conditions and I can't provide a min...


3 answers
42 views
0
How do I replace a class with jQuery?

How do I replace a class with jQuery?Class=n1 changed to class=n10 after 1 secondClass=n2 changed to class=n1 after 1 secondAfter 2 seconds, class=n3 changes to class=n2Class=n4 changed to class=n3 af...

1 years ago

1 answers
74 views
0
Information on customizing ons-toolbar

I think the structure of ons-toolbar is basic, but <ons-toolbar><div class=left>...</div>>div class=center>...<div class=right>...<div>>>>>div>>&g...

1 years ago

3 answers
108 views
0
I want to get the height of a specific element in modal

Currently, I am creating a page for modal display using version 3.3.6 of modal.js.This screen has a button, and when you click the button, a modal window appears.Some modals are wrapped in <p>, ...


1 answers
102 views
0
phpajax, SyntaxError: Unexpected identifier

What I want to do is: I want to run the include/sync.php file when I press the send button.Description: I retrieve the data from mysql database in php and display it in the order of the latest id. I p...

1 years ago

2 answers
45 views
0
Asynchronous communication introduces conversation functionality, but data cannot be displayed without reloading the page.

I am thinking of introducing a conversation function through asynchronous communication.Data can be displayed without page movement, but it cannot be displayed without page movement or reloading.If an...


2 answers
42 views
0
Asynchronous communication introduces conversation functionality, but data cannot be displayed without reloading the page.

I am thinking of introducing a conversation function through asynchronous communication.Data can be displayed without page movement, but it cannot be displayed without page movement or reloading.If an...


1 answers
41 views
0
How to pass the jQuery Rating to PHP with the submit button

I would like to use jQuery Rate (http://wbotelhos.com/raty) to give a five-step rating to the form of posting a review of a book.<form action=review.php method=post> <label class=control-labe...

1 years ago

1 answers
41 views
0
Is there a way to narrow it down by element attributes in jquery?

html<a href=hoge>1</a><a href=huga>2</a><a href=hogehoge>3</a><a href=hugahuga>4</a>jquery$('a').onAttr('href', 'hoge'); // 1 jquery object$('a').onAttr...

1 years ago
« - 9 - »

© 2024 OneMinuteCode. All rights reserved.