Questions tagged as 'jquery'

2
answers

Click event gets lost on next page in pagination

I have developed a simple pagination page for my studies and am having a problem in the click event when I go to the next page. On the first page the event works but when I go to the next one the event seems to get lost. What can it be? Below...
asked by 25.08.2015 / 21:27
2
answers

How to access Action on another Controller via Ajax?

I have an AspNet MVC project structured as follows: Projeto L Areas L Area1 L Controllers L MeuControllerArea1Controller.cs...
asked by 28.08.2015 / 15:56
1
answer

When clicking a button execute a php

Is it possible to merge php with jQuery ? For example, when I clicked on a button I would take the value of an input via jQuery and move on to php, an example of what I'd like to do: $('btn').on('click', function(){ <?php // ID de exem...
asked by 22.12.2015 / 02:43
1
answer

Pass values from a JSON to the html via Jquery

I'm trying to get the data from the JSON of the twitch and manipulate them in html, in case I wanted to put together a simple list with the online channels, using the alert it shows the channels but I thought to print the list in a ul, li withou...
asked by 06.01.2015 / 17:49
1
answer

Check if a div variant exists

I have several divs with the class prefix "webserver_ [..]" and I would like to check if any div with the prefix "webserver_ [..]" exists with jQuery only,     
asked by 11.01.2015 / 00:26
1
answer

Private / Protected JS / jQuery Property

Is it possible to make an object in js / jQuery where it is only visible using the method, for example get / set? An example of an object: If I give a console.log(pessoa.documeto) , it will display the values, but what I wanted to see i...
asked by 05.11.2014 / 19:28
2
answers

How to copy an html block when clicking a link / button?

Today I and a friend think of developing a system for resumes registration, but I need to click a link to add another 1 block of inputs each time it is clicked. I tried searching, and found no nice fonts, ie I did not know how to search....
asked by 03.03.2016 / 01:23
1
answer

What kind of focus is this?

I was reading articles on this site, link , and I selected content and the page closed on content and gave a special "focus" I searched the internet a bit but did not find anything similar, this is a script or is the owner's own, how to reprodu...
asked by 27.06.2015 / 17:26
1
answer

How to create a join form (PickList) in modal?

How to make the screen below in modal. Remembering that the boxes are multi-selectable, and how do I click the Associar > button to pass to the right column the values I selected on the left and vice versa when I click on <...
asked by 23.02.2016 / 19:03
1
answer

Progress bar follow input text

Well I'm starting Bootstrap and I have a question about whether or not this is what I'm looking for. I have textarea where it should limit the content to 300 characters it is already working: $(function(){ $(".maxlength").keyup(funct...
asked by 03.06.2015 / 16:29