I have a form with n tables involved and needed to leave all the insert in a single file, well this I already have. But I need it to be sent without refresh and for this I am using ajax. Here's the question how to do this in ajax, in a way that...
I have the following AngularJS file:
<script>
angular.module('meuModulo', [])
.controller('mercadoriaCarrinho', function($scope, $http) {
var ctrl = this;
$scope.listademercadoria = [];...
Hello,
I'm having trouble creating a folder base using angularJS and codeigniter.
Some examples I searched on the internet left all of the angular files inside a folder named "app" in the root, other examples left inside the "assets / js /...
I have a registration screen that is within a modal.
Within this modal has some tabs, among them a tab called foreign.
I'm trying to put a check box so that if the check box is selected the tab appears, if it is not selected the tab disappears ....
Talk to everyone, okay?
I'm catching up with something that I believe should be something simple. I have this little function in javascript where according to the user level I should send to different pages.
Example, if the session user is...
I'm making a request to my Servlet and getting the json data as per the code below:
$(document).ready(function(){
$.post("MesaController",function(response){
$.each(response,function(i,v){
$("<button>")...
I have this error in a project vue js , I know it is eslint I checked the tutorial on the site on how to remove the error with / strong>, but it did not work, if anyone knows, I appreciate if I can help.
Error:
link Missing space b...
I'm trying to make a dropdown menu just by changing <div's> with Js.
Is there any way to use only function() to change <div's> ? The only solution I found is to create a function() for each <div>...
I am making a registration that is only allowed for people over 18, I made a script that is catching two days ahead in the case today and day 02/11/2017 then only users who were born on 02/11/1999 to low can register only that in this script I d...
I'm using HighChart to create graphics, but I'm not able to pass the value of data through a php variable:
series: [{
name: 'Tendência',
data: <?php echo $encodeValorTendencia; ?>
},{
name: 'Obtenção',
d...