Questions tagged as 'html'

1
answer

how to create a block of display c ++ / java code in HTML / CSS?

I have a JAVA code, I would like to publish it on a website. How do I do that? I'm using CSS sheets but they "spoil" the spaces between the keys and do not show the JAVA code in high light, how do I fix this "eating spaces" problem and the probl...
asked by 25.04.2017 / 17:13
1
answer

Decrease Spinner size

I'm trying to use the jquery Spinner, which by default has 8 fields, and is too large for my purpose, which in this case would be 2 fields. I have already looked at your documentation, but the most I could do was to decrease its font, as shown b...
asked by 24.04.2017 / 01:42
1
answer

Confusing code - what is the meaning?

When I have this code: {{ 'js/gourmet.js' | static_url | script_tag }} What does it mean? Where do I find this static_url ou o script_tag ? Is this jQuery?
asked by 28.03.2017 / 14:50
2
answers

Problem when using iframe SecurityError

Good evening, I have a form system, and my client wants to put the form on his site. The team asked me for an iframe for implementation in the portals and web-sites but when I did a test it presents the following error:    SecurityError: B...
asked by 29.03.2017 / 02:54
1
answer

How to write and update HTML file with Jquery?

So, I'm getting HTML content from an external site and rendering in my hybrid application. So far so good. I have the following code so far: $.ajax({ url: '{{SuaUrlAqui}}', headers: {'X-Requested-With': 'XMLHttpRequest'}, type: 'GET',...
asked by 17.04.2017 / 16:30
2
answers

How do I get the last two "teacher" and "enrollment" fields to appear only after the "Type" field has been selected?

How to make the last two "teacher" and "enrollment" fields only appear after you have selected the field option above "Type" ?? <br/><br/> Tipo:<b>*</b><br/> <select id="tipo" name="tipo" required> <opt...
asked by 17.04.2017 / 22:31
1
answer

Error changing charset using MySQL Table Editor from latin1 to utf8

I'm trying to change the charset from a table directly in the database using MySQL Table Editor, from latin1 to utf8 however, when I select utf8 in the charset options it automatically changes the collation to utf8mb4_general_ci and when I apply...
asked by 17.04.2017 / 13:09
1
answer

Force a click on a tag with Jquery

I want when my <li> is clicked, it activates a click on the <a> tag inside it. <li class="tab card-panel z-depth-1 ativado historia hoverable"> <a href="#historia" class="active a">...
asked by 27.04.2017 / 19:33
1
answer

Mouse over the image display text and disappear with the image (vice versa)

I'm trying to make this effect with the mouse over the image, it adds and displays the text, when you take the mouse, add the text and display the image. I tried the following way, when I move the mouse over the image, it will be in "Infinite...
asked by 28.04.2017 / 03:45
1
answer

Scraping in Python. Assemble an insert [closed]

I would like to extract this table using perhaps Scraping in Python: link I would like to know if it is possible to extract this table so that the sql of insert is mounted as below: INSERT INTO TABELA (CAMPO1, CAMPO2) VALUES (1007, 'Co...
asked by 27.04.2017 / 22:53