Questions tagged as 'html'

1
answer

How to display / hide text using an image as a button?

Hi, I'm setting up a small website where I wanted to use several images as a button that when clicking each displayed a different text, how can I do that? I tested this one but it does not close the first text when opening the second, everyth...
asked by 14.10.2017 / 19:08
1
answer

Error in passing value to View in codeigniter

In a simple application. A value is passed to view. However codeigniter reports an error: PHP Code:      class User extends CI_Controller { public function __construct(){ parent::__construct(); $this->...
asked by 09.10.2017 / 22:44
1
answer

Enter the FadeOut sound when you click the pause button

How can I make the sound come out in fadeOut when I click the pause button? <script> var sounds = [ "sounds/royksopp.mp3", "sounds/9thwonder.mp3", "sounds/thisbeat.mp3", "sounds/mosdef.mp3",...
asked by 09.10.2017 / 21:18
2
answers

Date time picker

The code I have is this: $('.form_datetime').datetimepicker({ language: 'pt', format: 'yyyy-mm-dd hh:ii:ss', autoclose: true, todayBtn: true, minuteStep: 10 }); I want it when I open the modal it starts on today it is o...
asked by 01.02.2018 / 21:18
2
answers

Creation of columns in the foundation

I am doing an online foundation framework course but I am not able to do column creation, just the lines, I have already tried two ways: <div class="row"> <div class="small-1 medium-1 large-1 columns red"> 1 coluna </div&...
asked by 30.01.2018 / 19:02
2
answers

function to display more items in an ul

I need only 5 items to be shown and if you want to see more items they need to click the 'see more' button and 5 more items will be displayed. Remember that there is no limit quantity of items. <ul class="list"> <a href="loja...
asked by 02.02.2018 / 19:16
1
answer

There is no CSS effect

I'm developing a web application and I would like the mouse to move the icons to change color and not show that line underneath the icons but houver does not work. HTML <div class="header-fixed"> <div class="container">...
asked by 16.10.2017 / 01:53
2
answers

remove select options from other selects

Well, I have 4 html selects and in all of them I have the same options, I wanted that when an option of the first select was selected it would be disabled in the other selects, it is possible to do it efficiently and quickly with jquery?     
asked by 28.10.2017 / 16:48
1
answer

Reload Web Page

I intend to click on a button to reload the page. Warning that <a> is in a navbar file is external to the original file. I call navbar through php and this button is in navbar . Below is the code that I...
asked by 01.11.2017 / 23:55
3
answers

How to leave the selected menu active with jquery?

I would like to know how to make the selected menu active. Here's how my html code is and js, I think it's not working because when you redirect to the < a>, loses the js, when I use preventDefault works as I wanted, however it does not go...
asked by 30.10.2017 / 11:57