Questions tagged as 'html'

1
answer

Should I create a class for each "input", or just methods of a class "form" enough?

Well, I have a logical doubt. I started learning PHP OO recently, so this question is more for educational purposes than anything else. My goal is to create a class "form" that will build HTML forms. This class will have attributes like "id...
asked by 22.03.2017 / 14:14
1
answer

CSS Stylize input range

I need to make an input range for age setting like this: Ithoughtaboutmakingthe"big" bar with this fixed 20-by-20 range, or a non-fixed bar like in this example , but I'm a beginner and I do not understand what happens, let alone how to cha...
asked by 08.09.2017 / 14:39
0
answers

Modem layout, is it possible to change? [closed]

When entering the configuration page of my modem 192.168.0.1 I have the following layout: I would like to rephrase this page, but I do not know if it is possible, I searched the internet and did not find anything specific. If ye...
asked by 05.07.2017 / 16:45
2
answers

get mysql data using javascript and ajax

I'm developing a web app (if interested, follow link) and it was going alright , until I get to the part below: TheNCMfieldisainputtagwithadisabledattribute.TheinformationinsideitcomesfromanautocompletethatIused,usingAJAX,adatabasesearch.ph...
asked by 14.01.2017 / 23:02
1
answer

How to make a column layout responsive with js?

I need to create a responsive masonry layout with pure js. I've tried it in many ways, but most columns are not responsive, and CSS arranges the numbering from top to bottom. Responsivenesswouldbe:Onmobile:haveacolumnhorizontally.Ontablets:h...
asked by 06.01.2017 / 19:15
2
answers

Pressing a button on the keyboard

Hello, Within the system I am developing the user can change a registry that is in the database. I would like to know how I can do that instead of the user being able to save the changes just by clicking on the "change" button he can do this...
asked by 28.08.2017 / 22:53
1
answer

How indexing works with search engines using Angular JS

How do search engines index the displayed content with angular? I researched and verified that Google apparently reads Javascript according to this matter . But is this really true? I was browsing and look what I found on the officia...
asked by 13.07.2016 / 18:11
1
answer

Effects of Clicking a Button

I'd like to know how I can add an effect when I click a button, I'm using HTML5 and CSS. I add an effect with: HOVER, that as soon as the mouse is positioned over the button the background of the same is changed, but I would like an effect th...
asked by 01.09.2016 / 05:37
1
answer

Passing information to a Modal

I have this routine using Razor from C #. It lists my messages: Code: @for (int i = 0; i < 3; i++) { <div class="box-body" style="line-height:15px"> <ul class=" products-list prod...
asked by 25.08.2016 / 21:32
2
answers

Doubt with Script - Display image according to Selection

I'm trying to make a select that changes the image according to the selected one, however I have two select types with their respective images that should appear according to the selection. The problem is that either I have both select to exchan...
asked by 03.05.2016 / 13:22