3
I have a form, and inside it I have an input, which will have to take what it contains inside a DIV, which in case is only text.
The input is like this:
<input class='formContato' type='text' name='orcamentoAssuntoForm' id='orcamentoAssuntoForm' value='Assunto'/>
In this case, the contents of this div must be within the value
.
To div
in case it’s like this:
<div class="produtosIntTitulo margin-top-30">Produto teste 1</div>
It worked 100%. Thank you.
– Felipe Viero Goulart
In my case I need to log in to another page and pick up the contents of a div. You know how I could log in?
– Devidy Oliviera
I need more details to give you the answer @Devidyoliviera
– Diego Vieira
@Diegovieira I need a javascript/jQuery function that will login to another site and pick up the contents of a DIV. I have this question here that explains better (http://answall.com/questions/54703/fazer-login-em-um-site-via-jquery-javascript?noredirect=1#comment112426_54703)
– Devidy Oliviera