0
votes
1answer
26 views

How does the Reddit Alien animation on the mobile app work?

Does any one know How the Reddit Alien animation on the mobile app work. This animation changes with the loading time. IS this done through Ajax calls to change images after a certain time has ...
0
votes
0answers
27 views

Horizontal scroll swipe without plugin.

Please help me out :- I want to use horizontal scroll swipe in html5 and jquery without plugin. I want to use that horizontal scroll swipe in footer. Only footer content should move not whole window ...
0
votes
0answers
33 views

jquery ajax async issue

Hey everyone I am having some issues with an ajax post when I flip the async from false to true. Does anyone have any suggestions to correct the post? The post works fine when I have async set to ...
1
vote
0answers
41 views

how to use scroll function in dynamically data is coming in footer

i have to use scroll function in footer in which data is been stored in button dynamically and that scroll should hide then we scroll it show again and all data and scroll should be dynamically load ...
2
votes
3answers
516 views

Why Twitter Feed isn't loading into my Website?

I am creating a Website using HTML5 and CSS3 myself. I am using jquery.tweet.js javascript file for showing my twitter feed into my website. And, I added below jQuery code into my body element: ...
0
votes
0answers
45 views

Uncaught SyntaxError: Unexpected token < jquery-2.0.3.min.js:4

I know this Question has been asked here before, but still I can't figure out in my case, so please advise. I made some GitHub page: http://kenokabe.github.io/test Chrome browser fails to open this ...
0
votes
1answer
28 views

jQuery Mobile page renders incorrectly unless refreshed

I am building a photo gallery page using jQuery Mobile 1.3.1 and Ajax to retrieve the photos from my PHP server in JSON format. When I navigate to the page for the first time the #album_loader div is ...
3
votes
4answers
79 views

how I can get the value of url in <p> tag in html

I want the value of the id which is in url in html paragraph tag. How I do this jquery function get_Table_List(id) { $.ajax({ type: "GET", url: "one.html?outlet="+id, ...
-6
votes
3answers
56 views

How to write to .json file using Jquery? [closed]

I'm trying to write to a .json file from my html file using jquery.ajax() function but it's not working for me. Reading I'm able to do but writing is not happening. I even tried by adding content type ...
0
votes
0answers
12 views

Error in response wcf service to jquery ajax [duplicate]

I have a js page where there is a call to wcf service by Jquery. When I call the service I get to BreakPoint I put it (ie the call succeeds) So I guess my problem is probably the response. It always ...
0
votes
1answer
63 views

Issue with jQuery in Google Chrome ? fadeIn and fadeOut

I face some issue with jQuery, Everything work fine with IE and Firefox but with chrome there is some Strange behavior " When i click more then one click (four time click) on (#top_slider_menu) ...
0
votes
0answers
43 views

Blueimp File Upload: single file upload

I'm using Blueimp File Upload, how can I limit the upload to the last single element selected or (drag and) dropped? I already deleted the multiple attribute from input form and I set the ...
1
vote
1answer
47 views

strange character from a jewish shoutcast

i'm retrieving a current song of a shoutcast with a php script for displaying it in html5 wordpress template, like that : $shoutcast_url = $_POST["url"]; $e = explode("/",$shoutcast_url); ...
0
votes
2answers
55 views

Can not call to Wcf Service from JavaScript

I have a WCF service, I use it through JS by using Jquery calls. The code looks like this: IService1.cs: [ServiceContract] public interface IService1 { [WebInvoke(Method = "POST", BodyStyle ...
2
votes
2answers
5k views

CodeIgniter + jQuery(ajax) + HTML5 pushstate: How can I make a clean navigation with real URLs?

I'm currently trying to build a new website, nothing special, nice and small, but I'm stuck at the very beginning. My problems are clean URLs and page navigation. I want to do it "the right way". ...

1 2 3 4 5 12
15 30 50 per page