Questions tagged as 'html'

3
answers

Error fetching field value - JavaScript

I have the following problem: I have a field that places a value in a input , and it looks at whether the value placed inside is within the switch that is in JavaScript . It is giving one the following error:    Uncaught Type...
asked by 27.04.2018 / 19:10
1
answer

doubt sore o each JQUERY

I'm breaking my head and I can not seem to find the problem to have a table that is created dynamically when I scan it it appears position 0 as null and after that it starts to appear normal HTML screen linecreationintablevarid=1;functioncri...
asked by 28.04.2018 / 01:53
2
answers

How do I create a "+" button that adds new fields to my form

How do I make a "+" button add new fields to a form? I even found a way to do it, but it is bugged and I do not know how to solve it. var cont = 1; function newContest(){ var c1 = '<td align="center"><select name="...
asked by 29.04.2018 / 20:55
1
answer

Forcing divs with text to remain on the same line?

I have the following HTML structure: <div class="cloud_current_folder"> <div data-folder-name>My Cloud</div> <div data-spliter></div> <div data-folder-name>Documents</div> </div>...
asked by 23.05.2018 / 19:19
1
answer

how to set spacing on the right axis highcharts?

I have this chart in highcharts: $.getJSON('https://cdn.rawgit.com/highcharts/highcharts/057b672172ccc6c08fe7dbb27fc17ebca3f5b770/samples/data/usdeur.json', function (data) { var startDate = new Date(data[data.length - 1][0]), // Ge...
asked by 24.05.2018 / 16:37
1
answer

How to know the version of the Jquery library just by viewing the codes made by other users?

I'm having a little jquery code here, offered by a member of that site that I ended up finding, and I do not know which version of the library I should load and run the code of others. I can not comment on the response he gave to another user be...
asked by 23.05.2018 / 20:59
1
answer

js error in modal (popup)

My question is about a modal code that I modified but the error js and modal does not open This is the html part: <div class="page-wrapper"> <a class="btn trigger" href="javascript:;">Click Me!</a> </div> <div...
asked by 10.06.2018 / 16:53
1
answer

Placing the title of the table

I want to decrease the size of this table but the title (schedules) fixed the size of it there then I wanted to play the titles in order to timinur the space of the table $('#inputGroupSelect01').change(function (value) { var...
asked by 11.06.2018 / 18:57
1
answer

jQuery function that closes the search field by clicking Esc

On the site I'm developing, there's a search field that only shows input when you click on the button. Now I want to close the input when I click the Esc key (when the focus is in the field). I have done a function in jQuery,...
asked by 11.06.2018 / 22:48
1
answer

print variable Java script inside HTML

How do I print the various click inside the Html <script type="text/javascript"> $(".j_requerimento").click(function(){ var click = 1; $(".j_label_requerimento").append("<span>IMPRIMIR AQUI A VARIAVEL CLICK</...
asked by 11.06.2018 / 00:16