The code is working on one server but isn't on the other. When trying to upload files of size around 1 MB with jquery uploadify I get this error.
IO: Error #2038
Tried changing the following php settings in php.ini:
post_max_size 32M
upload_max_filesize 32M
session.gc_maxlifetime 14400
max_input_time 14400
max_execution_time 14400
me...
I want to generate Boxes in the Aero Style in Window7 style using jquery.The popup window should offer the usual options and full functionality similar to Windows windows.How is it possible.
...
Hi
I have a datatable that has sorting enabled.
It seems though if I try to delete a row then add the new version of that row. Or just try to update that row no sorting will be done on this new/updated row. It is like it is not part of the sort anymore. If I click on the column that row will either be the first or last row. It is like ...
Hi
I am using jquery datatables and MS XSS library.
I did this
AntiXss.HtmlEncode(MyDate.ToString("MM/dd/yyyy h:mm tt"))));
this renders this
07/22/2010 4:04 PM
So its all encoded. Now for whatever reason this messes datatables up. It can't figure out how to sort anymore.
So why is it encoding the slashes and dots? w...
Hello,
I am using jQuery fullcalendar and I am loving its fantastic feature set that is growing by the month.
I am wondering if anyone has any ideas on how I could integrate a jQuery Gannt chart with jquery fullcalendar
I have found a few projects that look promising
http://www.maro-z.com/examples/jquery.gantt/
http://code.google.co...
Hi All,
I have a html like below wherein there are multiple forms. I generate this using JSTL
so the number could vary depending on what is enrolled in my DB
Each form has its own submit button.
Basically, I wanted to use the Form Plugins ajax submit button
but I dont know how to reference the form.
<form id="form-1" action="approve.h...
We're using Telerik's Sitefinity community edition and we've been having a fun time deploying handlers and webservices with it. As such, I'm wondering if when using Uploadify instead of the script option heading to an ashx could we post it to a server side method that can take care of the uploading? If so, would someone please be very k...
Hi, iam using facebox 1.1 and i want the facebox to load when the body loads, instead of clicking on the anchor tag with rel=facebox.
Can anyone tell me how to achieve it ?
...
My website has a jQuery script (from http://www.bitstorm.org/jquery/shadow-animation/) which constantly changes the colour of box shadow of various <div>s on the home page.
The animation is not essential but does take up a lot of CPU time on slower machines.
Is it possible to find out if the script will run 'too slowly'? I can then di...
I am trying to create a tutorial for a form and I have found many great plugins that almost do what I want. If all else fails, I will hack it together, but I first want to see if there is anything out there which is similar to what I am looking for.
I like jQuery Tools Expose
http://flowplayer.org/tools/toolbox/expose.html
I like jQue...
Hi,
I'm using the uploadify (http://www.visual-blast.com/javascript/multiple-file-upload-plugin-for-jquery-uploadify/) to upload the file. However, it does not show the image on the page after uploading. Now the question is since it calls the http handler to save the file, how can I refresh the aspx page?
...
hi,
I have an issue with rounded corners in IE. There are white areas instead of transparent background. See image: http://dl.dropbox.com/u/72686/roundedIE.png
I'm using this jQuery plugin to create rounded corners: www.malsup.com/jquery/corner
And I'm also using transparency on each block.
thanks
...
Hello All,
I have a slideshow running with textquotes. These quotes contain a custom font provided by cufon. This all works fine.
However when the slideshow fades in or out, the text gets a dark border or shadow. I think its a transparancy issue in IE but I can't find a solution.
I'm using the jQuery plugin Cycle for my slideshow, and...
I want to extend the animate function of jquery to support the CSS box shadow-property which can animate the color, the x- and y-offset, the blur-radius and spread-radius.How is it possible?
...
UPDATE: works fine in Firefox, IE7 and Chrome, but not Safari. Now I'm really confused.
Only rarely do I have issues with Safari, but this is quite interesting.
It's just a cookie cutter LocalScroll call:
<script type="text/javascript">
$(document).ready(function() {
$('#politician_filter').click(
function() {
$("#all-people u...
I came across this plugin a while back and never bookmarked it. I was hoping someone might know the name of it or link me up.
The plugin is for a table and it allows you expand on each row within the table. So if you click the "View" button within a table row then the table would open up on that row and there would be some sort of cont...
Hi all,
I've just created a navigation tree for a help page using ASP.NET MVC and JQuery TreeView.
I can't figure out how to add links to the child nodes. What I want to do is add a property to my model (string linkText) so I can set it in each child node and turn them into links.
Inserting an a tag between li tags needs to be done in...
Ok, now I really feel like a moron, but for some reason I can't get jcrop on a picture that is in a colorbox modal window. Here's the code:
<head runat="server">
<script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.0/jquery.min.js"></script>
<script src="Scripts/jquery.colorbox.js" typ...
I have a slideshow running with the awesome cycle plugin, and when you click a button in the show, I show a hidden layer on the page and send a 'pause' command to cycle. I'm having two problems:
When the pause command is received, cycle immediately flips back to the 1st slide in the sequence (why??), and doesn't hit my before/after cal...
Im using this horizontal accordion. (script pasted at the end.)
Im initializing like this.
$(".Accordion").hrzAccordion({eventTrigger:"mouseover",openOnLoad:"1",cycle: true,handlePositionArray: "left,left,left",easing: "swing"});
What i need to do is set cycle: false on click of a div. How do i do it???
(function($) {
$.hrzAccordi...