Questions tagged as 'jquery'

2
answers

event.preventDefault () conflicting in Contact form!

Just look at my problem. I have a normal contact form using PHPMailer which in one project worked perfectly, all return messages were using CSS only, without JS. But now in this new project I want to use a JS to make the messages look nicer....
asked by 16.04.2017 / 05:20
0
answers

Edit does not work in jQuery

I have the following function: // ações para modificar (clique) $(".editar").click(function(){ var id = $(this).data("id"); $.ajax ({ url: 'area/get_area/'+id, type: 'GET', success: function(result){...
asked by 16.04.2017 / 17:34
4
answers

Add mascara from a select

Good morning, I'm trying to add a mask to cpf from a select, but I'm not getting it. HTML <select class="form-control" id="select" style="width:100px;" title="Escolha..." name="select"> <option>Escolha...</option>...
asked by 17.04.2017 / 13:31
1
answer

Post Post with form data via Jquery

I want to create a function that moves all selected records from one table to another. The user selects multiple records in a list, clicks the move button, at that moment the system opens the form for the user to choose the table to which the re...
asked by 16.04.2017 / 16:10
1
answer

Generate sql from a return of a js

Good morning guys over stack. For some time now I've been hammering to find a solution to a problem that has appeared, that nothing comes up in my head. I have a form, where this form will make a filter in the js datatable. This datatable I u...
asked by 18.04.2017 / 15:22
1
answer

Alert or Popup javascript after form validation in SharePoint 2013

This is my first entry, please excuse beginner errors. Friends, I need to make an alert or a javascript or jquery popup to use in sharepoint form. I need him to give me a message if he does not pass the field validation or successful registra...
asked by 19.04.2017 / 18:52
1
answer

Error 405 - Cross Domain Request

Well, I was requesting my page from github (tiagosilveiaa.gihub.io) to my test server, just to execute the Script itself, but I was presented with a message that the protocols were different ( https x http) "" I have resolved "" by putting the a...
asked by 19.04.2017 / 03:33
0
answers

Page load equal to G +

I'm venturing into PHP and making a simple administrative dashboard, no framework, to manage registered users, how can I load pages in admin without reloading the side menu and the navbar, like G +? > Note: You do not need to have the effect,...
asked by 07.05.2017 / 20:32
0
answers

Mounting HTML out of jQuery

I'm having a hard time putting HTML out of jQuery. $(document).ready(function() { $.ajax({ url : "listAllForum", dataType : 'json', success : function(data) { $.each(data, function(index, objeto) {...
asked by 13.04.2017 / 22:10
1
answer

Validation of form and localstorage

Good evening. I'm two days trying to validate a form that will save the user's user data in the browser's localstorage. I received part of the ready code, the problem is that the form saves the empty data, so anyone can enter just by clicking th...
asked by 14.04.2017 / 05:03