jquery tag

340 questions


1 answers
34 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...

1 years ago

1 answers
34 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...

1 years ago

1 answers
38 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...

1 years ago

3 answers
60 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...

1 years ago

1 answers
81 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...

1 years ago

1 answers
35 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 ...

1 years ago

1 answers
32 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...

1 years ago

1 answers
50 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...

1 years ago

3 answers
40 views
0
Is there a good way to address the XSS vulnerability in jQuery (v1.4.3)

Nice to meet you.A vulnerability in XSS has been identified by a specialist on the upcoming website.The content is...A non-latest version of jQuery is being used. We recommend using a newer version of...

1 years ago

1 answers
39 views
0
I want to set the value entered for url_for in javascript_tag

I'd like to enter a number in the text field and get it with ajax.<%=javascript_tag do%>jQuery(function($){ $('input[id^=multi_entry_user_id]').focusout(function(e){ $.ajax({ type: GET, url: <...

1 years ago
« - 20 - »

© 2024 OneMinuteCode. All rights reserved.