2
votes
0answers
48 views

Changing Order of events in FullCalendar AgendaDay view

I'm using the fullCalendar jquery plugin. I'm trying to make my events in the agendaDay view show up from left to right ordered by start time. Essentially, I want to remove the stacking of ...
2
votes
0answers
199 views

Simple ajax call not working

So I doing simple edit/delete/new for mysql DB update.I am using ajax as I need it to in a single page. So when I check New button, a new form shows up(from ajax call to php file). I get html form. I ...
2
votes
0answers
209 views

JQGRID, How to multiselect rows in grid and post that selected data to database on click?

How to multi-select rows and send post data to a new datatable? I have an idea with this post:how to submit multiple rows selected on row click to database in JqGrid? but it does not elaborate.I was ...
2
votes
0answers
51 views

iBrowser not working with tinymce_3.5.8

I did following to add iBrowser Plugins to tinymce_3.5.8. 1) iBrowser folder copied to /tiny_mce/Plugins 2) Copied files 'editor_plugin.js' and 'editor_plugin_src.js' to iBrowser 3) Configured ...
2
votes
0answers
148 views

How to set the upload destination dynamically via jQuery (blueimp / jQuery-File-Upload )

This is a question regarding blueimp's jQuery-File-Upload, which can be found here: blueimp's jQuery-File-Upload Does anyone know how to set the upload destination url or folder via jQuery? Using ...
2
votes
0answers
409 views

How do I process POSTed data from the X-Editable plugin?

There is a plugin called X-editable that uses a click to change AJAX query to a database. The doc's to me are almost pure gibberish other then how to apply the editable content. I've never dealt with ...
2
votes
0answers
496 views

Remote Upload with jQuery File Upload

I need help with a Remote Upload Script that has a page named 'uploadHandler.php'. I need to create a Remote Upload Script with jQuery PHP File Upload (jQuery File Upload). I would like to upload ...
2
votes
0answers
730 views

Valums jquery uploader works but returns “Failed”

Im trying to setup a page with multiple file uploader sections anyway it was working fine so far but i have encountered a little problem: I want a new folder to be created for the files each time ...
2
votes
0answers
600 views

jQuery file Upload and getting $_Files

I am using the the jQuery plugin https://github.com/blueimp/jQuery-File-Upload to up load files. I just wanna use the upload button to show the selected files and only upload the files when the form ...
2
votes
0answers
969 views

AJAX Response Size Limit

I am using AJAX to asynchronously call a PHP script that returns a large serialized array of JSON objects (about 75kbs or 80k characters). Every time I try and return it it hits a 3000 character ...
2
votes
0answers
2k views

PHP jQuery mobile listview links return “undefined”

I'm using the jQuery Mobile Framework for the first time. I've copied the example code from the site for a listview. According to the documentation it is supposed to do an AJAX call and then update ...
1
vote
0answers
43 views

Weird behavior after using jQuery load function in IE 9

So i have this code that works in all my browsers but has a weird behavior in IE. $(document).ready(function () { //$.ajaxSettings.cache = false; var refresh = setInterval(function () { ...
1
vote
0answers
30 views

Fakepath issue with AJAX/PHP submit

Im trying to build a simple PHP update record that uses AJAX to submit information, my form inserts my records correctly only it prepends C:\fakepath\ to my image file name? Ive never seen this ...
1
vote
0answers
29 views

Change top of Popup box

In My code I am using Smarty to display a pop-up in (.tpl) file. I am using following function for pop-up. popUpLightBox( $intWidth, $intHeight, url, 'Title of popup'); in my code i am using ...
1
vote
0answers
42 views

Jquery disable count number selection

How can I disable highlight and selection in count at the right of the code ? To make this not more complicated, here is example on pastebin.. How can I use Jquery (or any other method) to ...

1 2 3 4 5 316
15 30 50 per page