Tagged Questions

0
votes
2answers
51 views

jQuery can’t catch div

I get dynamic content with Ajax and i put it in a div, but the problem is that i have diffrent ids for some child divs(from the dynamic content). So i have added selectors for thes …
1
vote
2answers
68 views

XML cannot be the whole program

I am using jquery to make an $.ajax() call to a REST web service. Based on the documentation I found, I need to use jsonp as the datatype in order to make this cross domain call (a …
0
votes
3answers
44 views

jquery .text doesn’t render HTML elements into the DOM

Hi I am loading a list of images into a div with the following bit of jQuery : var jewellerDdl = "<%= JewellerDropDownList.ClientID %>"; var …
0
votes
3answers
34 views

Jquery Ajax $.getScript() method

Hi Everyone... $.getScript of Jquery's ajax methods can be used to load and execute javascript from remote location... Can it also be used to just load the javascript and execute …
0
votes
3answers
59 views

jQuery + MySQL Noob Problems

I'm trying to get this to work, but no luck. It's 3am, so that may be the problem. What am I missing here? I'm trying to insert some data via jQuery to a local MySQL table. If I r …
1
vote
1answer
26 views

json response from the server (how to populate the response from server in selectbox)

Hi all, I am trying to populate a select box (cities related to a state) using the $.ajax method of jquery. I wrote the following in my php script $('#cmbState').change(func …
0
votes
2answers
38 views

How to retain context across an Ajax call

I need to make an Ajax call and have the response update a child of the DOM element that was clicked to trigger the event. Sample HTML: <div class="divClass"> <p class= …
0
votes
2answers
22 views

jQuery - Ajax sucess parameter as object function

jQuery - ajax success parameter i wanna know how to give a object method (function), on the success parameter, to the ajax function (sorry for my english) lets say i already set m …
0
votes
0answers
31 views

jQuery: I get OPTIONS request instead of GET

I am using simple jQuery $.get( .... ); Here instead of getting GET response I get OPTIONS.( checked in firebug Net) Same code is working fine in Safari. Looks like some problem …
1
vote
4answers
160 views

Jquery UI tabs abort does not work.

Hi I have a jquery ui 1.7 tab and I am trying to "abort" the request. so I have this in my document rdy. $.ajaxSetup( { 'timeout': 10000, 'err …
0
votes
1answer
23 views

Jquery - iterate through all xml tags

how to loop over all tags in a xml i have a php that generates xmls like the next one <register> <name>peter</name> <age>12</age> </register& …
0
votes
2answers
30 views

Element.text is not a function

I know this has been asked plenty of times before and I already went through a bunch of posts as well as googled for the answer but I just can't figure it out... here's my php $co …
0
votes
2answers
53 views

jquery ajax ($.post) showing an icon while the request is being processed

Hi all, I am using jquery's $.post for ajax (like populating a selectbox with a value selected in different selectbox). I used the following code for this $('#cmbState').change( …
2
votes
3answers
102 views

JQuery Ajax - How to Detect Network Connection error when making Ajax call

I have some Javascript JQuery code that does an Ajax call to the server every 5 mins, it's to keep the server session alive and keep the user logged in. I'm using $.ajax() method i …
0
votes
1answer
31 views

Get some context inside of a jquery callback function

Pretty simple question, I think, here's what I'm doing: function buttonOnClick() { var relevant_context = 'important data'; $.get('/test', relevant_context, callback); } …

1 2 3 4 5 20 next
15 30 50 per page