Questions tagged as 'jquery'

1
answer

Email validation using hide and show

How do I validate e-mail and if the e-mail is valid, an "ok" icon appears on the e-mail side, otherwise an "x" icon will appear if it is not typed, it does not nothing (hide and show) to hide the icons.     
asked by 24.05.2018 / 21:01
0
answers

Questions about how to create a Change Event in a Combobox to update a PartialView

In my Asp.net MVC project an Index view contains a block in which you open the PartialViews Edit Details and Delete in a Modal window. Everything works 100%, but I'm having a problem with the Event of my "PersonNature" Combobox that is not worki...
asked by 16.05.2018 / 23:58
1
answer

Does anyone know where I can find material for by toolbar in a TextArea, to use with php in the posting area?

I want a toolbar in this style in a text area, to use for styling articles for posts, can someone tell me where to find material, or maybe, teach or send some code for me to analyze and such to redo?     
asked by 24.05.2018 / 22:52
0
answers

Send an HTML page via email

I need help on how I can send the html of a page via email. In case, a client would enter a page and want to share this screen with someone, would put the email of the guy in a form and soon after the guy could see the screen that was sent via e...
asked by 16.05.2018 / 18:47
0
answers

Add field dynamically in forms and glitches via request - Laravel

Good evening guys, I am creating a form with Laravel 5.5 and the user can add fields dynamically, but the Controller is not recognizing the fields added after the page loads. <div class="box-body"> <table class="tabl...
asked by 22.05.2018 / 22:58
0
answers

Creating Bootstrap Paging Links Using Ajax

$.ajax({ type: "POST", url: "php/crud.php", dataType: "json", data: {qtd_registros: 3, pagina: 1}, success:function(dados){ var paginacao = '<nav><ul class="pagination justify-content-cent...
asked by 22.05.2018 / 22:59
0
answers

Display Ajax query on another page

Good morning. I am doing a web application of shared races, type "Uber". I want you to submit a query to the database with the list of registered drivers searching for cpf, but that I want you to show on this green carousel. InthiscodewithAj...
asked by 16.05.2018 / 14:14
1
answer

Get dynamically loaded element attribute without event click

While loading the page I get DB data and create a list as below. function chatContactList() { $.post('src/inc/chat/', { DataProcess:'chatContactListShow' }, function(data){ switch(data.status) { case 'error':...
asked by 15.05.2018 / 14:38
0
answers

ho to first query the database and build the form in the page, based on the retrieved json string

$(document).ready(function(){ load_data(); function load_data(query) { $.ajax({ url:"fetch.php", method:"GET", data:{query:query}, success:function(data) { $('#result').html(data); } }); }...
asked by 13.05.2018 / 23:29
1
answer

Adding effects to texts in Owl Carousel using animate css

I've been trying to add text animations from the animate.css library to Owl Carousel , to make the Sliders more and more beautiful and elegant, however I can not, just work the first slider as soon as I load the page, when I step forward the t...
asked by 14.05.2018 / 01:56