Questions tagged as 'html'

1
answer

How to change the content language of an application with Cordova from Portuguese to English?

I have an application made in HTML, CSS and Javascript using Apache Cordova, it has support for English and Portuguese, but how do I change the contents of all pages of it when the person selects English or Portuguese in a settings page ?     
asked by 13.07.2016 / 14:37
1
answer

Click and change texts within the element

Given a search I found contenteditable , but I wanted to know if there is any other way to do this, by looking at some website builders who use this type of thing, I do not think any used contenteditable , since they do not I saw the...
asked by 07.06.2016 / 00:13
2
answers

Send SMS via PHP

I have an SMS gateway that receives the data from my form in this pattern: <?php include "smsGateway.php"; $smsGateway = new SmsGateway('[email protected]', 'password'); $deviceID = 1; $numbers = ['+44771232343', '+44771232344']; $message...
asked by 18.07.2016 / 16:22
1
answer

Loading link on the same page, no refresh! [duplicate]

Good evening, good evening I need some help for something that seems very simple but I did not find anything on the net that could be applied. Well, come on: I need the contents of a link to be shown in an input field on the same page, w...
asked by 17.07.2016 / 23:19
2
answers

Regex to get a parenthesis and the string inside

I need to remove a parenthesis with what's inside, example I'm trying to extract this parenthesis: "Director position." Reason: I have an old project that has an ajax function that loads a button, which has a js function inside called "def...
asked by 19.07.2016 / 16:09
2
answers

removing li using jquery

Hi, I'm doing a responsive website and I came across a problem, the desktop layout between the menus has the logo, but for mobile it does not have the logo. As the menus are in a li, I wanted to remove the specific li of the logo when it is for...
asked by 30.05.2016 / 19:23
1
answer

Active section in div

How can I use the jquery trigger? I need the page to load and this first "li" is already pressed. <ul id="quote-popup-tabs"> <li data-quote-tab-for="consorcio-auto">Automóvel</li> &l...
asked by 25.07.2016 / 21:40
1
answer

Send two parameters in a hred using classic asp

I would like the code below to send two parameters to the request page of name DetalheComercio.asp . The parameters would be: Neighborhood and Category (the link below sends only one category parameter). This page pulls data from a Name Ta...
asked by 27.07.2016 / 14:00
1
answer

Formatted text box (code sample)

I need to display information on the screen, but it needs to be displayed as a code (javascript, c #) formatted and colored (code sample), is there any jquery component or something like that? Example $('#ID').click(function (){ alert("He...
asked by 25.05.2016 / 15:18
1
answer

Display dialog box by right-clicking [duplicate]

I have a form with multiple fields and I want the option of the user to insert a comment in the value of the field. Example: <form> <input type='text' id='campo'> <input type='hidden' id='comentario'> <submit>...
asked by 26.05.2016 / 03:53