0
votes
0answers
13 views

Tag user in a facebook post with javascript SDK and PHP

I'm trying tag a user in a post with th code below: FB.api('/me/feed', 'post', { message: 'Mensagem', name:'Test', description:"Test", picture:"picture_address", ...
-3
votes
0answers
32 views

Processing the post action using jquery? [closed]

i have followed this examples in order to process my form using jquery without refreshing the page example : http://api.jquery.com/jQuery.post/ but it didn't work i toke the example and ...
0
votes
0answers
9 views

Loading 2 jqgrids on one page with an AJAX call with good performance

I am attempting to load two jqgrids onto one page with ajax. My problem is that the first grid loads quite speedily and the second takes several seconds. Paging through the second also takes a a few ...
1
vote
1answer
23 views

Time format with Highcharts

I'm using Highcharts to display some charts for my project. But I have some problems to display a Basic Bar charts with only TIME (not the date) on Yaxis. I searched some solutions but I didn't find ...
0
votes
0answers
17 views

JQuery scrolling update feed

I'm looking to make a scrolling feed updater similar to what can be found at (www.snog.com). This is my php so far integrated with js and jquery to add the newest actions to a table. include ...
0
votes
0answers
33 views

Button Inline OnClick change per variable

I know since php is server side and JS is client side i can not change it that way. Here is the button i am using <button type="button" class="button fabriqButton2" ...
0
votes
0answers
30 views

Upload file via jquery and ajax

I have a script that takes an uploaded csv, and passes the data to a php script via ajax for field validation. this works perfect. the php responds with a result, and shows it on the page. lets say ...
1
vote
0answers
17 views

form_custom_elements.js error after dynamically loaded page

We have some issues with form_custom_elements.js. Part of the page is loaded dynamically through ajax and onclick event. All works good, but after clicking on next button, the JS apears: TypeError: ...
1
vote
1answer
58 views

foreach loop and jQuery

I have a PHP and a jQuery script that I use to display a few images. A large image on the left side and 4 thumbnails on the right side. Each time the user clicks an image-thumbnail it will show up on ...
-4
votes
0answers
18 views

How can I add new input text using jquery and send its values into database mysql [closed]

As mentioned in the question above, is there any way by which the user can click a button, add new input text and then, when they click the save button all values inside the new added inputs be sent ...
2
votes
3answers
62 views

How to detect date format defined by browser?

I'm using HTML5 input type=date field and because some browsers still don't support this feature, I would like to create error validation message for browsers that display just normal text field ...
0
votes
3answers
26 views

Real time notification from web server to client bowers

I am developing an appointments center web application using php+mysql. what I currently trying to do is to send notification when an appointment has been made from web server to client/user bowers ...
0
votes
0answers
27 views

filter with jQuery : search an element

I try to creat a filter with jQuery. The problem is when i research someting it's ok but when i rollback my research the elements doesn't redisplays. http://bootply.com/62719 I have this code : ...
0
votes
1answer
15 views

Running jQuery code on dynamically created tags

I have a list of tags which are created by a php script. This php script is ran periodically as shown below and the php file order.php returns the required HTML $(document).ready(function() { ...
-1
votes
0answers
33 views

Image selected on one domain should get uploaded on a different domain - PHP

My following code is on abc.com and when selected any file using Browse button, it passes the file name selected to xyz.com/crop/test.php as a Query string. What i want to do is upload the selected ...

1 2 3 4 5 1504
15 30 50 per page