Questions tagged as 'html'

1
answer

Is there any way to translate the months into the input type date?

How do I translate the input of type date? no html I paid lang="pt-br" but still still English. The image is just an example!     
asked by 25.05.2018 / 16:34
1
answer

Create Dynamic HTML Elements in Angular 2

Good morning! I'm new to Angular 2 and I'm setting up a personal improvement project for a blog. This "p" tag gets my text <!-- Post Content --> <p id="post-aux">{{post.Texto}}</p> I get the content of the te...
asked by 25.05.2018 / 14:02
0
answers

Return of information Ninja Forms Wordpress

I have a Ninja Forms form in Wordpress, and I needed to create a custom field and add a Jquery script separately so the user could add and remove fields dynamically. This is the link of the form under test: link This is the Ninja Forms codex...
asked by 25.05.2018 / 15:48
2
answers

Is it possible to insert and remove at the same time on the same php page?

Well, at the moment I'm doing a project with html, php and mysql and I'm having a little problem now. Going further to the subject: Assuming I have two tables: unconfirmed and confirmed, and what I want is in the php page to get pass the unc...
asked by 25.05.2018 / 13:11
1
answer

Javascript error when selecting the button in another tag

<style> section article { display: inline-block; width: 45%; height: 100px; } header, nav, section, article, footer { border: 1px solid gray; margin: 4px; padding:...
asked by 03.06.2018 / 03:16
1
answer

Is there any way for a form to inherit from _Layout.cshtml in C #?

I'm developing a website at asp.net c# , I have a contact page that contains a form for the user to fill out and send if they want to send an email. I wanted the form page to inherit the properties of the remaining pages of the site, su...
asked by 24.05.2018 / 09:48
0
answers

How to capture data from a table inside a form in a jsp?

I really need your help to solve a problem. I have a table inside a form in a jsp. I need to upload a note and send the number of the note and the date of issue to the controller class. It happens that I can only do the operation with the fir...
asked by 24.05.2018 / 06:16
0
answers

Multiple locations / maps

Good evening, I would like a suggestion to add more than one map on my page. In the site that I am developing the store has other affiliates in different cities. However, I would also like to remove the panels from Google Maps. The code I'm u...
asked by 24.05.2018 / 02:06
2
answers

How to set the id = with 'instead of'

How can I set the id = with 'instead of' because if I try to run the script in chromeBrowser.ExecuteScriptAsync with the id="" it error, how can I do that? html code / javascript var x = '<label id="idteste">Testando' + '</l...
asked by 30.05.2018 / 19:23
0
answers

Failed to get the object while loading a modal

I need to get the object that is sent to my controller in a modal. When I click on the option to display the modal, I access a function from my controller: $scope.enable= function(user, callback) { //Verifico se o objeto está chegando...
asked by 24.05.2018 / 20:30