[jQuery] Re: Cycle Plugin - Can't Get Pause To Work

2009-04-29 Thread Mike Alsup
Nic, Are you still having a problem with this? Your pause and resume anchors appear to be working just fine. Mike On Apr 27, 3:04 am, Nic Hubbard nnhubb...@gmail.com wrote: Really?  No one knows why the cycle pause is not working?  Someone must be using this! On Apr 24, 8:25 am, Nic

[jQuery] Re: Cycle Plugin - Can't Get Pause To Work

2009-04-29 Thread Mike Alsup
There is no 'start' command for cycle. The available string commands are stop, pause, and resume. If you want to stop the slideshow, then to restart you need to pass in the options again. Mike On Apr 29, 10:07 am, davebowker d...@davebowker.com wrote: Bump! Same problem here. Code looks

[jQuery] Re: Form plugin: input elements excluded

2009-04-26 Thread Mike Alsup
Are hidden form fields not included? Any ideas on how to circumvent this? No, hidden form fields are not excluded. What does your markup look like? There are several reasons that inputs would not be submitted: - the input does not have a name attribute - the input is disabled - the input is

[jQuery] Re: Please Wait While Processing help

2009-04-24 Thread Mike Alsup
I'm looking for some sort of Please wait while we process your request. message/decal/modal that freezes the screen while the payment is processing, and releases once a response comes back from the server. Any ideas/links to examples. I googled and searched the UI...and didn't find

[jQuery] Re: Error with BlockUI: 'parentNode' is null or not an object

2009-04-15 Thread Mike Alsup
http://www.malsup.com/jquery/block/#page Thanks, Jonathan! :-)

[jQuery] Re: Error with BlockUI: 'parentNode' is null or not an object

2009-04-14 Thread Mike Alsup
Thanks for the replies. I found out that the problem has to do with the fact that The BlockUi plug-in actually removes the passed in node from the DOM. At least I know what's going on now and am able to figure out a workaround. That's not good behavior for a plug-in. What version of the

[jQuery] Re: Cycle plugin Issue in Safari and Chrome browser

