Questions tagged as 'html'

1
answer

section of bioenvironment

I tell you that I'm new to programming, and I'm doing my first website, I'm doing the home and I got stuck in the welcome section. The section contains a div with the title LOREM IPSUM SIT AMET ... and below it goes to another...
asked by 04.07.2018 / 22:40
1
answer

how do I make the click counter not erase

I have a click counter on a button, but I want the number of clicks to be fixed, not to be deleted when a new visitor enters, if not, to continue showing the amount that is has done, without using mysql or php code: <button id="view"&g...
asked by 05.07.2018 / 01:24
2
answers

Parsear html with JQUERY

From the table I show below, could someone tell me how to save the value of the table belonging to 'REGISTRATION' in JQUERY in a variable? That is to say that depending on the value of REGISTRATION, which can be YES or NO, keep that in a varibal...
asked by 04.07.2018 / 11:10
0
answers

Modal window from PHP

I have this publication that is a link all of it. What I want is that when I click open a modal window to show it in more detail, I have no idea how to do it, or how to pass the variable php to the modal window js or anything, I need help!...
asked by 04.07.2018 / 10:58
1
answer

Parsear html iframe saved in a variable in JQUERY

I have saved the following in a variable: register = "<iframe id='registro' src='estudios/info-estudios/'></iframe>" Within that variable I get a table that exists in src = 'studies / info-studies /', which is the following: &...
asked by 04.07.2018 / 12:03
0
answers

My dynamically generated table is ordered with the tablesorter-master plugin while a normal table does

<head> <script type="text/javascript" src="php/tablesorter-master/jquery-latest.js"></script> <script type="text/javascript" src="php/tablesorter-master/jquery.tablesorter.min.js"></script> <script type="tex...
asked by 05.07.2018 / 04:34
1
answer

It does not show me the calendar with bootstrap

I have a problem when clicking on the calendar, it does not show it. <script type="text/javascript"> $(function () { $('#datetimepicker6').datetimepicker(); $('#datetimepicker7').datetimepicker({...
asked by 06.07.2018 / 18:09
1
answer

Send data from a modal materialize to the controller

I wanted to know in what way I can send the information within a materialize modal, to a controller within the codeigniter framework using php. Thank you in advance.             Modal <!-- Modal Structure --> <div i...
asked by 03.07.2018 / 02:26
0
answers

how to add to the right cart from datatables and php? buen di

Good day my problem is that I do not know how to add a product directly to my table detailsCarito from datatables. I have an input in the last two columns where the amount of inventory to write the ones you want to add to the cart and the button...
asked by 06.07.2018 / 14:09
1
answer

show first value (option) of a select tag in angular 4

hi I'm doing a form in the dual I have different select tags that have values of cities to which I want to place the first value of options so that when the user chooses the first value of the options label is seen as the first value, the proble...
asked by 02.07.2018 / 16:07