Questions tagged as 'jquery'

1
answer

Is it possible to make an appendTo to another document?

Good morning. Is it possible to clone a div from a webpage to another page? Example: Access my system and go to the "list" page. In this page list, I have a div with id="testCount". On this same page I have a button that when clic...
asked by 19.12.2016 / 15:04
1
answer

Position search response on inputs

I'm doing a search on my BD and trying to position the results in some inputs , I'm able to search and get the data I need, but when I position the result in my inputs they are getting tripled and not respecting the defined p...
asked by 21.11.2016 / 15:55
1
answer

Autocomplete UI bring images

Colleagues. I'm using the autocomplete of the jquery UI which is working properly, but I would like the results to also bring this code: <i class="fa fa-user" aria-hidden="true"></i> When I put it directly into PHP, it brings...
asked by 21.01.2017 / 21:47
0
answers

Touch Event in Jquery [closed]

I'm starting in jquery and I'm having trouble touching this function, it does not work on mobile. $('#font_family').change(function() { svgCanvas.setFontFamily(this.value); }); document.addEventListener("touchstart", touchHandler, tru...
asked by 05.01.2017 / 13:43
0
answers

How to make a side menu that expands by pushing the body? [closed]

In the style similar to that of this site here: LINK     
asked by 05.12.2016 / 05:47
0
answers

Dependent dropdown after loading of DIV

I have in the file Fields.php the code below, which selects the company and according to the request will load divs with fields specific to that request. At the first request, I have to load Headquarters and it is loaded according...
asked by 06.12.2016 / 14:05
0
answers

Get values of buttons that are randomly generated [closed]

I need to get the values in the click event of the buttons, which are automatically generated with php . I am not able to do the javascript/jquery function to do this. Here is the code that generates them: while ($i != $max) {...
asked by 06.12.2016 / 16:06
1
answer

Crud with php ajax

I have a table that I want to customize and leave it a full crud, with delete, insert, update and delete multiple records, 1- I wanted to see if I could leave this table compatible with jquery 2.2.0 or a more advanced jquery because it only acce...
asked by 06.12.2016 / 18:15
1
answer

Jquery is returning undefined for one of the generic properties I created

Jquery is returning undefined to one of the generic properties I created, to use with Bootgrid. I am trying to load a modal according to the click event of one of the buttons on the grid, but the modal opens without content. JQuery recognizes th...
asked by 19.10.2016 / 22:18
0
answers

How to put the address in marker maps

Good afternoon, I have the following code and I would like to know how to include the address in the marker, since I have lat and lng in the database of all points. (This is a gps) var image = '../assets/img/ambulance.png'; var map; var markers...
asked by 25.11.2016 / 15:38