Questions tagged as 'javascript'

1
answer

Do you express regular numbers, decimals and commas?

Could you help me please, I have this regular expression: /^\d{1,18}(\.\d{1,2})?$/ The expression accepts numbers and decimals but I want it to also accept commas. Thanks !! This is what I want to get Correct: 10,000.00 Correct: 10...
asked by 25.05.2018 / 00:27
0
answers

Load functions from one external javascript file to another

For organizational reasons, I would like my content to be a little more "classified" and I am creating .js files that share content and functions. The problem comes when I try to incorporate that content into other .js files, I'm using import...
asked by 22.05.2018 / 09:20
0
answers

Pass datepicker date to php

I have a datepicker on my website with which I intend to pass the selected date through the url, for example, to update certain information on that website. (I do not want to use Ajax). The problem is that as I have done it, the form always c...
asked by 26.05.2018 / 17:13
0
answers

Why does player.playlist tell me not to function when implementing a plugin in video.js?

Currently I want to implement the library of video.js in a project and to that same library add unplugin so that it makes lists of reproductions of several videos, but when implementing everything it marks me the following: player.playlist is...
asked by 26.05.2018 / 15:56
1
answer

Positioning and animation problems of a responsive menu

I'm trying to make a responsive menu something different from how I normally do it: the icon to enable the menu is fixed below on the right. When I click, it shows me the menu in the following way: I have three problems with that menu:...
asked by 25.05.2018 / 21:51
0
answers

Modify JS node content by DOM

I am trying to change the content of an element by DOM. I've been doing some research and discovered the replaceChild property  that allows me to change nodes (the existing one with a new one with my text to be introduced) but of course, whe...
asked by 18.05.2018 / 19:13
1
answer

How to show / hide Jquery Sliders UI with buttons

I have a query how I can do to show and hide the Jquery UI slider instead of showing and hiding the type number input. Briefly replace inputs with Sliders I leave code ... $( function() { $( "#slider" ).slider(); $( "#s...
asked by 20.05.2018 / 18:52
0
answers

Pass several variables by cookies from JavaScript to PHP

I am trying to pass several variables per cookie from javascript to php, but I get that they are undefined. If I try to pass only one variable, if it works, I guess I'll have to treat it as an array, but I do not know how to handle it. JavaS...
asked by 25.05.2018 / 18:05
0
answers

Insert script in an android app

Hello people how are I have a query I have a script that is a player that has a live broadcast 24h my question is if this script can pass it to an app since I tried it but I know little about app development <script type='text/javascr...
asked by 17.05.2018 / 21:32
0
answers

datatable problem bootstrap

I have a problem I am using datatable to generate tables dynamically with a search with filters. the problem is that when applying some filters, the 100% zoom table sometimes cuts all the columns after the 9th and 90% zoom if the whole sample...
asked by 17.05.2018 / 23:12