Questions tagged as 'jquery'

0
answers

customize validator.js when leaving the field

Good afternoon guys I'm working with validator.js (bootstrap library) to validate fields in a form, I have a custom email field: $('#userForm').validator({ custom: { validemail: function($el) { if(!valida_email($el.v...
asked by 11.08.2018 / 21:34
0
answers

Allow only trace number (hyphen), slash and dot in inpult [duplicate]

I'm trying to make a CPF & CNPJ with mask, but I want to allow in the field only number, dash (hyphen), bar & point; and I want to for mask it works so when I had 14 digit (CPF) it make the mask of the same and 18 (CNPJ). OBS: Ex...
asked by 12.08.2018 / 06:01
0
answers

Picklist with 3 drag-drop lists

Customer asked me something that I have not moved up to now. He wants a picklist that I mention ( link ) But with 3 lists, two filled out and one that would be populated by drag-drop, where a list would have titles and in other questions, the p...
asked by 03.08.2018 / 14:51
0
answers

Uploading files in PHP

I can not upload PPTX files, others upload normally. Files are sent via ajax. The error happens when you move the file to the folder! var form = $('#fileUploadForm'+idbtn[1])[0]; // Create an FormData object var data = new FormData(form);...
asked by 02.08.2018 / 13:36
1
answer

Copy fields from one form and paste into another form from different sites

I'm developing a particular system, using PHP, JQUERY, MYSQL, and I need sort of automating a routine: I have a registration form on my web system and I need some google chrome tool or app that will allow me to copy all of these fields from m...
asked by 07.08.2018 / 20:05
0
answers

Clear clipboard with javascript

Good afternoon everyone! I need to clear the clipboard so that the user does not print screen of the system screens, does anyone know of a cross browser script?     
asked by 07.08.2018 / 22:02
0
answers

how do I make a slideshow with divs?

Currently my carrot has 3 divs, and I would like the divs to transition from 1 to 2 and 2 to 3 and 3 to 1 with a 2-second timer, how do I do that? my code looks like this: <div class="container"> <div class="wall wall-1"...
asked by 01.08.2018 / 20:49
0
answers

How do I get Device Serial on PHONEGAP?

I need to make a get using phonegap. At the end of the URL you would like to add the device ID to see if it is already registered or not in the database. For sending I use the Jquery Ajax function. Below is the Code: <script> window...
asked by 01.08.2018 / 04:15
1
answer

Navbar fixed after second section

The code is crashing here in the stackflow, but anyway, I'm trying to make navbar scroll with the page until the beginning of the second section where it stays fixed, but I'm not getting it, even if in the example below it's half broken, the pro...
asked by 01.08.2018 / 14:23
0
answers

ModelAndView spring mvc with jquery or javascript

I would like to know if there is any way to manipulate an object created by the Spring mvc ModelAndView in javascript. Example: I want to add the object through ModelAndView, convert a json and work with it in javascript. public ModelAndView p...
asked by 01.08.2018 / 01:51