Questions tagged as 'jquery'

1
answer

How to change the background color of an image?

I need to change the white background color of images using programming. Does anyone know how to proceed?     
asked by 25.05.2016 / 15:43
1
answer

What could cause the stop in a FOR? (javascript)

I'm having a problem with a script, the same for a FOR, and it does not run the rest of the i. In case you are in this line: for (i = 1; i < ultimoId;i++) { line 43 if you look at some Ide. Follow the script: $(documen...
asked by 18.09.2015 / 16:45
2
answers

How to get JSON from an external url

I'm trying to get a JSON from an external page, I'm using dataType=jsonp , but only that url, returns me a JSON and the following error: / p>    Uncaught SyntaxError: Unexpected token: The JSON returns me the following token: {...
asked by 14.09.2015 / 19:57
0
answers

Problem with ID and name of new HTML elements

My doubt is conceptual. I have a script that generates new rows for a table. I need to apply functions to the individual rows, but as the new rows are clones from the first rotate in to adjust these functions individually. Is there a way to indi...
asked by 26.12.2018 / 20:34
1
answer

Is there a way to create a slide with jquery that occupies 100% of the screen?

How to create a slide with Jquery that occupies 100% of the screen? It's to make an animated footer with thumbnails of images.     
asked by 14.07.2015 / 22:28
1
answer

Close popup when you click the back button

Is there any way to detect the "back" click? More necessarily from mobile devices (Android is enough). I would like, in my web app, the back button to call certain functions, in this case closing popups. Do you have any ideas?     
asked by 11.12.2018 / 09:56
0
answers

Libraries that do image gallery effects [closed]

Good afternoon, Can anyone tell me if the link gallery effect below runs from a library or is it done manually? link Thank you in advance.     
asked by 04.01.2019 / 18:01
1
answer

Pass data via Ajax to the MVC Controller ASP.NET CORE C #

Hello, I'm a beginner in programming, and I'm trying to pass data via Ajax to my Controller, to be honest I'm just studying so I do not know for sure to understand the advantages of Jquery for this ... Following some examples, I did the follow...
asked by 18.11.2018 / 15:41
1
answer

Opening a new page and then executing header

I currently have a button (print) that performs a submit on the form (since I need some fields that are in that form). This in turn executes the code that is in the action, where I have the following code: echo "<script>window.open('".$u...
asked by 15.02.2015 / 14:44
1
answer

Find data with JSON [closed]

I need to, with a <select> </select> , bring the data to some input[type='text'] . I believe it is through JSON and AJAX, because the page can not have any "Submit". For example: I have a <select> </se...
asked by 05.11.2018 / 15:40