Questions tagged as 'javascript'

0
answers

How do I know if a div exits the field of view because of scroll?

In this case I have the following situation: body{ margin: 0px; padding 0px; overflow-y: auto; } .box{ position: absolute; width: calc(100% - 260px); height: 100%; display: inline-table; } .caixa_responsiva{ pos...
asked by 15.10.2018 / 00:58
1
answer

$ .post does not work

I made a JavaScript code to receive a JSON, but when data arrives at $.post the code stops being processed. I checked that in php the JSON file is populated correctly before being sent to JavaScript, so I believe the problem is in...
asked by 22.10.2018 / 01:22
1
answer

Change the logo image when from the CSS class navbar-inverse

Inside my HTML on page I have a header div that changes in css when scrolling the page up to a certain pixel. I can change the colors of the bar and the texts but I can not change the image of the logo How do I change the image as the navbar...
asked by 21.10.2018 / 17:38
0
answers

Load database data into input after selecting id in dropdown

I have the following problem: I have a dropdown (which has as values the id's of a table of my bank) and I would like, after making the selection of one of the items of this, data related to it (present in the bank) , fill in the input values on...
asked by 21.10.2018 / 04:37
0
answers

How do I make a javascript function work for a series of the same components individually?

For example: I have this function that checks if the checkbox is checked, but it is working in general and not individually since these components are inside a table, the components are generated like this: var table = $('#tableproduct')....
asked by 22.10.2018 / 13:54
0
answers

Pagination jquery does not display divs

Good afternoon, my problem is this. I have a jquery paging and the pages are counted correctly as configured, however the content does not appear, code below: products.php <script type="text/javascript" src="http://code.jquery.com/jquery...
asked by 21.10.2018 / 17:14
0
answers

Search with GET not working

To make a system that looks for items in the system's internal database, and in API's like Youtube. The search should return videos (youtube) and data (internal database). The Youtube API is in JavaScript, and when I click Search, it only return...
asked by 22.10.2018 / 18:59
0
answers

Load value in field select

I have a grid with two fields of type easyui-combogrid to select the product by code or by description, I wanted it as soon as the user selected the code to automatically load the description and vice versa, the problem is that when I do...
asked by 22.10.2018 / 16:52
0
answers

Mongo collections with the same name in different databases

I am doing a prototype in Meteor that will need to connect to several databases and need to export to the same database the same collection and I am not able to publish the collections with different names to differentiate. The idea is, I have...
asked by 22.10.2018 / 05:04
1
answer

How to clean the combo box field with AXIOS?

Context Home Items are loaded from the selected template, but items are accumulating when a new template is selected. DoubtHomeHowtoclearcomboboxdatawhenanothertemplateisselected?Becausetheitemdataisaccumulatinginthesecondcombobox.Modelcode:e...
asked by 22.10.2018 / 19:12