Questions tagged as 'html'

0
answers

Facebook button does not share well

Since a few days ago I am having problems with the publications generated by the share button. The button is included in dynamic pages, news pages, ads .. Sometimes it shares well, other times it does not include a photo, sometimes it does not t...
asked by 27.04.2016 / 22:43
1
answer

JQueryUI selectmenu - How to load options with append

I hope you can help me with this: I was using select option to display a list of options without problems, but for a theme of functionality I decided to change it for a selectmenu, however I do not load anything in the select with the same proce...
asked by 26.11.2018 / 01:08
1
answer

How to send a parameter in a LIKE query

My problem is that I'm doing a form, and I have a txt that is responsible for searching, but I have to put the manual data in the query to work, and what I want is to take the value of txt to search from here: I leave the code in summary View...
asked by 10.12.2018 / 19:51
1
answer

hide or make visible div

I am trying to make a div visible or not, when the size of the screen is less than 900px but it has not worked for me. keeps appearing the two images that I have in the div. I would greatly appreciate your help. <style type="text/c...
asked by 29.11.2018 / 19:23
2
answers

How to edit a record of a table in php?

Very good! It is the first time that I have this strange error that appears when trying to edit a record of the table called state in php format in conjunction with html in the database I still use PhpMyAdmin. I have been updating with the sql...
asked by 26.05.2017 / 14:23
1
answer

Load data in an input from ajax with php and mysql when loading the page?

How about, someone could tell me how to load the data of a query in some text boxes from PHP with ajax when loading the html page to add the results in the input. This is what I have until now. <?php include '../conexion.php'; $query = "...
asked by 25.06.2017 / 03:26
2
answers

Shortcut to create parent container in HTML. Sublime Text3

In this video: The Best Keyboard Shortcuts for Sublime Text. 6:38 PM It is indicated that to create a parent container to an element (or several) in HTML can be done using the shortcut "ctrl + shift + g". But in my case it does not work and...
asked by 17.06.2017 / 09:43
1
answer

Send form data with HTML table (multiple records) to MVC controller

Good morning. I work in a MVC C # project and I have a model that represents a table in my database, the model below only represents some properties of my class so as not to create confusion and represent the data of a single Event, the data of...
asked by 12.03.2017 / 14:05
2
answers

Append index to others to files in the folder in general and within subfolders files

When using <? php include("index.php"); ?> it works but only in the files that are in the main folder, where this index and the other files, but when I want to link the index to the files inside the folders, for example...
asked by 28.02.2017 / 02:34
1
answer

Hide table rows

I have the following table and I would like you to click on a button to hide some rows based on a condition in the value you have <table class="uk-table" id="mitabla"> <thead> <tr>...
asked by 08.03.2018 / 17:07