Questions tagged as 'html'

1
answer

Select span, and pick up the text inside

I have the following HTML code: <div class="dados"> <span><strong>Nome:</strong> Yuri Santos</span> <span><strong>E-mail:</strong> [email protected]</span> <span><strong>Ender...
asked by 26.07.2015 / 22:48
1
answer

Textbox with editing

I have a textbox and wanted to be able to edit the text in it. For example, I wanted the site to write the following text in the textbox: "This is a test!" And what you could do, by clicking buttons, for example, the following edition:...
asked by 16.07.2015 / 12:24
1
answer

MooTools interferes with jQuery?

Good morning. My site uses jQuery, but I need to add a code that sends a confirm() to close the browser, but I realized that it only works with the library mootools : window.addEvent('load', function () { window.onbeforeunload =...
asked by 16.07.2015 / 15:04
1
answer

Get Content from another page with jquery

I want to create a way to open this SpTrans page in an app, but without loading all their layout, just the fields: LOGIN, PASSWORD and SIGN UP, using only HTML and JQUERY. The elements I need are these: <input type="text" id="vUSRLOGA" n...
asked by 16.07.2015 / 17:22
1
answer

Problems in html formatting

I have an image upload with text on a website and after insert shows the images and text. Upload uploads the images to a folder and your path in the database. It's supposed to look like this: oneundertheother,soorganized.Butwhenanotherisinsert...
asked by 15.07.2015 / 17:13
1
answer

Reordering cells in Bootstrap

At the moment I have a layout that is like this, using Bootstrap: [-nav/header] [-1-][-2][-4] [---3---][-4] [---3---][-4] [---footer--] And I'd like to display it like this in mobile browsing: [-nav/header] [-----1-----] [-----3-----] [--...
asked by 12.06.2015 / 04:34
1
answer

Element with onClick and onDblClick

I have a list and in this list I am trying to distinguish a click from a double click I initially used HTML : <a class = "alinhar1" href="#" ondblclick="list.oneDblClick();" onClick="list.oneClick();"> But whenever I double c...
asked by 04.06.2015 / 12:53
1
answer

How to know when Collapsible expands or closes?

I have a collapsible , and when it is expanded I want to add elements in it, and when it is collapsed I want to delete the elements. I am currently using the following form: <div id="expansorTurma" data-role="collapsible"> <h4 i...
asked by 05.06.2015 / 00:29
1
answer

I can not call the javascript function by a button

Good morning, I have a problem on my page. I created a Form with a comment field. When clicking the button it "should" call the function but does not call. function gravaobs(pag_pedido, obs_boleto, stats) {...
asked by 05.06.2015 / 16:05
1
answer

How to reset CSS from multiple HTML files included by require

By hint , I'm trying to use normalize.css to zero the styles between require and another, but there is no way, the CSS of the later file completely interferes with the layout of the the previous file. This does not change the re...
asked by 01.06.2015 / 01:35