Questions tagged as 'html'

2
answers

Why do not I apply Editable to my table?

The problem I have is that I have a table in HTML in the following way <!-- TABLA DETALLES PRODUCTOS --> <div class="col-md-12"> <table id="TableProducts" class="table table-bordered table-responsive"> <thead> &l...
asked by 18.07.2017 / 00:15
3
answers

Angular access 4 to php does not receive the JSON

Good day, I have a problem, I have my file JSON by xampp, and effectively this code extracts the data I need in JSON . In the part of PHP , if you receive files JSON and insert them into the database very well, but when...
asked by 27.07.2017 / 00:39
2
answers

Copy text from an input or a div in the paper holder, saving the HTML tags

Some time ago I could copy text from an input text or a div in the clipboard, also saving its HTML format. That is, I could copy the text with the HTML tags I had such as p , strong , em , h1 ... etc. For this I used...
asked by 14.06.2017 / 13:48
1
answer

How to create the logo for my website?

I am trying to create a logo for my website but I only get the result that you will see in the bottom part. I want to put that logo in the navigation bar and that the icon that appears to the left of my name does not appear. Surely I am doing ba...
asked by 29.11.2017 / 23:34
3
answers

Redirect only once

I have an index.html that does an automatic redirection with the window.location function to a different domain. The problem is that if the user gives back to the browser it redirects again, so it is a loop. How can I do that if a user gives...
asked by 18.06.2016 / 00:15
2
answers

Problem with jQuery

I can not make jQuery work This is my website bersekerprueba.esy.es Download it and follow these instructions link What am I missing? In my FTP I have the folders bjqs.css demo.css Styles.css Index.html Folder /...
asked by 16.06.2016 / 06:18
1
answer

Dialog bubbles with keyframe

I have the following speech bubble or dialogue bubble that will tell me if the figure in which the mouse is located is a box or circle, the point is that the bubble comes out suddenly, as you might encourage it to come out more slowly and smooth...
asked by 03.05.2018 / 17:51
1
answer

Is it possible to place a background image on a table using the jquery datatable plugin?

I have tried the following ways without result ... ... in the body of the table <tbody background="./images/credibanco.jpg" style="background-repeat: no-repeat; background-position: center center;"> <?php require_once '../Co...
asked by 03.05.2018 / 21:17
1
answer

How to properly use the Bootstrap Cards

I have been testing the bootstrap cards; the only thing I want to do is put 4 cards, 2 in a line and another 2 in the line below, that's already achieved, the problem is that if for example, the first card has more content than the others, the d...
asked by 17.04.2017 / 08:09
1
answer

Check status Facebook

I am working with the Facebook API, more specifically with the web SDK. I have created a login button in the index.html that when you click on it, redirects you to Facebook and in case you log in, you are redirected to the main page. Here...
asked by 17.05.2017 / 19:06