Questions tagged as 'html'

2
answers

NG-SHOW in AngularJS after Filter application

Hello, the code below works 99%, I just need to put the ng-show in < h5 & gt ;, but I'm not getting it. The criterion: is to display the group name only if there is a group item in the list after the search. The search works, but display...
asked by 18.07.2015 / 04:27
1
answer

Add parameters to URL without changing path to file

So I have a url imagine ...    link The idea is for me to add a parameter or a variable to a url:    link This parameter is written by the user when defining the url. The idea is then to use the parameter to define what will ap...
asked by 19.05.2015 / 12:40
2
answers

Forward and rewind JavaScript slide

I have a photo slider on my page, with buttons to go back and forward. I can not make these buttons work. First I figured that the logic to move forward would be the same one used for the slide to advance automatically, but I could not. I get th...
asked by 02.05.2015 / 22:21
1
answer

How do I add this expense counter to my WooCommerce theme?

I want more or less like this, it's elegant and practical. Anyone who knows how to do it or any other similar way please help. Thanks!     
asked by 04.05.2015 / 02:29
1
answer

Fill in Select with optiongroup

I want to create a multiple select like this WhatIwasabletodowasthis What I want is to group all the records of the same group, as organized in the plugin See the code here My json returns this     
asked by 24.05.2015 / 05:32
1
answer

How to transform select option into option with images?

I am doing a rating system on my website. I have select option with option of 1 to 5 voting I am trying to turn this select option with icons to make the voting but I am not able to like to know if it is possible and how I can do i...
asked by 03.05.2015 / 23:37
1
answer

How to ignore the height of an element inside a box with automatic height in CSS?

I'm a beginner in HTML and CSS and I'm doing a freelance work for my course, but I ended up packing at one point. I have the following code in a snippet of my HTML: <section id=#first> <h1> Recomendações da semana </h1>...
asked by 25.05.2015 / 01:41
1
answer

How is it possible to change positions?

How can I change positions? I've tried to store arrays and use array methods but it did not work. <html> <head> <title>teste</title> <script></script> </head> <body> <ul class="lista">...
asked by 24.05.2015 / 16:54
1
answer

Menu Fixed Scroll Top

I made this code so that when I rolled the page the MENU would be fixed in the Top. That is, always the view of the user. var nav = $('#outermainmenu'); var lia = $('.sf-menu > li, .sf-menu > li > a'); $(window).scroll(function () {...
asked by 26.05.2015 / 00:29
2
answers

OnClick on Canvas

I have an image and on it is drawn a Canvas. I need that when I click on the image it opens in the normal size of it with the drawn canvas object. For now I click on the image and only open it, the canvas does not appear. That's because I do not...
asked by 26.06.2015 / 14:52