Questions tagged as 'jquery'

2
answers

Check for a [duplicate]

I need to check for an image coming from one of the positions of a JSON received via AJAX. Did you understand? Is there a function equivalent to PHP's file_exists () in Javascript or jQuery? $.ajax({ url:'http://www.example.com/verifi...
asked by 22.02.2018 / 16:49
0
answers

How could I do in JavaScript the buttons on my slider work

How could I make the previous and next JavaScript buttons work? <div class="c-sliders-slideshow"> <div class="o--sliders-container"> <button class="o--sliders__buttons prev-button" value="prev"><a href="">ante...
asked by 08.02.2018 / 02:01
1
answer

Checked in checkbox via jquery

I have this block: <div class="titulo">Qual a classe do público alvo da sua empresa?</div> <div class="wrapper_flex_1">...
asked by 08.02.2018 / 12:21
1
answer

Opening Modal using different links to the same table row

I have the following table: <table id="tabela"> <thead> <tr> <th>Produto</th> <th>Cliente</th> </tr> </thead> <tbody> <tr>...
asked by 08.02.2018 / 13:16
0
answers

Saving sortable div position in local storage

I'm having trouble saving the position of my divs sortable . I use this code to save positions: <script type="text/javascript"> jQuery(function($) { var cookieName="List" var list = localStorage.getItem(cookieName) if...
asked by 08.02.2018 / 13:33
1
answer

Crud with Edit within the table itself and search for data + database

Could someone tell me a way to do a CRUD with editing by the table itself? I want to be able to do this, but I do not know how to do it. the person enters the page where the data is displayed click on the table cell, edit the wrong data and R...
asked by 08.02.2018 / 15:59
1
answer

select2 database

I have a select2 that is populated from the database everything works, receives data from the bank, and so on. but if I want to edit it does not bring the option saved on the screen only on the front if it is debugged it is already in the normal...
asked by 15.02.2018 / 13:46
1
answer

Bring Return Between Two Functions - Javascript

Hello, I have the fuction list, which brings a GET url to another function. How do I get the return from {data.name} out of the function list? This form in low does not return: / function list(){ $.get( "<?php echo BASE_URL;?>...
asked by 08.02.2018 / 23:36
0
answers

Recursive Menu with AngularJS

I'm developing an application in Angularjs for teaching purposes and I'm at the part of creating a recursive menu. I tried creating it with Angular JS, but I could not. As I know Javascript and Jquery, I decided to create it with these technolog...
asked by 15.02.2018 / 17:30
1
answer

Get Json URL response

Personally I'm trying to get response from JSON from the URL below: link . I have tried in Php and Jquery, and I can not get the answer. If you paste the link into the Browser, it provides the answer, but from the codes in my localhost, I ca...
asked by 07.02.2018 / 17:57