Questions tagged as 'jquery'

1
answer

Dropdown on navbar

I need a force here for a problem that is killing me. I can not give action on dropdown on my navbar . I'm using Bootstrap 4.0 and jQuery 3.2.1. Here are my codes: <script src="https://code.jquery.com/jquery-3.2.1.slim.min.js...
asked by 08.01.2018 / 15:46
1
answer

How to move a div with the JQUERY mouse?

Good morning, I wanted some plugin for me to move resize the div and tals, this all with the mouse, is it possible there? I searched and did not find any plugin, if anyone knows, please inform thanks.     
asked by 07.01.2018 / 01:44
1
answer

Message appears automatically after sending

I'm creating a mural, but I'd like to know how I can do that by clicking the Publish button, the user's message will appear automatically in the div below the form, without the need to refresh the page. Kind of like in Facebook posts. The regist...
asked by 04.01.2018 / 17:06
2
answers

Put "hand" in the iframe [duplicate]

Good morning. I'm opening .png files with iframe and would like to know if it's possible to put that "little hand" that google maps uses to drag the image inside the iframe. The usefulness of this "little hand" is to drag the image to the si...
asked by 04.01.2018 / 12:10
1
answer

Create progress bar with jQuery hover ()

I need to create a progress bar while my cursor is over an image. If the cursor exits, then I need the progress to be reset to repeat the process if the cursor returns to the top of the image. When I get to 100% I'm going to open a modal. Any...
asked by 01.12.2017 / 19:56
3
answers

Help to understand localStorage.js

I'd like some help to enter localStorage in javascript . Objective: To make a function of saving information in the input identical to wordpress, example:     InthethirdprintitiswhatIwant,ifitdoesnotenteranythinginthepasswordfield,butalre...
asked by 07.12.2017 / 20:24
1
answer

Plugin to view pdf as a magazine

Talk to people ... I need help: My boss wants the documents that are on our intranet to be seen as books and magazines. is there any jquery plugin or something to do or incorporate ??? Vlw     
asked by 23.01.2018 / 20:00
1
answer

Difficulties in loading data in Input via Ajax

I'm trying to load data via Ajax by typing a code and clicking on TAB it automatically searches the DB and prints it on form inputs. Iranatestwithconsole.log(data)andthedataisbeingreturnedbutdoesnotloadtheInputsoftheform FollowtheJSCode//Buscoa...
asked by 25.01.2018 / 16:39
1
answer

Write textarea line break in database

I have <textarea class="form-control" id="informacoes" name="informacoes" rows="3" placeholder="descreva aqui..."></textarea> where the user can enter various information. Information is sent via ajax : function sal...
asked by 23.01.2018 / 12:01
1
answer

Convert a jquery string to pure Javascript

I have a jquery code that would like to convert it to pure javascript, DOM. Can anyone help me? var mobileItems = jQuery( '#slide-out .nav-mobile .main-menu' ); mobileItems.find( 'li.menu-item-has-children' ).append( '<i class="mobile-arrow...
asked by 21.01.2018 / 17:27