Questions tagged as 'html'

1
answer

Load div only after clicking specific id

I have the following excerpt: <div class="panel panel-default"> <div class="panel-heading"> <h4 class="panel-title"> <a data-toggle="collapse" data-parent="#accordion" href="#collapse2">Número Atendim...
asked by 04.11.2015 / 13:10
1
answer

Questions about javascript language

Good morning! Personally, I'm a beginner in javascript and I have some questions about the following snippet: var url; function newUser(){ $('#dlg').dialog('open').dialog('setTitle','Novo Cliente'); $('#fm').form('clear');...
asked by 22.12.2015 / 13:10
4
answers

E-mail falls into spam box PHP using HTML layout [duplicate]

I registered three emails in my database, however when I send the email it falls into the spam box. I do not know what to do to avoid falling as spam. In case the content of the email is an HTML email marketing. (containing photos and co...
asked by 21.05.2015 / 15:48
0
answers

Replace this Wordpress symbol (List of items)

When putting content from a pdf file to Wordpress, the item lists appear as this strange symbol rather than the traditional polka dots. Is there a way I can dynamically replace without having to delete one by one? (Which would generate a very...
asked by 27.10.2015 / 21:55
2
answers

1px Unwanted Space in Internet Explorer

On my site, below the footer is a 1px space that only occurs in Internet Explorer. In my case, I'm using IE-10 . The footer has a fixed positioning, I inserted it outside the container of the site, and put it back by setting a negativ...
asked by 22.09.2015 / 23:49
0
answers

Call a JavaSript function from an html code. Note: The JavaScript code is in the same file.

I need to call functions in html without a button, calling when a part of html code is executed. with the button I already did, it looks like this: <input type="button" value="Nome do botão" onclick="nomeDaFuncao();" /> I wanted to ca...
asked by 26.10.2015 / 21:04
1
answer

What is the easiest way to make a slide with BootStrap?

I was following the following tutorial to make a slide: link The design I was able to deploy on my page, since it is practically just copy and paste, I followed the example with legend. So I took the time to implement Javascript to ge...
asked by 30.10.2015 / 19:08
1
answer

JS function does not execute - $ is not defined

Good morning everyone, I started to study javascript recently and I have a problem that I could not solve. Follow below: I have a page that I'm doing as if it were a Quiz. Follow the complete Code page: $(document).ready(...
asked by 21.10.2015 / 15:32
0
answers

Problem with header size

I'm suffering with a code where I need to leave a banner with a predetermined size in the browser determined when opening the page, but every time I open the page, it gets the full size of the browser. I do not know exactly how to determine this...
asked by 13.10.2015 / 18:43
0
answers

How can I use common HTML fields and buttons with JSF?

I'm doing a project with JSF and I'm also using common HTML fields and buttons on some forms. Excerpt from my (X) HTML <div class="clearfix"> <input class="small DDD" type="tel" placeholder="DDD" maxlength="2" name="DDD...
asked by 11.10.2015 / 00:33