0
votes
3answers
41 views

Resolved: How to check multiple email addresses in dynamic fields to check if user already exists or not

I am creating a team registration form. and the required condition is that user must be already registered and can choose only registered members in the team. for checking user existence in database ...
0
votes
0answers
20 views

HTML5 file slice + upload = recursive closure?

I'm splitting an extremely large file (10's of GBs) into chunks to upload via HTML5's File API. My code basically looks like this (pseudo-code): function sendChunk() { var formData = new ...
0
votes
1answer
27 views

keeping div not refreshed while browsing throughout all pages of a website

Has anybody seen the youtube player in orkut?? if u have then u'll notice that if i start playing a video and then browse through every page the video doesn't stop playing!!! it continues to play ...
1
vote
2answers
52 views

passing Javascript variable to PHP on form submission

This question follows from my previous question counting the rows in html table using php. Since I got no working solution, I want to try a new way but dont know how to implement it. I assign unique ...
-2
votes
0answers
24 views

How to display names of people who liked a post as like in facebook?

I would like to show the names of people who are all liked a post exactly as like in facebook, Which displays the names of people on mouse over. I'm getting names through ajax php but dont know how to ...
0
votes
1answer
26 views

Upload a <img> to server without going through canvas?

It would concern images which have their src pointing to other domains or as file://. (user pasting html code into tinymce) Basically: I have to do this client side (can't download from server) I ...
0
votes
2answers
28 views

Building jQuery Mobile Photo Gallery with Grid System

I am trying to use jQuery Mobile (1.3.1) to display photos in a two-column grid. I am using Ajax to retrieve the photos from my API. How would I make sure that the div's in the grid have the correct ...
0
votes
0answers
20 views

Call Wcf Service from JS by Jquery with IE and with Chrome [duplicate]

I try to call Wcf Service from JS by Jquery. function CallService() { jQuery.ajaxSetup({ error: function (x, e) { if (x.status == 0) { alert('You are offline!!\n Please Check ...
1
vote
2answers
49 views

How to call codeigniter controller method from view

I know that in CI view if i put the hostname/projectname/controllername/methodname it will call the CI controller's method. but this doesn't work. it says request url isn't existing. however, if ...
0
votes
0answers
49 views

Adding animations to static HTML page navigation

Is there a simple way to add animations to static HTML page navigations? My client didn't want any animations initially, so I used static HTML pages on the site I'm building, now, the site being ...
1
vote
1answer
41 views

wordpress jQuery ajax loads unwanted duplicate posts

I will try to explain the best I can. Basically I have a grid (masonry) of items and I want to append ajax loaded content (wordpress single.php post) inside each grid div (red). I have a div class ...
1
vote
1answer
63 views
+100

Send information from the WCF to JavaScript

To call the WCF service from JavaScript, using - AJAX: Calling WCF Services using jQuery My question is: Is there a way after one request to keep something related to JavaScript, and then send ...
0
votes
0answers
25 views

pushstate - back button not working

If I use ajax to change specific portions of the page, like a content section, which warrants a new URL (and requires one specifically for favoriting, or refreshing), is there some magic that I am not ...
0
votes
0answers
15 views

Userdefined callback not getting called in jsonp ajax call for cross domain,

I am trying to make cross domain ajax call from my webpage using jsonp. I am able to see data/response in console,but the user defined call back is not getting called and i get the following error in ...
-7
votes
0answers
34 views

How to create mind map using svg, jquery, css, ajax php and html? [closed]

I have tried to implement mind map suing svg, but I am getting problem. My mind map should have static as well as dynamic e.g. there will be number of units which is having there own mind map and ...

1 2 3 4 5 44
15 30 50 per page