Questions tagged as 'javascript'

1
answer

Split strings with regular expressions

Good I want to extract in separate strings a string with Jquery I do not know if to do it with regular expressions or some other method, the string is the following one ?i=0&edad=18_28&tarifa=40_80,81_110&servicio=25&ubicacion=...
asked by 20.10.2018 / 23:35
2
answers

How to rename text with JQuery?

I want to replace certain characters and I do not know how to do it automatically with Tampermonkey. The ideal is to do it with jquery HTML : <div class="panel-body" data-loading-overlay="" style=""> <table id="list-fi...
asked by 17.11.2018 / 20:42
2
answers

Slider with JS only works in chrome

I'm doing an automatic slider and in chrome it works for me but in mozilla and opera no image comes out. With this I rule out that I am calling the document wrong but I can not see the error, can you help me? window.addEventListener('loa...
asked by 17.10.2018 / 07:40
3
answers

How to send value from a div to an input

I am working with datapicker bootstrap in the range of dates and particularly this container has no input to select the date, rather it is based on a div <div id="reportrange" name="reportrange" class="pull-right" style="background: #fff;...
asked by 07.06.2017 / 19:19
1
answer

Does not return the string

I have a input where I'll put the word    'Party:' function go() { var c = document.getElementById("mm"); var part = "Party: "; var partC = part.fontcolor("black"); var f = c.value = partC; } <input type="button"...
asked by 10.05.2017 / 15:14
2
answers

Can flashing light be placed around an image?

Good day, I would like to know if it is possible to place an intermittent glow on the edge of an image or a div when loading the page (like an advertisement). Thanks.     
asked by 13.06.2017 / 21:14
2
answers

Pass data from an ULR to an array

I have this url www.unidosporelmundo.co/home.aspx?c=242&razon=united by the world & work = united by the world & address = CRA 45: 430 Number of the quote: 242 What I need to do is create an arrangement with the parameters it brings which...
asked by 14.05.2017 / 20:35
1
answer

.appendchild is not a function

var principal = document.createElement('group1'); principal.id="forms"; var txtnombre = document.createElement('input'); txtnombre.type = "text"; txtnombre.name = "Nombre"; var spanh = document.createElement('span'); spanh.className="...
asked by 01.10.2018 / 19:54
2
answers

Organize table within modal

I have a small problem with a table that shows me some data stored in the database, once I have loaded many records the table goes out of control. My idea is that the table has a vertical scroll, but I do not know how to put it, try this, but...
asked by 15.10.2018 / 13:55
3
answers

how can I achieve spacing between checkboxes

I have a div which contains checbox and I would like to be able to separate them from each other a little more, because they are very close, someone could help me please. This is my code: <div class="form-group">...
asked by 15.10.2018 / 20:49