Questions tagged as 'javascript'

1
answer

Blueimp Gallery inside Modal with black screen

Follow the code below: <!-- Button trigger modal --> <button type="button" class="btn btn-primary" data-toggle="modal" data-target="#exampleModal"> Launch demo modal </button> <!-- Modal --> <div class="modal fade...
asked by 19.09.2017 / 02:35
2
answers

PDF view in iframe

I already have some time I'm looking for how to view the PDF files in an iframe or a div on the page itself instead of opening it in a new one and using Adobe Reader. But the problem is that the files are not fixed, they come from a code that...
asked by 25.03.2014 / 18:42
0
answers

Pagination ordered by ID

I have this system as a menu HowcanIgetthemtopasstheproductsandreturnthemthroughtheIDsavedinthebank? <nav class="slider__nav"> <button class="button button--nav-prev"><i class="icon icon--arrow-left"></i><span cl...
asked by 02.09.2017 / 23:47
0
answers

Simultaneous access

Would there be any way to limit concurrent access without using the database? Is there any way to do it using .htaccess? Because I'm trying to limit access to a file that does not come in the PHP extension.     
asked by 02.09.2017 / 22:49
0
answers

List in PHP using Next and Previous

I have a system of next and previous with zoom What I want is that when I click on next or previous product change by ID from the Bank. and zoom in on the image on the page. because I am facing problems....
asked by 02.09.2017 / 17:12
0
answers

Attach file to email application?

I'm developing an email application and the front end is being done in VueJS / Quasar Framework and the server is being developed with HapiJS. I've already been able to send simple emails using NodeMailer , and I'm listing them in the inbox...
asked by 31.08.2017 / 21:24
0
answers

Renew authentication token with javascript

I have the JWT class but I can not renew it. How do I renew this token when the registration is done? I already have the token in sessionStorage called the token with the key. Class: function parseJwt (token) { var base64Url = token.split...
asked by 30.08.2017 / 20:48
1
answer

Node js problem fetching function value

I have the following structure on node: module.exports.find = function(pesquisa,frase){ return new Promise((resolve,reject) => { pesquisa.find(frase, function(err,data){ if(err) throw err;...
asked by 01.10.2017 / 22:37
0
answers

JCarousel does not work control next prev

I have the following code in jquery, it does the carousel correctly, but the next and prev does not work. I need to create them dynamically. What can it be? jsfiddle file: link     
asked by 24.08.2017 / 16:06
1
answer

Bootstrap modal [closed]

I am mounting a mobile application using asp.net (aspx) and modal bootstrap. The purpose of this modal is to fill a label with the information contained in the "date-tagging" attribute of href that triggers this mode. When the modal is triggered...
asked by 24.08.2017 / 15:43