Questions tagged as 'jquery'

1
answer

Difficulty loading oracle data with js function (jquery and ajax)

This is my scenario: I have two pages (A and B). In B I load a variable with data coming from Oracle. In B I also set up my table which will be displayed in A with this data. On page A I have my js (jquery and ajax) function, which takes this ta...
asked by 23.09.2015 / 21:50
10
answers

How to create a site without reloading every click on a link?

I want to develop a site that runs around the same file, but I'm not sure how to look for study material for that. So: Normal site-> I'm on the Index.php page. When I click on the "Portfolio" menu, for example, it goes and loads the file P...
asked by 20.02.2014 / 05:48
0
answers

How to do a select that brings me phone numbers [closed]

Work at a Market Place for buying and selling. I want to get phones from our sellers in different tables: Comments, Conversations and Items. How can I search for numbers only, as long as there are more than 8 digits in these different tables?...
asked by 23.09.2015 / 23:14
2
answers

validation for PartialView

I have a page that calls a partialview formed by a div with text field into it, through a button. Each time the button is pressed a line is added. The problem is that I can not validate the empty fields of this partialview. I use @Html.Val...
asked by 23.09.2015 / 21:18
0
answers

Make div visible after encountering another div in scrolling the page

How could I make a div visible after it encounters another div in page scrolling using javascript or jQuery?     
asked by 23.09.2015 / 16:46
0
answers

Ajax does not work with specific button

I have a code that when clicking the button it asks for a click reason. After writing the reason he changes the button and should change the information listed below. This code is in Ajax but it is not working properly. By clicking this button...
asked by 09.09.2015 / 15:43
1
answer

Problem with jQuery scrollTop () in chrome

Personal speech. I have the following problem, I have a code that identifies when a page scroll occurred to be able to raise my side menu when a scroll is performed. It works in IE and FireFox but does not work in Chrome. Follow the code e...
asked by 23.10.2015 / 19:44
3
answers

Error 500 Internal Server Error [closed]

I'm trying to do a POST query with jquery on my website online but I get the error 500 Internal Server Error, this and the query (jquery): $('#background').load('map_page.php', {'a':'see_member', 'id': id}); The block that receives...
asked by 10.12.2015 / 23:18
1
answer

Group "plus" and "minus" button clicks to make fewer requests followed

In a site I have a "plus" and "minus" button to change the amount of an item in the cart, only the item is updated and clicked. If the client clicks 10 times in a row, 10 requests are made, and the server takes time to execute all processes and...
asked by 09.12.2015 / 20:43
0
answers

How to use typeahead in multiple fields at the same time?

Hello, I wanted to know how I can be using typeahead on various inputs. I am using Bootstrap and with it I made a row with some inputs, in the first input I am using typeahead to search words, it is possible to clone thi...
asked by 13.12.2015 / 15:07