I'm trying to use Uploadify (a jQuery plugin) with my CakePHP app. Locally (WampServer), it works great, but when I try it on my live server (Dreamhost), the files don't show up. I've properly chmod'ed the folders, checked the paths, etc, and I can't make any sense of why it isn't working. Here's upload.php:
if (!empty($_FILES)) {
...
How can I highlight all the text within a textbox when it is clicked using jQuery?
...
I was working on this carousel thing, using the iCarousel. It works pretty nicely with a few images, using MooTools. However when I added 70 pictures (around 30k each) it stopped working so nicely. Having spent some time poking around in the code of iCarousel it looked pretty decent and stable. So this got me thinking: is the problem inh...
Is there a way of accessing the width of a DOM element? In particular, I'm looking to get the width of a table cell (td) who's width can be of varying lengths based on the length of the text in that cell.
ideally, the solution I'm looking for will use the jQuery library, but others will work as well.
Also, I must stress that the solut...
Does anyone know of an actual, working jQuery plugin that can properly expand a textarea's height as text is added to it?
I have tried both the autogrow and growfield plugins and neither seem to work very well. Both have problems where they don't grow properly and/or ignore their max heights sometimes. I am using FF 3.5 on OSX for tes...
In one of my projects I have used input[type="button"] to apply a style to all the buttons. It works fine in all browsers except Internet Explorer 6. It doesn't style the buttons.
Is there a solution for this, like creating some class for the button and applying it to all buttons?
I want to apply that class to all buttons but not manua...
how do you set the jquery tabs to form a 100% height?
i also need to resize the iframe within it to expand to 100% height.
thank you!
...
I'm using jQuery to build simple animations for a login form in my CMS. The jQuery toggles the visibility of two forms, a login form, and a reset password form.
The script works perfectly fine, but I seem to figure out how to shorten it up, since most of the code is redundant.
Note: The .click function is called twice in each case to ...
i have a change password control within a a collapable div controled via jquery, when the user clicks change password if there are any validation errors asp.net validation controls are displayed. However, because the div is collapsed by default when the postback occurs the div is collapsed so you have to click the change my password to s...
I have a jQuery statement which worked fine on IE7 and works on FF, but is failing on IE8.
The line is:
ScratchIFrame().find("fullwordmatch").wrap("<nonmarkupmatch></nonmarkupmatch>");
I added the following before it:
alert(ScratchIFrame().find("fullwordmatch").length);
alert(ScratchIFrame().html());
and get the results:
1
<fullw...
Hi,
I tried to get the facebooker gem to work with jQuery, but it does not even render the facebook connect buttons, once I load jquery.js instead of prototype.js and use
init_fb_connect “XFBML”, :js => “jquery”
I tried it with the example
http://www.madebymany.co.uk/tutorial-for-restful_authentication-on-rails-with-facebook-connect-in...
I want to know how to display an aspx page in a popup using jquery
...
Hi,
How do I go about calling a method on an ASP.NET Web Form page using the getJSON method on jQuery?
The goal is this:
User clicks on a list item
The value is sent to the server
Server responds with related list of stuff, formatted using JSON
Populate secondary box
I don't want to use an UpdatePanel, I've done this hundreds on ti...
Here's the Scenerio, I'm creating a simple app for my friend's website where his users could add image w/ a caption. The problem is My Friend's Webhost don't allow him to use server side scripts and Database. He is just allowed to insert javascript and HTLM on the site.
So I think the solution would be doing it in XML instead of Databa...
When I move out of my input field the blur function doesn't fire.
Any idea's?
<input type="text" value="test" id="webshop_product_url_part" name="setting" class="is"/>
jQuery("input.is").live("blur", function(){
console.log("2");
conslole.log("asdf");
});
...
Hi i am using an dynamic div which is editable for input text. its working fine on IE but not on firefox. I need to show html content in div. can we make div editable for firefox also?
...
Hi i need to catch an onUnload event but its working in firefox not in IE . Can we capture onUnload event in IE?
...
My two highest priorities are progressive enhancement and inline editing. I've found progressive enhancement (DataTables) and inline editing (jqGrid), but not both. Support for jQuery UI themes would be nice, but is a lower priority.
Thanks.
UPDATE: Here's an example of what I'm imagining the solution would resemble:
<table summary="A...
Hi
i have a jquery table with lots of row and i did the row selection work also. but i dont want the cell value to be selected if i drag select the row. how do i work with selecting the able row and not the values by drag select.
PraDheep
...
I am very impressed with the Prototip plug-in, and I was wondering if there we're a similar plug-in available for jQuery?
The plug-in has to have been around longer than a few months and has to be updated regularly--or at the very least; on new releases of jQuery.
...