Questions tagged as 'html'

1
answer

Text area with image

Hello, I'm going to make a form and I do not know how to do it to include an image inside the text area, something like that. TEXT TEXT IMAGE TEXT Something of a kind for the include user to know? As it is done here in stack ov...
asked by 02.06.2017 / 13:27
0
answers

Chat works so localhost

Hello! I have a chat that only works on localhost (XAMP), when I do UPLOAD for hosting, it just does not work. // start new chat-box $('body').on('click', '.js_chat-start', function(e) { /* get data from (header conversation feeds ||...
asked by 12.05.2018 / 16:15
1
answer

Chartjs. How to adjust the height of the chart according to the size of the table? Ionic 3

I'm developing an application in Ionic 3, where I consume data from an API and display the data in a horizontal graph. The amount of data returned by the API is not standard, then the previously setada times the height in the CSS is not sufucien...
asked by 17.05.2018 / 19:36
0
answers

"Active" carousel in html

Good. I have a project with multiple views that contain a carousel. For example, this is my home page AndwhenIclickonthefirst"See More" button, this appears So far so good! But if I leave this "window" and click on another "see more" b...
asked by 17.05.2018 / 17:18
0
answers

How can I use mongo data in javascript

Code: html: <template name="teams"> <head> <title> CastleWars </title> <link rel="icon" href="https://img00.deviantart.net/4b4c/i/2014/272/6/1/3d_fantasy_castle_stock_parts__28_palace_kingdom_by_ma...
asked by 17.05.2018 / 17:26
0
answers

Problem with Ajax script

I have a search Ajax script without reloading the page, I select the taxonomy's to filter the content, and I click on "Search", in that the search form disappears, a loading bar appears. The loading bar disappears and the searched content appear...
asked by 09.05.2018 / 21:56
0
answers

How to create equal tags field of stack overflow?

I'm developing a recipe site and one of the fields to register the recipe, these are the tags. I wanted to put a function equal to that of stackoverflow, an input that as I'm typing it brings the tags and, when I click, it adds in this input,...
asked by 10.05.2018 / 01:51
0
answers

Problem upvote js

I have a problem with displaying an upvote with js. The application picks up the records in the BD and prints on screen with the upvote on the side, the upvote counter is picking up each new insert in the bd and adding it to the start variable....
asked by 10.05.2018 / 15:54
0
answers

Return image from MySQL database

Currently I am trying to return an image from a database. Using java, I tried this command: pi.setImagem((File) rs.getBlob("imagem")); The variable that will receive the image is as "File", and in the database it is "BLOB". It was passed to...
asked by 14.05.2018 / 16:09
0
answers

How to stack a Highchart chart with 1 single point?

See in this example: click here to open the example in a jsfidle In this example it clearly shows that the series are stacked: Butwhenthereisnoothernextseriesitdoesnotshowstacked,onlydotsonthescreen: Iwantedyoutoshowthisyellowscratch...
asked by 14.05.2018 / 18:10