Questions tagged as 'jquery'

1
answer

How to get link inside textarea?

In my textarea it has this: <Sua IMAGEM ESTÁ AQUI NÃO APAGUE ESTE CODIGO><img src='exemplo/imagens/exemplo.png' width=200; height:200; /><Sua IMAGEM ESTÁ AQUI NÃO APAGUE ESTE CODIGO /> And through jquery I want to get it u...
asked by 06.01.2018 / 03:51
1
answer

"Filter" options of a DropDownList based on a selected option from another DropDownList

Greetings from Stack Overflow! I have a cruel question on Javascript/Jquery that is consuming me longer than I would like (heh!) - I would like to filter a Dropdownlist based on the options of another Dropdownlist . The...
asked by 04.01.2018 / 12:14
1
answer

How do I get the value of a checkbox to go through a parameter

I would like to know how I get the status of a checkbox whether it is enabled or not to pass by parameter to the controller     
asked by 04.01.2018 / 14:59
1
answer

jquery does not work on foreach laravel blade

The jquery script works if you put it out of the foreach, but qd put it inside it does not work and does not show any errors on the console: <div class="box-indicated"> @foreach($list_indicated as $indicated)...
asked by 12.01.2018 / 17:41
0
answers

Error in connection establishment: net :: ERR_CONNECTION_TIMED_OUT

I'm trying to apply a connection with websockets, but when running, it gives the following error:    WebSocket connection to 'ws: //127.0.0.1: 8080 /'   failed: Error in connection establishment:   net :: ERR_CONNECTION_TIMED_OUT I have t...
asked by 12.01.2018 / 14:22
0
answers

Select option value - Get from datatable

I would like the select option to take the fields of a column in the table My select: <div class="dataTables_lenght"> <label> <select id = "select1 " name="select1" aria-controls="example" >...
asked by 12.01.2018 / 14:57
1
answer

Wordpress - Contact form 7 does not work with the jquery DOM

I have this code that brings DOM documents to the page $(document).ready(function(){ $('.abas').on('click', function(){ var paginas = ["pagina1.html","pagina2.html","pagina3.html"]; aba_index = $(this).attr('tabindex');...
asked by 30.12.2017 / 11:08
1
answer

Change border-color according to value of a jquery variable

I have a form and I want to change the color of the border-color to red if the user / email has already been registered in my database. I tried something like: <script> $(document).ready( function(){ $('#btn_escre...
asked by 07.01.2018 / 21:14
0
answers

Recover data for Controller in Laravel

I'm developing a web application with Laravel and on one of my screens I have a Customer and Contact relationship, where a client can have multiple contacts. So in my View I have a method to go adding my contacts to a table. for example: I in...
asked by 26.12.2017 / 17:01
0
answers

Upload progress bar amazon s3

I'm using the following code that sends the post with the $ _FILE file to a file I called upload.php, which makes use of amazon's sdk php. The upload is occurring normally, but I noticed that the progress bar goes to 100% without first having se...
asked by 26.12.2017 / 22:28