2009-04-13 Thread Mike Alsup
div class=slideshow div class=slideimg src=slide1.jpg alt= title=brdiv class=textbackgroundnbsp;/divdiv class=slidetext/div/ div div class=slideimg src=slide2.jpg alt= title=brdiv class=textbackgroundnbsp;/divdiv class=slidetext/div/ div /div and the css: .slideshow{        

[jQuery] Re: JQuery Cycle Plugin Multiple Pagers on one page

2009-04-10 Thread Mike Alsup
Ok so i've solved it by changing all the tags and adding new scripts for each one http://www.lukeskinnerdesigns.co.uk/jq-test.html It looks good but i'm concerned that i'm gonna have a huge amount of css and javascript with all the different slideshows. So is there a better way to do it?

[jQuery] Re: JQuery Cycle Plugin Multiple Pagers on one page

2009-04-10 Thread Mike Alsup
On Apr 10, 1:11 pm, Skinnyl l...@lefthandedmonkey.co.uk wrote: Hi Thanks so much for that it works perfectly... except... If I add a text filled div to be included in the cycle like this: div class=pics     img src=images/001.jpg /     img src=images/002.jpg /     img

[jQuery] Re: jQuery Forms file upload problem

2009-04-09 Thread Mike Alsup
I have a image edit form where the user can upload a new image and/or edit image information such as title, description etc. Since I use the jQuery Forms plugin for most of my other forms I wanted to use it here as well, but last night I encountered a little problem... I use JSON for the

[jQuery] Re: jQuery Malsup Cycle Plugin (advanced pager not working in IE)

2009-04-08 Thread Mike Alsup
I'm trying to use the advanced pager similar to thishttp://malsup.com/jquery/cycle/pager2.html However, it only works in FF and not in IE. My test page:http://cascodesign.ca/clients/lennard/listing.html I think it's great that this will auto generate the pager thumbnails! Any help would

[jQuery] Re: How does the form plugin (or jquery?) determine if a server response is an error or success?

2009-04-06 Thread Mike Alsup
Where Firebug has recognised the server response text as json - but the form plugin (or jquery) is still reporting success. Obviously there is more to this than I understand. All clues and guesses are very welcome as this is new territory for me. As a browser plugin Firebug has access to

[jQuery] Re: BlockUI Plugin - No overlays in Linux (Fedora)

2009-04-06 Thread Mike Alsup
I was trying the BlockUI plugin - we're about to implement it with one of our products at work. The current way that we do things doesn't display right in Linux (Firefox). (Actually, it doesn't display very well at all, which is why we're moving to BlockUI anyway.) It turns out that

[jQuery] Re: Newbie--can't get cycle plugin to work with anchor

2009-04-05 Thread Mike Alsup
There's a lot more to the code (of course), but I selected what I thought was necessary--if you want, I could put my whole entire website into a zip file and send it to you. You should give the anchors a 'block' display style: #slideshow a { display: block } If that doesn't work then

[jQuery] Re: jquery media bug in IE? (jquery.media)

2009-04-05 Thread Mike Alsup
On Apr 5, 12:49 pm, Bro coolpari...@gmail.com wrote: I've got the same problem :( On 19 mar, 23:45, Steve s...@quinn.com wrote: Hi all, I am getting a Javascripterrorwhen using the media plugin (http:// plugins.jquery.com/project/media) in IE at the page:

[jQuery] Re: Jquery Upload issue

2009-04-04 Thread Mike Alsup
I have a probleme with uploding file using ajaxForm The probleme is not in data submission or in receiving but the form dont submit wih httprequest (without choosing a file the ajax form work fine ) . That's correct. Files can not be uploaded using the XMLHttpRequest object. The form plugin

[jQuery] Re: Send $_FILES thorugh ajax using jQuery

2009-04-04 Thread Mike Alsup
Hi there guys, I want to build an ajax upload script using jQuery. The problem is that i can't find a way to send the $_FILES Can you help me? You can not upload files using ajax. Check out the form plugin for this functionality. http://www.malsup.com/jquery/form/

[jQuery] Re: ajaxForm + IE + file upload + you

2009-04-03 Thread Mike Alsup
When ajaxForm submits a form that has a file, it opens an iframe, copies your filled-in form to the iframe, submits the form *in the iframe*, then copies the response back to you.  Very nice. That's not quite how it works. Nothing is copied to the iframe. The original form is submitted via

[jQuery] Re: Unexpected behavior of Cycle plugin in some browsers

2009-04-03 Thread Mike Alsup
Hi, i am making a cycle plugin implementation in my site and so far everything went smooth without problems. but while testing my site i noticed that after making full reload of the site (CTRL+F5) some of images are shown very small, after normal page reload (F5) images are shown as they

[jQuery] Re: Cycle plugin: pulling in only child elements with a certain class?

2009-04-03 Thread Mike Alsup
I thought it might be possible using the slideExpr option, but I think I'm misunderstanding how that works. When I try this:         $('#slideshowl').cycle({             fx:    'fade',             pause:  1,             speed:    600,             timeout:  3,             slideExpr:

[jQuery] Re: Problem with jQuery form pluging redirecting

2009-04-03 Thread Mike Alsup
I use the form plugin $(document).ready(function() {     var options = {         target:        '#divShow',         beforeSubmit:  showRequest,         success:       showResponse     };     $('#myForm').ajaxForm(options); }); This works, but in the form php file, I'm trying a

[jQuery] Re: Fix for media plugin

2009-04-01 Thread Mike Alsup
I have come across a bug in the jQuery media plugin on line 391:             if (key == 'codebase' window.location.protocol == 'https') This should be:             if (key == 'codebase' window.location.protocol == 'https:') (note missing trailing colon) Thanks for catching and

[jQuery] Re: jQuery BlockUI Plugin v2, problems overriding default messages /getting them to show

2009-03-31 Thread Mike Alsup
I'm using BlockUI 1.33 and JQuery 1.2.3 That's the problem. 'message' is a 2.0+ option. If you need to use the old version of blockUI, consult the old docs: http://www.malsup.com/jquery/block/index-old.html

[jQuery] Re: ie6 and ie7 don't load image well when using Cycle plugin

2009-03-30 Thread Mike Alsup
I found that using cycle plugin byhttp://jquery.malsup.com/cycle/is very nice while seeing the page with FF and the rest. However, ie6 and ie7 sometime can't load the slide show well. To explain in details, ie6 and 7 at the firsttime loading page can't load the image for my website. However

[jQuery] Re: Cycle plugin adds white background in ie6 and ie7

2009-03-30 Thread Mike Alsup
I just added cleartypeNoBg: true and that removed the background on the newest version if cycle Try false, not true.

[jQuery] Re: JQuery Cycle

2009-03-30 Thread Mike Alsup
Heres my simple example just to make sure ididnt foul something up... but the i dont think i did since the actual website does the same thing. You're missing a closing angle bracket on your link tag and you're missing a doctype element. I have no expectations that Cycle will work correctly

[jQuery] Re: wmode not being written

2009-03-30 Thread Mike Alsup
Looking at the source code (line 410, v 0.88) , it looks like this is intentional:  for (var key in opts.params)    if (key != 'wmode') // FF3/Quicktime borks on wmode      a.push(key + '='+opts.params[key]+' '); --- Thanks for catching that, socratesone. I just pushed a fix

[jQuery] Re: JQuery Cycle

2009-03-30 Thread Mike Alsup
Well even this doesnt work in IE...http://www.malsup.com/jquery/cycle/ Which isn't my code obviously... only the first pic loads, it says in the status bar the other images are loading in IE so its not just my code. I haven't tried it on another machine yet either but what would cause

[jQuery] Re: jquery form plugin problem

2009-03-29 Thread Mike Alsup
Cool, you should mention that on the website :) Oh wait - this would kind of be the failure function mentioned above. I actually get parsererror as statustext in the complete function. Just didn't know about it :) You can use all of the normal ajax options with the Form plugin. success,

