Questions tagged as 'javascript'

1
answer

btoa javascript and base64_decode php

I'm passing a string in javascript / jQuery using btoa (), the code looks like this: <script> $(document).ready(function(){ $("button#btnGravarDados").on('click', function(){ var codigoDadosPessoais = $("#codigoDadosPessoais").val(...
asked by 07.12.2017 / 11:56
3
answers

Remove character to search the database

I'm having problems creating a function to search the database and from zip fill in the fields related to it, such as address, neighborhood, city and state. Obs : I have a mask in the zip function.php <?php include("conn.php");...
asked by 07.12.2017 / 20:22
1
answer

Error: Most Middleware in app nodejs

Running nodejs application. I received this error: I ran my application with the command node app.js Versions: node: 8.9.2 npm: 5.5.1 express: 4.15.5 App.jscode:/***Moduledependencies.*/varexpress=require('express');varroutes...
asked by 07.12.2017 / 00:05
2
answers

List of Numbers

Good afternoon I'm studying Jesus. I created a code that shows a list of numbers from 1 to 10 but I do not want the numbers 2 and 9 in my result to be shown. My problem is not being able to express this doubt in the search or the name / te...
asked by 06.12.2017 / 20:37
1
answer

Overlapping a div from another using jquery

When I click on the + of my select, my system shows and adds an item in the div with "tabs". Butwhenitshowsthedivthatwashidden,itwouldstayontopofmyselect(asshownintheimage).  function:functionadd(id_sistema){$('#tabs').append("<div id='tabs-...
asked by 11.12.2017 / 15:20
1
answer

Continuation of Help with asynchronous request script

I solved with the help of Marcos Brinner, the problem that was with DetePicker as # But he painted another question about the asynchronous request, between DetePicker (Timetable) and Schedules. I thought that following the reasoning of...
asked by 12.12.2017 / 16:56
2
answers

Add javascript in worddpress

I have an application that uses wordpress and I need to add a javascript in it, I have seen several videos and posts on the internet and from what I understand it is just to do this: <?php wp_register_script("meuscript", "js/meuscript.j...
asked by 11.12.2017 / 22:03
1
answer

Help with asynchronous request script

This form will have the purpose of scheduling for consultation, with the client selecting the desired professional, and having a calendar with the weekly days selectable for attendance. For example: Dr. Rogério serves from Monday to Saturd...
asked by 11.12.2017 / 15:51
1
answer

how to scroll a scroll from a div outside it

I have the following situation I have a screen where it has an infinity scroll up, so it works fine, I get the next record when using the scroll, the problem occurs when I try to use the mouse scroll outside the div. I would like it to work out...
asked by 11.12.2017 / 15:50
1
answer

Detect if pwa was added to the desktop

I'm developing a website, using PWA concepts, for management. My intention is to allow the user to add it to the work area. As soon as it does, I want to hide a% div of my page. My doubt is how to identify if my web application has started...
asked by 21.12.2017 / 15:48