query tag

356 questions


1 answers
82 views
0
Should I write the conditional branch using Ajax results in done?

I would like to display the results of the inspection with Ajax, but I would like to apply the conditions of the JavaScript switch statement based on the results from the server. Is the switch stateme...

2 years ago

1 answers
42 views
0
I want to prevent the javascript of the description from working after pressing the Back button on my browser (on reload).

<script>varflg = true;setTimeout(redirect(), 1000);function redirect() { if(flg){ flg = false; location.href='http://www.yahoo.co.jp/'; }}</script>I wrote the above javascript in index.htm...

2 years ago

1 answers
123 views
0
I want to import spreadsheet data in Bigquery

I imported the spreadsheet data in bigquery, and the following sentence appears.Why?Failed to create table: Invalid field name .Fields must contain only letters, numbers, and underscores, start with l...


1 answers
40 views
0
About dragging and dropping in jquery

I am currently trying to drag and drop images using jquery in monaca, but it doesn't work.Load jquery in headerjQuery(#hogeDrag).draggable();I'm doing this, but I can't By the way, it doesn't work eve...

2 years ago

1 answers
42 views
0
I'm a beginner at jQuery.

Let me ask you a question about jQuery.If you scroll through the G navigation system below, it will be programmed to secure it to the top of the header.<nav class=g-nav> <div class=nav-innner...

2 years ago

3 answers
67 views
0
I want jQuery/JavaScript to display the load screen

Many DOM elements are included in the created Web site page and the page is slow to display.In addition, there are symptoms such as JavaScript re-layout collapsing.How do I keep the page from being di...

2 years ago

1 answers
91 views
0
Unable to retrieve json data using Ajax

<script src=http://ajax.googleapis.com/ajax/libs/jquery/1.9.0/jquery.min.js></script><script> $(function(){ $('button').click(function(){ $.ajax({ type: 'GET', url: http://localhos...

2 years ago

1 answers
41 views
0
I want to use the function in the css method of jQuery.

const color1=red $(`.shape${i}`).css(``background-color`,`${color1}`)I wrote that, but it doesn't work when I look at it in my browser.I googled a lot, but I couldn't find it.If you don't mind, I'd ...

2 years ago

1 answers
40 views
0
I want to count the number of characters in the text area per line.

I'm stuttering at the text counter in the text area.I would appreciate your help.First of all, regarding the conditions, 1—Counts half-width as 0.5 and full-width as 1.02—Line feed, space not counted3...

2 years ago

1 answers
56 views
0
I want the animation to continue again after stopping for 1 second on css3 or jQuery.

As shown below, the css3 animation takes 1.7 seconds to enlarge the image in class=n1 by 1 to 1.5 times to fade out.I'd like to put a stop on this, but it doesn't work.After stopping class=n1 for 1 se...

2 years ago
« - 21 - »

© 2024 OneMinuteCode. All rights reserved.