0
votes
2answers
33 views

Where do you put the relative url in a jQuery code?

I have to reference my two html documents in divs to a primary html and I can't get my other htmls to render. This is my script in the head: <script ...
0
votes
4answers
27 views

jQuery AJAX call not returning data

I feel a little silly here. My ajax call is running the error: function every time. I know that the data is coming back as JSON, but i've done the datatype as jsonp to allow for cross origin stuff. I ...
-1
votes
0answers
22 views

Technology Twitter, Soundcloud, Stackoverflow etc. use

I have been thinking about this a lot. When I go through these sites, mostly twitter and soundcloud, most of the time the content portion of the website loads with the help of ajax leaving the header ...
0
votes
1answer
15 views

I would like to generate via javascript a url to the current page and to add two parameters

I'm using the sharethis plugin in a smarty template. And in the twitter is shared link which looks so : <span class='st_twitter_large' st_via="mediajobscom" st_url="MY URL HERE" ...
0
votes
2answers
19 views

Why does this ajax request have a data string with a bunch of numbers with dashes?

I'm looking at a website with javascript games and I'm seeing how it saves high scores. The code looks like this: (new Request({ url: window.location.toString().split("#")[0], ...
0
votes
1answer
29 views

How do you reference an html document to another html document in a div using jQuery?

this is my html: <!DOCTYPE html> <html> <head> <title>Free Jokes!</title> <meta charset="utf-8"> <link href="final%20project.css" ...
1
vote
0answers
33 views

Javascript / ajax code - works in chrome and firefox but not in IE10

What I'm trying to do is limit the options of one select box based on what the user chooses in a prior select box. It works perfectly in Chrome and Firefox, but in IE 10 the only thing that shows up ...
0
votes
4answers
47 views

Response from the server with more than 24 hour delay - is it possible?

php: My question is about the project that I want to develop using LAMP (Linux, Apache, mysql, php,) and html on the server with a shared hosting. I want a user to enter a number into the <input ...
0
votes
0answers
18 views

FB.init has already been called - showing in firebug

I'm getting FB.init has already been called - this could indicate a problem in firebug. I've read similar problems here but couldn't get to the solution. Please help. Find the code attached. ...
0
votes
1answer
17 views

Redirecting to new page by having form submit on body onload

I am doing an ajax call to a 3rd party web service which returns a complete HTML set in one of the field which comes as a response. The returned HTML has a logic where in onload event of body it will ...
0
votes
2answers
20 views

Send ZIP file to server in Base64 via POST

I'm trying to send a zip containing multiple files from the client side to the server using an ajax request. The zip is encoded into a Base64 String in javascript and passed as a post parameter ...
0
votes
1answer
16 views

Why is jsonCallback value not used?

i'm having problems with this callback that jquery adds to the url. usually it's something like callback=Jquery123123. The problem is that since the callback change everytime I can't cache the pages, ...
0
votes
1answer
17 views

uploadprogress_get_info installed correctly and but not working in different code

I know I have no issues with installing uploadprogress extension because when I tried this very simple tutorial: ...
0
votes
2answers
40 views

Using mouseover and mouseout in a element makes a hover blinking continuously

I am rendering two elements on a JSP page dynamically, with dynamic IDs. On mouse over of each element I am rendering a div, and on mouse out I am making the same display value none. The issue is when ...
1
vote
1answer
35 views

How to pass data from controller to view via json on CodeIgniter?

I'm trying to pass data from controller to view via json, after event in my main login page. Login page js looks like: $('#submit_loginform').live('click',function(){ ...

1 2 3 4 5 1530
15 30 50 per page