[jQuery] Re: Cycle plugin adds white background in ie6 and ie7

2009-03-29 Thread Mike Alsup
I have the same problem on my site. I added the cleartypeNoBg but nothing happens, it just was fixed when i use cleartype but, the text goes ugly :( any idea? No ideas other than what I already posted. Maybe you could post a link to your site?

[jQuery] Re: Position Div over Quicktime Movie

2009-03-29 Thread Mike Alsup
Does anyone know of any jQuery/javascript trickery that can help with positioning a div over a quicktime movie?  So far, I found found that it is not possible.  But, it seems that there has to be some way to do this! Has anyone done this before? Have you tried using an iframe? Or maybe

[jQuery] Re: iframe ang jQuery

2009-03-28 Thread Mike Alsup
Do you need jQueryfor that? Can't you jut use the HTML tag scrolling=no in the frame you don't want scrollbars in?http://www.w3.org/TR/REC-html40/present/frames.html On Mar 28, 4:41 am, themba themba.ntl...@gmail.com wrote: Thank you, my problem is that a normal iframe cannot have an

[jQuery] Re: jquery form plugin problem

2009-03-28 Thread Mike Alsup
I'm trying to use the form plugin from malsup.org to submit a form with ajax, but it does not seem to work with options. This works:                             $(#loginform).ajaxSubmit(function(obj, statusText) {                                     alert(obj);                            

[jQuery] Re: next and previous links with thumbs on mouseover

2009-03-28 Thread Mike Alsup
Want to know if it's possible to show thumbs attached prev/next anchors when I put the mouse over these navigation links. It would work like a preview tooltip for next/prev images. That's not something that the Cycle plugin will do for you. However, you could probably use the before/after

[jQuery] Re: Cycle plugin adds white background in ie6 and ie7

2009-03-27 Thread Mike Alsup
Thanks for the tip. Removing the cleartype solves the issue but indeed the text is ugly (I'm using Cycle on paragraphs of text). Actually, instead of removing cleartype, I just added the CSS rule background: transparent !important; on paragraphs, because I discovered that on IE7/8 a

[jQuery] Re: Jquery.media fails with querystring

2009-03-26 Thread Mike Alsup
today I tried to upgrade from jQuery Media 0.8 to 0.87, and I met the same problem. With version 0.8, jQuery.media was able to handle links like this : a href=mms://path/to/my/video.wmv?arg=valuelink/a The media type was correct (Windows media player). With version 0.87, jQuery.media

[jQuery] Re: Cycle plugin adds white background in ie6 and ie7

2009-03-25 Thread Mike Alsup
It might have something to do with cleartype option. Try setting the cleartype to false: $('#slideshow').cycle({ cleartype: false }); On Mar 25, 6:09 pm, Merindol rndme...@gmail.com wrote: I have the same problem, but it's not white : it's the same color as the first parent that has its

[jQuery] Re: Cycle plugin questions

2009-03-24 Thread Mike Alsup
Using the (awesome) Cycle plugin all over the place, and I have a question: in the uncompressed code file [1], a comment says that the second argument to .cycle() can be the name of an fx (only used in conjunction with a numeric value for 'options').  I've tried this (to trigger a manual

[jQuery] Re: IE8 BlockUI incompatible

2009-03-23 Thread Mike Alsup
Mike, your page fails for me with not implemented Nicht implementiert jquery.blockUI.js?v2.16, line 227 character 17 on Win XP Pro w/ SP3 and IE8 Regards, Frank Thanks, Frank. What browser mode and compatibility mode did it fail in?

[jQuery] Re: jQuery Form plugin, the checkbox and the formData array

2009-03-23 Thread Mike Alsup
The problem is that this CB function finds only checked checkboxes. That's how forms are supposed to be submitted. If you don't want this behavior then you'll have to serialize the form yourself using fieldSerialize. For example: $('#myForm').submit(function() { var data =

[jQuery] Re: Malsup/Cycle errors

2009-03-23 Thread Mike Alsup
In any case, I got around the problem by just commenting out the function in jquery.cycle.js that was causing the error... Can you provide any details? What was the error? What did you comment out?

[jQuery] Re: Cycle plugin Issue in Safari and Chrome browser

2009-03-23 Thread Mike Alsup
safari doesn't recognize my cycle div's height (on this page the div is .photo) the same thing happens on the home page, too. chrome has the same problems when you first visit the page, but fixes itself when you leave the page and come back. anyone know what's going on?!?! Can you try

[jQuery] Re: Cycle breaks in IE7 when using list box

2009-03-23 Thread Mike Alsup
Bump?  Sorry if I'm coming across as dense and/or lazy here.  A short example of what you're talking about would be great. $('#mySelect').change(function() { var id = $('option:selected',this).attr('id); if(id == 'goto1') // and so on });

[jQuery] Re: Cycle breaks in IE7 when using list box

2009-03-20 Thread Mike Alsup
document.write('strongPick a section:\/strongnbsp;selectoption id=goto1 value=Section 1Section 1\/optionoption id=goto2 value=Section 2Section 2\/optionoption id=goto3 value=Section 3Section 3\/option\/select'); document.close(); /script You should be binding the 'change' event on the

[jQuery] Re: jQuery/Cycle: Binding Secondary Nav

2009-03-20 Thread Mike Alsup
Hi, I'm working on a banner display, using Cycle.  The banner will use the out-of-the-box Cycle numbered nav, but the client also wants text links in the banner to page from slide to slide as well. How can I bind the pager functions to additional anchors? Cycle doesn't gracefully support

[jQuery] Re: IE8 BlockUI incompatible

2009-03-20 Thread Mike Alsup
There was a thread about this last month that identified a problem with the use of setExpression in BlockUI. IE8 throws a not implemented exception in this case. The author noted that the BlockUI demo page works fine in IE8, which it does. To be honest, I'm not sure why. However, the

[jQuery] Re: setExpression makes IE8 crash in blockUI plugin

2009-03-20 Thread Mike Alsup
I'm seeing the same issue with IE8 and setExpression. From MSDN:http://msdn.microsoft.com/en-us/library/ms537634.aspx Can you try v2.16? http://www.malsup.com/jquery/block/jquery.blockUI.js?v2.16 Mike

[jQuery] Re: IE8 BlockUI incompatible

2009-03-20 Thread Mike Alsup
This eliminates the exception, but the placement of the floating content is different, and it doesn't appear to adjust on window resize. Thanks for the update, and let me know if you need assistance in testing/debugging the new version. How about a test page. One that is as simple as

[jQuery] Re: IE8 BlockUI incompatible

2009-03-20 Thread Mike Alsup
This eliminates the exception, but the placement of the floating content is different, and it doesn't appear to adjust on window resize. Thanks for the update, and let me know if you need assistance in testing/debugging the new version. How about a test page.  One that is as simple as

[jQuery] Re: IE8 BlockUI incompatible

2009-03-20 Thread Mike Alsup
Click Page - Compatibility View Settings Uncheck the option include updated websites from Microsoft Try this page, where I first noticed it:http://corp.americanexpress.com/gcs/travel/service/personalservice.aspx Click on the globe to trigger the popup. It bombs. Now go into IE7

[jQuery] Re: ajaxForm File Upload Issue

2009-03-19 Thread Mike Alsup
I'm using jQuery 1.3.2 and v2.24 of the form plugin, and I can provide access to the pages it's happening on if requested. Yes, that would be helpful. Otherwise I don't have any suggestions other than to set Firebug to 'break on all errors' and see if you hit an error.

[jQuery] Re: jQuery Cycle Form Submit and Next Issue

2009-03-18 Thread Mike Alsup
I am trying to get the jQuery Cycle plugin to cycle through slides that contain images with a form for rating the images.  Ideally I would like the form to submit and then go to the next slide that contains the image and the rating form. What I cannot seem to figure out is how to have it

[jQuery] Re: jQuery Cycle Form Submit and Next Issue

2009-03-18 Thread Mike Alsup
The code that processes the form data uses a function: new_rating( $_POST['photo_id'], $user_id, $_POST['rating'] ); I meant the JavaScript code that submits the form. If you're not submitting it with JavaScript then the form POST will load the page at /.

[jQuery] Re: jQuery Cycle Plugin

2009-03-17 Thread Mike Alsup
        $('#imgBox').after('ul id=imgCycle').cycle({                 fx:'fade',                 timeout:4000,                 speed:1500,                 pager:  '#imgCycle',                 pagerAnchorBuilder: function(idx, slide) {                         return 'li id=img'+idx+'a

[jQuery] Re: fonts aliasing issue with opacity overly over cycle plugin

2009-03-17 Thread Mike Alsup
I just updated Cycle plugin and still have this odd situation I am having an issue in FF where I have a DIV that I am animating from off the screen and overlaying part of the page. on the page I have thecycleplugin running. If I move the mouse from the overlay to the where

[jQuery] Re: $('.edlBoxArea').corners is not a function

2009-03-17 Thread Mike Alsup
I'm trying to use the rounded corners plugin -- jquery.corners.js . When I create a small test case, below, it works fine.  However, when I try to add corners to my production system I receive the following error in Firefox's error console: $('.edlBoxArea').corners is not a function

[jQuery] Re: Cycle Plugin Pager with Images

2009-03-17 Thread Mike Alsup
                pagerAnchorBuilder: function(idx, slide) {                         return 'li #  ' + slide.src + '  /li'; }                 })                 ; particularly the part where it calls back in the slide.src . I want to have it call back a different part of the slide area. Also

[jQuery] Re: Help with jquery rounded corner

2009-03-17 Thread Mike Alsup
I am a novice with web page building and JQuery and am in need of some help. I have managed to get the Jquery rounded corners working in my web page by adding the code  for the div and putting the Jquery bits in my directory. However I have taken the code from the demo page and I am having

[jQuery] Re: jQuery BlockUI Plugin :: Demo not working in Internet Explorer

2009-03-17 Thread Mike Alsup
I have created a demo page according to the demos available onhttp://malsup.com/jquery/block/#demos. The demo i have created is working fine in Firefox but is it not running in Internet Explorer 6. Can you please suggest, what should I do to run the demo in Internet Explorer. Can you post

[jQuery] Re: Can't get anchor tags to work with Cycle Plugin

2009-03-17 Thread Mike Alsup
This seems like a pretty easy problem. Does anybody know how I can add anchor tags around the Cycle Plugin Slideshow? The key is to give the anchors a display:block style. http://www.malsup.com/jquery/cycle/anchor.html

[jQuery] Re: Form Plugin data return type

2009-03-16 Thread Mike Alsup
Hello, I'm trying to submit a form via Ajax and receive a JSON return type http://imgur.com/2KZ1.png As you can see in the screen shot, I call the method ajaxForm, and on success of the ajax call, processJson is being invoked.  This method only outputs a data.message alert. For some

[jQuery] Re: Does jquery.cycle.all.js work with jquery 1.2.1?

2009-03-16 Thread Mike Alsup
do i need to update the jquery.cycle.all.js file? thanks alot! dan You say you downloaded a newer version of jQuery, but v1.2.1 is actually quite old. I'd highly recommend upgrading to v1.3.2 which is the latest. http://jqueryjs.googlecode.com/files/jquery-1.3.2.min.js If you decide to

[jQuery] Re: jquery-corner plugin not working anymore?

2009-03-16 Thread Mike Alsup
!DOCTYPE html PUBLIC -//W3C//DTD XHTML 1.0 Transitional//EN http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd; html   head     script src=jquery.js type=text/javascript/script     script src=jquery.corner.js type=text/javascript/script     script type=text/javascript     //![CDATA[

[jQuery] Re: jquery-corner plugin not working anymore?

2009-03-14 Thread Mike Alsup
    jQuery(#home_start_register_button input).corner(); Are you trying to corner an input element? I would not expect that to work.

[jQuery] Re: Malsup's Cycle plugin exhibiting strange behavior

2009-03-14 Thread Mike Alsup
hi mike, i now have replaced my cycle-version with the one you have posted. it seems to work fine now. thanks! The change I made in 2.58 is not a good x-browser solution.  I'm working on something a bit more reliable. Mike I think v2.60 is going to be a better solution. If anyone

[jQuery] Re: Cycle not working with other plugins

2009-03-14 Thread Mike Alsup
I'm trying to get Cycle to work with Kwicks, actually just trying to get it to work on this page: http://tinyurl.com/c33e28 I've got the cycle working on its own but not within this page. Replace this: $(function() { // run the code in the markup! $('#demos pre

[jQuery] Re: Cycle's fade effect not working in IE 7 or 6

2009-03-14 Thread Mike Alsup
I'm having problems with transitions of a slideshow running with a thumbnail pager. Although the fade effect works fine in Firefox and Safari, in IE the content disappears completely before the next content abruptly appears.  Here's the test site (Cycle takes a few seconds to

[jQuery] Re: Form plugin ajax file upload works in Firefox but not IE

2009-03-14 Thread Mike Alsup
I am having difficulty tracking this down - there is no apparent error...just nothing happens.  Nothing is sent to the server, so this is not a problem with display the response - there is no response because the form never submits. Does anyone know about problems with IE7 or IE8 using the

[jQuery] Re: Form plugin ajax file upload works in Firefox but not IE

2009-03-14 Thread Mike Alsup
I was on v2.18 (still the latest rev listed on the jquery.com site).  I downloaded v2.24 and the problem is gone. Thanks for the quick response though! Glad to hear it. Thanks for letting me know.

[jQuery] Re: Cycle plugin Issue in Safari and Chrome browser

2009-03-13 Thread Mike Alsup
I hope someone can help me with this issue. When I look at the demo pages on the Cycle plugin website they all work in all browsers but when I do my own page and test it using the shuffle feature it works in IE6, IE7, Firefox but not Safari or Chrome. I am going crazy here so can some one

[jQuery] Re: Preload of images before site shown/jquery cycle preload images?

2009-03-13 Thread Mike Alsup
I've successfully managed to invoke jquery.cycle.lite.js and apply it to the designated div on my site. However on the page load it displays all of the banner images and looks very ugly. Is there anyway I can hide this? Possibly preload more of the site? How about hiding all but the first

[jQuery] Re: Malsup's Cycle plugin exhibiting strange behavior

2009-03-13 Thread Mike Alsup
On Mar 12, 12:17 pm, id404 ttarp...@googlemail.com wrote: hi mike, i now have replaced my cycle-version with the one you have posted. it seems to work fine now. thanks! The change I made in 2.58 is not a good x-browser solution. I'm working on something a bit more reliable. Mike

[jQuery] Re: JQuery form not working on ie6

2009-03-13 Thread Mike Alsup
$(document).submit(function() {     var options = {url:'http://localhost/cart/update_ajax', success: redraw };        $('#cart').ajaxSubmit(options);        return false;         });    function redraw(){    $('#inner_cont').load('http://localhost/cart/showCart/ajax');    }

[jQuery] Re: form objects and the DOM

2009-03-13 Thread Mike Alsup
Hello.  I am building a webform which will be used to enter the names of people, then hit a submit button to send the data to the server.  I have a button which uses jquery to append input fields to the form on the fly.  Hit the button, get another text input field.  These input boxes are

[jQuery] Re: Cycle plugin Issue in Safari and Chrome browser

2009-03-13 Thread Mike Alsup
Thanks for the quick response. I am building a new page for a client and really would like to use the cycle plugin but it has to work in all Browser. http://www.franchiserecordpool.com/promoonlyalbums_new.php This is what I see in the Safari console: Result of expression

[jQuery] Re: Malsup's Cycle plugin exhibiting strange behavior

2009-03-12 Thread Mike Alsup
hi there, i got the same problem actually appearing on: * windows vista home premium * firefox 3.0.7 * cycle core version: 2.56 03-MAR-2009 * jQuery 1.3.2 (Minified) it works fine on: * internet explorer 7. first image displays nice, all other images are sized down to exactly 7x15px.

[jQuery] Re: Malsup's Cycle plugin exhibiting strange behavior

2009-03-12 Thread Mike Alsup
That was my initial issue as well, however my client agreed to same- height images. Does anyone know if a previous version has these issues? I don't remember ever seeing this happen in the older versions. On Mar 12, 8:31 am, id404 ttarp...@googlemail.com wrote: @shane: it's not so easy

[jQuery] Re: Missing semi-colons in form plugin.

2009-03-11 Thread Mike Alsup
FYI: Semi-colons are missing on lines 87 605 of the form plugin, thus making it hard to compress/obfuscate. Fixed. http://www.malsup.com/jquery/form/#download

[jQuery] Re: [cycle lite] stop after last image

2009-03-11 Thread Mike Alsup
how can i make the jquery cycle lite-plugin, found athttp://malsup.com/jquery/cycle/lite/, stop after the last image has been loaded? i'm sure this is quite simple for people that know what the syntax is about. Cycle Lite doesn't support that feature. You'll need to use the regular

[jQuery] Re: form plugin and file upload size

2009-03-11 Thread Mike Alsup
I seem to be capped at 7mb or so in file size. Nothing seems to really happen if I try and upload a file larger (smaller files work flawlessly) and ideas? The form plugin does not impose any file size limitations. However, your server might.

[jQuery] Re: 'Syntax error, unrecognized expression: [...@title^=ajax:]'

2009-03-09 Thread Mike Alsup
use: ajaxtooltip.js (website:http://www.javascriptkit.com/script/script2/ajaxtooltip.shtml ) error: [Exception... 'Syntax error, unrecognized expression: [...@title^=ajax:]' when calling method: [nsIDOMEventListener::handleEvent] with jquery 1.2.6 work, but not work with jquery 1.3.x

[jQuery] Re: Bug w/ AjaxSubmit?

2009-03-09 Thread Mike Alsup
I'm using Validate and AjaxSubmit on a form of mine. It's on a long webpage, where you need to scroll to reach the form. For this reason in the action i've added index.php#contact If people w/ JS disabled submit the form, they will be taken back to the form. Only, IE AjaxSubmit seem to

[jQuery] Re: Cycle Plugin Adds Inline Styling to Slides / How To Center Slides in Container

2009-03-08 Thread Mike Alsup
After at least 4 hours in Firebug and CSS code, I switched something that started working.  I'm amazed at how difficult it was to do, when it should have been so simple, but all's well that ends well.  Thanks again. Glad to hear it's working for you now, but it sounds like you got lucky

[jQuery] Re: Show/hide multiple TDs with one function?

2009-03-08 Thread Mike Alsup
I have a table with multiple TDs (with different classes) that I want to toggle (show/hide) with one function, from checking different checkboxes that relate to the different TDs. I'm thinking I should pass a variable to the function (from each checkbox) which then show/hides the different

[jQuery] Re: Malsup's Cycle plugin exhibiting strange behavior

2009-03-08 Thread Mike Alsup
The first issue is in FF 3.0.7 on Mac. Occasionally, the first image appears no problem, however the remaining images show up extremely small. I tried setting a fixed width and height to the images, but that didn't have an effect on it. The other issue is in Safari 3 on Mac. The first image

[jQuery] Re: Show/hide multiple TDs with one function?

2009-03-08 Thread Mike Alsup
The thing is that I want to show/hide the TDs and not the entire table itself. I have multiple rows, and want to toggle one TD for each row - not all the TDs in each row. I know. That's exactly what I was showing how to do. You add/remove a class on the table but put a style rule on the

[jQuery] Re: Cycle Plugin Adds Inline Styling to Slides / How To Center Slides in Container

2009-03-07 Thread Mike Alsup
Another option, though less desirable, would be to make the slides all the same width, even if the picture inside is different.  Then I could at least have a background on the entire slide.  The way it is now, the slide size is being set by Cycle, so I can't even get the background to look

[jQuery] Re: Waiting on ajax request before form submit

2009-03-06 Thread Mike Alsup
Before submit it I would like send ajax request. Based on the ajax request answer I would like to send form or not. How can I do this? Code: $(#invoice_form).submit(function() {         $.get(/test, function(data) {                console.log(get answer);         });        

[jQuery] Re: Multipart forms, file uploads and the accept header

2009-03-06 Thread Mike Alsup
I have a simple file upload form.  It works exactly as expected without javascript.  It *almost* works as expected when I convert it to an ajax form, with something like form.ajaxSubmit(options).  My options contain a dataType definition, {'dataType' : 'json'}.  I believe that this directly

[jQuery] Re: trouble with transparent png in IE when using the cycle plugin

2009-03-06 Thread Mike Alsup
Have you tried using the cleartype option? $('.hero').cycle({ fx:'fade',pause:1,cleartype:true }); On Mar 6, 11:45 am, Michael Smith smi...@gmail.com wrote: Hi I'm having some trouble with transparent pngs and the jquery cycle plugin on IE7: If you view the following:

[jQuery] Re: CSS top seems ignored by blockUI

2009-03-06 Thread Mike Alsup
Try setting the 'centerY' property to false: $.blockUI({ css: {top: '150px', width: '40%', padding: '2px', border: 'none'}, centerY: false }); On Mar 6, 11:45 am, Chuck kaspers...@gmail.com wrote: Hi, I'm passing to blockUI an array of options:         {top: '150px', width: '40%',

[jQuery] Re: Block UI modal window message incremental update

2009-03-06 Thread Mike Alsup
$.ajax({     type: GET,     url: /path/to/jsonfile.js,     datatype: json,     success:         // lots of code to parse and display         $.each(json.object, function(key,array){             // lots of code to parse and display             incr++;             if( incr % 10 === 0 ) {

[jQuery] Re: jQuery Form Plugin Ajax Problem

2009-03-05 Thread Mike Alsup
I have a form and i submit it with: $(#form_ajax).ajaxSubmit(); My problem is that some of the inputs are loaded on an action via ajax. When i submit the form the inputs which are loaded later are not submitted. Has anyone any idea? Thanks a lot! If those inputs are added to the

[jQuery] Re: Block UI modal window message incremental update

2009-03-05 Thread Mike Alsup
What I really want is for the user to see how many rows have been added out of the total number of rows in the BlockUI message. This would look like: Application has loaded 1 of 400 rows Application has loaded 2 of 400 rows ... Application has loaded n of 400 rows It might even be

[jQuery] Re: How to trigger click event in jquery

2009-03-05 Thread Mike Alsup
I am struggling with something very simple. 1. onclick event for li element is binded with mootools 2. I can easily trigger onclick via function with mootools like $('lst4').fireEvent('click'); ///works fine 2. I cannot trigger onclick via jquery. I am trying function test(){

[jQuery] Re: What do you recommend to generate UUID with jQuery ?

2009-03-05 Thread Mike Alsup
      What do you recommend to generate UUID with jQuery ?       Thank you ! I've been using something like this: function uid() { var result=''; for(var i=0; i32; i++) result += Math.floor(Math.random()*16).toString(16).toUpperCase (); return result }

[jQuery] Re: Cycle plugin pagerAnchorBuilder and livequery

2009-03-04 Thread Mike Alsup
$('#fcycle').livequery( function(){                 $(this).cycle({                         fx:     'fade',                         timeout: 0,                         speed: 'slow' ,                         pager: '#qm0',                         next: '#next',                        

[jQuery] Re: blockUI 2.14 - timeout option not cancelled

2009-03-04 Thread Mike Alsup
var timeout = 12; $.blockUI({ message: null, timeout: timeout }); At a later point of time we can explicitly unblock by calling: $.unblockUI(); Unfortunately it seems that subsequent blocks can be unblocked by the original timeout (unblock is *always* called 2 minutes after our

[jQuery] Re: Error: jQuery is not defined (LINE 387) - BlockUI Plugin (v1.33)

2009-03-02 Thread Mike Alsup
script type=text/javascript src=jquery.blockUI.js/script script type=text/javascript src=jquery-1.3.2.min.js/script You have to include jQuery *before* you include any plugins.

[jQuery] Re: From plugin and submit

2009-03-02 Thread Mike Alsup
$('#myform').submit(function() {         $(this).ajaxSubmit({                 url:        '/some/generated/value',         });         return false; }); Which works fine, except the value of the submit button is not sent to the server. As I test for this value server side, it is a

<    1   2   3   4   5   6   7   8   9   10   >