Posts by Bruno • 45 points
6 posts
-
1
votes0
answers135
viewsQ: Is it recommended to use <link href="#"> or <script src="#"> with external addresses?
I would like to know if there is any correct (or more efficient) way to use existing . css or . js files. If it is advisable to request external addresses or it is ideal to use within my…
-
1
votes0
answers41
viewsQ: Problems with ASP MVC5 Responsive HTML
I’m having trouble letting my page responsive, for desktop is getting correct, as shown in the image: However, when testing for mobile, it is as follows (using the tool in google Chrome to emulate…
-
1
votes2
answers654
viewsQ: Get src attribute content in <img> tag via javascript
I’m trying to make a password field, which by clicking on an image next to it, will make the password visible, and with that also I want to change the image when the click occurs. My HTML is like…
-
0
votes1
answer668
viewsA: Is there any way to force the line break inside the <table> tag?
Thanks to Leandro in the comment above, I used the attribute <colspan> and made some modifications, which stayed that way: Inside the foreach for items: foreach (var tes in Model.itensLista) {…
-
0
votes1
answer668
viewsQ: Is there any way to force the line break inside the <table> tag?
I have a Select in bank that returns me a number of records, in the case of tax notes, each note of these has N items, and I would like to make a subtable that when it is clicked, list correctly.…
-
1
votes1
answer72
viewsQ: Data selected from <option> tag to pass to Model C# - MVC
I am developing an application with HTML and C# in the MVC standards, and in one of the menus I need to put a list of options in which the user will select what he wants, this data comes from the…