Questions tagged as 'html'

0
answers

How to create a button in AlloyEditor?

I'm using alloyeditor and I have conveyed the following toolbar: toolbars: { add: { buttons: ['image', 'hline', 'table', 'camera'], }, styles: { selections: [{...
asked by 24.08.2018 / 16:38
1
answer

Website with horizontal scrolling

Well, I have to make a site like horizontal scroll with this , (the site I went through is just for example scrolling, not the effects) but I have no idea how to do it, I gave a good researched before asking the question here. As I know it i...
asked by 23.08.2018 / 16:49
0
answers

Error generating pdf with dompdf

When generating a pdf from a table, when the text is too large, it breaks the page at the beginning and does not display all the text at the end //referenciar o DomPDF com namespace use Dompdf\Dompdf; include('template/functions/php/class-c...
asked by 29.08.2018 / 16:56
0
answers

Datepicker jQuery need to pass a parameter from the Java controller

OnthesideofthesearchIaddedamagnifyingglassbecausetheuserclickedittosearchforthewordthattheuserentered,IusedaparameterthatIcreatedinmycontrollerinJava.NowIneedtodothesamethingonthedates,whenselectingthedatesthesystemwillsearchthedatesandifitexis...
asked by 29.08.2018 / 16:01
0
answers

Feed a list with data from the txt file

Hello, good morning! People need help! I have the following list created in html, it is not complete, just p you understand. <ul class="lista"> <li>Datetime:</li> <li>Velocidade:</li>...
asked by 29.08.2018 / 17:14
1
answer

$ .fn.data - jQuery

Well, I'm banging my head on this code, I'm reading a book about jQuery, but I can not get this code to work, someone can give a hint on how to solve it, and what this method works for ($ .fn. date). $('#minhaLista li').each(function(){...
asked by 29.08.2018 / 18:15
0
answers

A question about customizing a javascript related to Twitch Clips

Basically my idea is to get the 3 most watched clips of the day from a certain channel, but what I'm not able to do is to customize the player in which they are being "Pulled", since I do not know how to customize the iframe created via javascri...
asked by 29.08.2018 / 16:07
1
answer

ASP.NET - Use a web user control dynamically

Good people, I have the following code html that is repeated several times throughout the website: <div class="tab-content"> <div class="tab-pane active" id="basik"> <ul class="det-polipeles"> <li>...
asked by 29.08.2018 / 18:35
1
answer

How do I create this navbar?

I want to leave my nav-bar the same as this . I want to leave, a division in the middle of the nav-bar, I have no idea how to do this. My code now: <!DOCTYPE html> <html lang="en"> <head> <head> <meta ch...
asked by 23.08.2018 / 05:15
0
answers

How to change the image of the site depending on the screen resolution of the device?

I have a carrot in Bootstrap, and I'm trying to change the images of it depending on the screen resolution of the device using Javascript, but I do not know how to make it work. var width = screen.width; var image1 = document.getElementsB...
asked by 23.08.2018 / 01:49