Questions tagged as 'html'

1
answer

Calculate Dropdown Script without onclick

I need in below, when selecting dropdown it does the calculation automatically without having to click the calcular button. Another thing I wanted is: when I checked the checkbox it multiplied by 2 the total value. &l...
asked by 28.02.2015 / 23:03
1
answer

Sort data with google chart

I have the following graph of the google chart: link I wanted to sort the left columns as follows: Basic, Below Basic, Proficient, and Advanced. Currently out of order, is there any possibility of this change ??     
asked by 08.06.2015 / 14:42
1
answer

Desktop applications developed in HTML CSS and Javascript

I have an MVC Web application in .Net. I have the need to migrate it to the desktop. But I would like to keep my application with Web Views. I know that for Android and IOS app it is possible to reuse the screens if they were developed in HTM...
asked by 12.06.2015 / 17:11
1
answer

Difficulties in connecting Javascript with HTML [closed]

Some months ago I took a course to enter the job market as "Front End", I learned what was needed, but now to put into practice Javascript is complicated, because in theory I know a lot with Javascript, but at the time of connecting these things...
asked by 09.06.2015 / 21:09
1
answer

Check all just select the first value of foreach

I tried to do a test of the submit that deletes the scenes only to appear when clicking on the checkboxes, but the same thing happens, it only appears if you select the first one. But if you select the first one and a few more it delete...
asked by 30.01.2015 / 19:39
1
answer

Option change of select element

I'm trying to add an option to a select: function add(){ var opt = document.createElement("option"); opt.value = "0101"; opt.text = "foo"; } This code works. My question is why when I remove the double quotation marks from th...
asked by 22.04.2015 / 15:31
2
answers

Bootstrap Datepicker

I developed an application using bootstrap (getbootstrap.com). I created a date field and linked the datepicker from the bootstrap itself. How do I change the size of the calendar? I need to display it smaller.     
asked by 25.11.2014 / 02:38
2
answers

Does the page title and random post affect the position in the search results?

I have a theme with a single page and several updates are made per day on this page including the title, I wanted to be well placed in the search results I know there are several techniques exist for this ... anyway I want to know if the title a...
asked by 16.01.2015 / 20:18
3
answers

Search by selection field

I'm creating some filters to search for products, having the products all visible, I would like to know how I can make a selection field and through the category that the user chooses, only the products of that category would appear. I have the...
asked by 19.01.2015 / 16:33
1
answer

Create a shortcut through the Browser

Is it possible to create a shortcut through the browser? Be that as, if it's with JavaScript, Java, or anything that makes it possible. I need to create a shortcut on the user's desktop through the browser, in the same way that Chrome does wh...
asked by 22.01.2015 / 13:41