query tag

356 questions


1 answers
44 views
0
Preloading images from jquery

I'm looking for the fastest and easiest way to pre-load images from JavaScript. I don't know if this is important, but I'm using jquery.I found the following source on the Internet. function complexLo...

2 years ago

1 answers
115 views
0
How to write JavaScript to clear a space in a string

How do I clear a space in a string?Input : '/var/www/site/Brand new document.docx'Output : '/var/www/site/Brandnewdocument.docx'I want this kind of result.

2 years ago

1 answers
38 views
0
How do I detect an ESC key pressed in jQuery?

Does the Esc key differ from browser to browser? It's 27 in Explo or Chrome and 0 in Firefox$('body').keypress(function(e){ alert(e.which); if(e.which == 27){ // // Close my modal window }});

2 years ago

1 answers
40 views
0
How to refresh a page with jQuery

How do I refresh the page with jQuery?

2 years ago

1 answers
41 views
0
I want to use jQuery to make DIV come out in the center of the screen, what should I do?

I want to use jQuery to make DIV come out in the center of the screen, what should I do?

2 years ago

1 answers
54 views
0
I want to customize the jquery bxslider plug-in.

I am using the bxslider plug-in applied to the web page, and I have a question.For example, <ul class=bxslider> <li><img id=001 src=/images/730_200/hill_trees.jpg /></li> <l...

2 years ago

1 answers
126 views
0
Hash code site personal information change screen function (pop-up window)

The picture above shows the personal information change screen of this site (hash code).The function that I'm looking at here,This is.I want to implement this function, but I don't know the principle....

2 years ago

1 answers
105 views
0
How to get the current URL from JavaScript

I use jQuery. How can I get the current URL path?For examplehttp://localhost/menuname.de?foo=bar&amp;number=0I mean, this url.

2 years ago

1 answers
133 views
0
Use socket.io-based chat function to chat in a speech bubble manner by cavas to jquery.

Implemented multi-chat functionality with socket.io.And I made it possible to upload the message to a specific location by using canvas fillText.(ps. It's easy if you think about the chat method of th...


1 answers
46 views
0
To float Bootstrap popover as hover instead of clicking

Using Bootstrap's popover . But I can only see popover when I click it, but I want to float it right away if I raise the mouse (hover.I think the document says it's possible with hover, but I don't kn...

« - 26 - »

© 2024 OneMinuteCode. All rights reserved.