Tagged Questions

1
vote
2answers
79 views

ajax script works only for the first row when page is refreshed

I have a problem my script. It purpose is to display some values in fields depending on value from dropdown select. When I fire other scripts that are adding or removing new rows into the form with ...
1
vote
6answers
2k views

jQuery ready event not fired on partial page load

Here's the situ: A page which contains html and using the jQuery libray and tabs jQuery UI plugin loads another page when some tab is clicked. The problem is that when the page/html is ...
0
votes
2answers
255 views

Doing a .post on multiple objects in Jquery on ready

Right now, what i'm trying to do is display some lists on a page and pull out that information from the server using Jquery. The code looks like: <div class="list" name="category1" /> <div ...