Questions tagged as 'jquery'

2
answers

How to put the background effect fixed and the whole screen? [duplicate]

I'm new to the Frond-End programmer and my boss wants me to put a fixed background effect as shown in the template below; link I've done some research to know how to implement, the problem is that I do not know what the name of this ty...
asked by 27.11.2015 / 13:17
1
answer

AJAX request after other AJAX requests

I need to make an AJAX request after any other AJAX request. However, using the $(document).ajaxComplete() method, for example, the request would end in an infinite loop. Is there an easier way to do this request without calling it...
asked by 09.08.2016 / 18:54
1
answer

Load page already updated using method get jquery mvc asp.net

I have a demo page where I organize a to-do list .. I wanted it to be refreshed when it was updated with the tasks already posted earlier <html> <head> <title>Demo</title> <script src="~/Scripts/JavaScript....
asked by 08.01.2016 / 16:21
1
answer

Triggering a .scroll method on the mobile device

I'm trying to use the .scroll method of Jquery as follows, when the user scrolls the scroll any change will happen. $(window).scroll(function() { $('.exemplo').css('color', 'red'); }) .exemplo { height: 250px; width: 500px; }...
asked by 28.12.2015 / 21:21
1
answer

Close webcam with jquery

I'm using the Photobooth plugin to capture the webcam image from the browser, but after allowing the webcam to be used browser and make capture in a modal I close the modal and the webcam continues in use. Does anyone know how to close the web...
asked by 25.11.2015 / 16:44
2
answers

Write a new html with js or jquery

I wanted to know if there is a way to present a new html page using a string containing all the content of the new page I am trying to present, the code is below: $("#form").on('valid.fndtn.abide', function () { var data = $(this).seri...
asked by 30.09.2015 / 15:59
0
answers

Slide show in jQuery does not work [closed]

I'm doing a slide show in jQuery but it does not work, the browser reports error on line 2, but the syntax is correct. Note: The same code is being used on another PC and is working normal. //Mostra os botões de controle.3 $(document).ready...
asked by 24.11.2015 / 01:03
1
answer

toastr does not appear

I'm using a form within a bootstrap modal. The same makes a record in the database and returns the message if it has registered or not. I have inspected the element several times and everything goes right. With the exception of a jquery plugin c...
asked by 25.11.2015 / 02:51
0
answers

JavaScript code only works on first run [closed]

The code causes the search button to disappear and an input to enter the search will appear immediately $('#dispara').on('click', function (event) { event.preventDefault(); $('form div').addClass('active'); $('#dispara').css("...
asked by 16.10.2015 / 19:12
1
answer

Get the row ID of a Gridview query

I made a query in which a gridview is populated, the columns are code, category, noprazo, foradoprazo. In the columns in the deadline and foradoprazo, I left them as linkbuttom that when clicking on the resulting item line or late or dead...
asked by 22.10.2015 / 14:15