Questions tagged as 'jquery'

1
answer

Div moving on the screen change

My initial site has an html start: <header class="headd"> <div id="divcentral"> <a href="index.html" id="linklogocentral"><img src="img/logo.png" id="logocentral"></a> <h1 id="titulo">Luk...
asked by 11.11.2017 / 03:55
1
answer

Mobile framework for development in Cordova [closed]

I'm developing a hybrid application that uses Cordova and I need solutions for the graphical part of APP. At first I think of using Bootstrap, but since I have little knowledge of mobile development, I would like to know what frameworks are curr...
asked by 21.11.2017 / 23:43
2
answers

Submit page after 3 attempts [closed]

I have this simple form: <form class="form-horizontal" > <fieldset> <!-- Text input--> <div class="form-group" align="center"> <label class="col-md-4 control-label" for="textinput"></label> <d...
asked by 19.12.2017 / 21:17
1
answer

How to do this in pure JavaScript?

How do I do this in pure JS? $(function () { $("#selCurso").change(function () { Pesquisar(); }); });     
asked by 25.10.2017 / 21:16
1
answer

update a div without refresh on page, after insertion via ajax

I need to build a new (table-like) structure containing the information that has just been inserted into mysql via ajax without the page being updated. To specify better, I currently have a while that creates the div's from the database's reg...
asked by 07.03.2016 / 22:31
4
answers

Get PHP variables via JavaScript without reloading page

I'm trying to pass the results from foreach to <span id="mostra_ref"> to the mouse click, however this is only passing the last explode function value, inside the foreach . I need to show each reference clicked. <div class...
asked by 24.03.2016 / 19:04
1
answer

Validating date with Jquery

How to do date validation from EditorFor using jquery? wanted to check if the date entered by the user, and if the date he entered is greater than the current date, display a message to him stating the error <div class="form-group">...
asked by 13.11.2016 / 19:07
2
answers

How to get data from a form from another page

Hello everyone, I have the following question: I have a web application that I want when I log into the "index.html" home page to get the 'name' and 'email' and put it with jquery on another page with php, ajax and jquery 'paginaprincipal.html'....
asked by 12.09.2017 / 16:33
2
answers

Change background to an element using jquery

I would like to do something like this represented in the image below or I wanted to change the background of <a href> when it is clicked on another <a href> below. This does not happen once, it can happen several ti...
asked by 27.06.2016 / 13:54
1
answer

Execute file instead of redirect

I have the following javascript: $(".enviar_email").click(function(){ $('#myModal').modal('hide'); window.location.href = "<? echo base_url('boleto/email/'); ?>/" + cliente + "/" + datainicial + "/" + datafinal; }); I nee...
asked by 18.06.2016 / 23:24