Questions tagged as 'javascript'

1
answer

How to create a screen type for each user?

I am creating an online system in real time, for now I only know html5 / css3 / js .. How do I as soon as the client logs in the information from it appears to it and not from another client? I do not think it would be a good idea to create .htm...
asked by 09.08.2016 / 05:35
1
answer

When I click the button more than 1 time the count accelerates

People I got from a friend here of the forum a script of a button with countdown, that upon clicking if the count begins. Thank you very much because it is very good ... there is only one problem, when I click more than once on the button the co...
asked by 30.06.2016 / 22:25
1
answer

Onclick does not work in Firefox and IE

This function does not work in firefox and IE: No javascript: function scrollTo() { var _offset = 90; $('html, body').animate({ scrollTop: $('#videoItem').offset().top - _offset }, 'slow'); return false; } No HTML: <div cl...
asked by 01.07.2016 / 20:06
1
answer

How to port a Javascript web server to an executable in Windows?

I am new to Node.js, and I have developed a server using express to send files between computers on the same network, but I can only start the server on the computer that will receive the file if it has the Node installed. I would like to know i...
asked by 23.11.2016 / 21:17
2
answers

Disable line break when pressing enter with javascript

imagine twitter !! you have that text box and a character limit, as you type the character count goes down and when you pass the limit disable the post button, the tbm button is disabled if nothing is typed. That's what the code down does !! I w...
asked by 01.07.2016 / 20:11
2
answers

Show inputs by clicking "Include"

I have a div called "product", inside it I have 4 inputs text: <input type="text" name="produto"> <input type="text" name="quantidade"> <input type="text" name="valor"> <input type="text" name="subtotal"> <input...
asked by 23.11.2016 / 19:46
2
answers

Working with Labels in CSS

When we use attributes like Label the text is written from left to right. Can we change that? Make the text start for example from the middle to the sides or from the right to the left? Example: ----> Left to right | MY TEXT ----...
asked by 15.07.2016 / 15:04
1
answer

I installed the bower, gulp but I do not know which file to edit [closed]

I bought an internet theme called FUSE ANGLE JS at documentation it, he explains that I should install npm, bower, gulp and etc ... then he asks me to run the following command gulp serve , and then some page from the beyond is loaded...
asked by 24.11.2016 / 02:34
1
answer

How to schedule time-based (Cron) tasks using PHP? [closed]

I'm developing a module in prestashop, and I need to schedule some tasks based on time. For example: On X run the Y function of my module. Is there a way to interact with the prestashhop cronjob module? Is there another solution for this?...
asked by 24.11.2016 / 15:21
1
answer

how to get the value of a specific checkbox in asp.net mvc using JQuery

I have a table in a system in ASP.NET MVC that each record has a checkbox, here is the code below the view: <table class="table table-hover table-striped" id="tabelaProdutos"> <thead> <tr> <th>Tipo de Produt...
asked by 15.07.2016 / 15:12