Questions tagged as 'jquery'

2
answers

Object orientation with jQuery / JavaScript

I have read several things about this, and I came to this conclusion, example: var classe = function () { var metodo = function () { return 0; } return { init: function () { me...
asked by 19.09.2017 / 22:27
1
answer

I need to have the form fill in the info from the search by cnpj

Below is a snippet of code. I have doubts on how to do so, when clicking SEARCH, the CNPJ can be found on the receivers site and the fields below are filled in: link using the $ .ajax function of the jQuery library. (Where "00000000000000"...
asked by 02.09.2017 / 20:04
2
answers

Removing .append () jQuery

I have several buttons where in the click of the same directs to an Ajax request passing as parameter the id of a product and through an external file, as the same is added to the cart however this is not so relevant. Another thing not so import...
asked by 31.08.2017 / 21:26
1
answer

Stop a function with jquery?

The problem is as follows. I have a function called auto() that opens a div after 6 seconds when the page loads, in addition said there is a button that if clicked, it does the same. But if I open and close before the 6 seconds pass, the...
asked by 20.09.2017 / 19:13
2
answers

Doubt with Jquery Load

I have a menu that I will use on all pages, so I want to load the content: I'm doing this: <head> <meta charset="utf-8"> <!-- This file has been downloaded from Bootsnipp.com. Enjoy! --> <title> </titl...
asked by 21.09.2017 / 20:18
1
answer

jQuery - function .prop ()

I have a input that is disabled by default, however I wanted to enable it in loading the page through jQuery, but it is not working. Code of input : <input type="text" title="Número" name="billing[street][2]" id="billing:s...
asked by 23.09.2017 / 15:36
1
answer

Add buttons in table rows

I'm using: link and with it I'm able to create the table and load the json data. The problem is that I'm not able to add another column with edit and delete actions, for example. Where would be 2 buttons. The back is with Java.     
asked by 28.06.2017 / 20:40
1
answer

Jquery: Change window in focus in the browser when clicking on link

Hello, I wonder if you can do the following: When I click on a link in a website, if I already have it open, this tab becomes the focus, if not, open a new tab normally. Thank you!     
asked by 14.06.2017 / 19:03
1
answer

(Json with object) Ajax [closed]

How can I consume in ajax the following Json (coming from a Rest Web Api?) [ { "usuario": { "id": 1, "login": "gleyson", "senha": "123", "ativo": "S" }, "id": 1, "tipo"...
asked by 14.06.2017 / 15:15
1
answer

Change NAV and DOT Owl Carousel 2

I'm using Owl Carousel 2, but I'm not able to make these changes to the image below. I need to change the position of the NAVs and DOTs into the banner, if they can of the force I thank.     
asked by 18.06.2017 / 14:22