Questions tagged as 'html'

2
answers

JSF Primefaces And html input

For reasons of requirement, I have to combine components of primefaces and an input file in pure html. Now my question is, can I have the html input inside a JSF form? And that practically the whole view is with PrimeFaces and from a bean to pro...
asked by 23.05.2016 / 19:13
1
answer

error with scripts

I have the following javascript function. but it does not manage to execute correctly. //Para mostrar la forma de pago dependiendo del Estado function mostrar_formaPago(estado) { var contenedor, m; contenedor = document.getElementById...
asked by 24.05.2016 / 15:02
2
answers

Put an image as an element icon

How can I get an image to be set as a background in an element of my navbar ? I've tried it this way. <nav class="navbar navbar-default navbar-inverse " > <div id="navigation"> <ul class="nav nav-pills"> <...
asked by 25.04.2016 / 06:38
1
answer

Cycle to create buttons with jquery and send a string as a parameter

I have a problem creating buttons with a for and putting within onclick the name of a function with a parameter, but this parameter is a string, which I get from array and at the end of the cycle all the buttons have the nam...
asked by 05.05.2016 / 04:14
1
answer

how to show two divs each time you press the next and previous buttons with Jquery

What I need is to do a kind of paging but only with buttons back and forth and show me only two divs, I have the following code, but this only shows a single div at a time: $(document).ready(function(){ $(".divs div.panel").each(f...
asked by 16.06.2016 / 20:20
1
answer

Substitute Div in Time Interval without transitions

I would also be happy to replace characters directly in cyclical time intervals if you think it's cleaner. Here is the code that I'm working with. jQuery(function () { var $els = $('div[id^=picture1]'), i = 0, len...
asked by 13.03.2016 / 15:16
1
answer

Keep div hidden until it does not go through a fixed height (neither nor =)

With the following code my Div appears from 1000px but if I do it disappear passing the pointer over any height reappears as soon as the scroll advances 1px and what I want is for the div to ONLY reappear when the scroll passes for 1000px. Thank...
asked by 16.03.2016 / 21:06
1
answer

Limit to x number of entries when exported with DATATABLES.JS

That, someone knows how I can limit the number of data to export when I use the tableTools library, let's say that if I use 100 entries I only copy or export those 100 entries, since when I copy or export I usually copy more than 500 records fro...
asked by 15.06.2016 / 18:43
1
answer

How do I add an image to each payment method in woocommerce?

Hello, good day, I want to know exactly on which page I should include the image, I just need the name of the file to be able to edit it. I need the "bank transfer" option to have the image of the bank, like PayU's. Greetings and I hope yo...
asked by 16.06.2016 / 01:35
2
answers

How to paint inputs and text according to units of a product?

I am making an application type inventory that according to a purchase invoice can consult the products related to that invoice and can add an input and a button to send certain information to the BD of each product of the invoice. If, for examp...
asked by 15.06.2016 / 00:37