[jQuery] Re: Can I use external domain with jQuery media plugin ?

2010-02-22 Thread Mike Alsup
> it is about jQuery media plugin (http://malsup.com/jquery/media/ > misc.html) > > Can I use > >   http://www.google.co.in";> > > This to load EXTERNAL DOMAIN html page in an iframe that media plugin > I create. Yes, this should work. The media plugin just creates an iframe for this content.

[jQuery] Re: jQuery Cycle: two cycles with different effect & one pager

2010-02-02 Thread Mike Alsup
$('#slideshow').cycle({ fx: 'fade,cover' }); On Feb 1, 8:14 pm, Florushj wrote: > I'm having some trouble adjusting jQuery Cycle to my wishes. Unfortunately > I'm no jQuery hero :-( > > This is what I want in short: > It's basically this > example:http://www.malsup.com/jquery/cycle/pager-do

Re: [jQuery] Abridged summary of jquery...@googlegroups.com - 27 Messages in 13 Topics

2010-01-25 Thread Mike Heath
6:05 pm, "DOTS D.O.Technology Services" more... Nathan Klatt Jan 24 10:25AM -0600 ^ On Sun, Jan 24, 2010 at 7:05 AM, DOTS D.O.Technology Services > how i can put iframe on top of other iframe in html, http://www.w3.org/TR/CSS21/visuren.html#absolute-pos

Re: [jQuery] Abridged summary of jquery...@googlegroups.com - 19 Messages in 12 Topics

2010-01-24 Thread Mike Heath
Please unsubscribe me from this distribution. Mike Heath - Original Message - From: jquery-en+nore...@googlegroups.com To: Abridged Recipients Sent: Sunday, January 24, 2010 12:03 PM Subject: [jQuery] Abridged summary of jquery-en@googlegroups.com - 19 Messages in 12 Topics

[jQuery] Re: Jquery noconflict not working

2010-01-17 Thread Mike Alsup
But your chatHeartbeat fn is not defined in the global context. And as a matter of style and performance, it is better to pass the fn ref anyway. Mike On Jan 17, 6:28 pm, Alex Crooks wrote: > If you look at the page; > > http://www.sars-clan.co.uk/forums/(ignore styling etc as its a

[jQuery] Re: jQuery Form File Download Error

2010-01-17 Thread Mike Alsup
> I have a form in which one of the submit buttons initiates a download > of a file. Under normal circumstances this works perfectly, however, > if I introduce the JQuery Form plugin as follows: > >         var options = { target: "#dialog" }; >       $('#viewform').ajaxForm(options); Try setting

[jQuery] using tabs plugin in ajax mode, accessing the DOM

2010-01-15 Thread mike
e DOM of data loaded via tabs in ajax mode? If not, is there someway to "refresh" the DOM after a tabs/ajax load? Thanks, Mike

[jQuery] Re: Read ajax response headers?

2010-01-14 Thread Mike Alsup
> So if someone has a second, can you let me know if the above code > could potentially get out of sync? Maybe when I create the list item You don't need to use both the success and complete fn. You can use complete like this: complete: function(xhr, status) { if (status == "success") {

[jQuery] Re: Read ajax response headers?

2010-01-14 Thread Mike Alsup
> success:function (data,xhr) {} The above callback signature applies to jQuery v1.4. In prior versions the xhr was not passed to the success callback (but is passed to complete callback).

[jQuery] Re: jQuery Form Plugin

2010-01-13 Thread Mike Alsup
Use Firebug to see what data is actually being posted to the server. > in update_homepage.php i save data to mysqldb. > > But if i click to submit buton, i see in OK > echo from update_homepage.php, but in db is only first (Nadpis) field > of form. And (!!!) if i click to this button second time

[jQuery] Re: Error in IE6 and 7, but not 8 (or FF, and Chrome) ...

2010-01-09 Thread Mike Alsup
the_ID: LID, remove the comma. On Jan 9, 11:09 am, youradds wrote: > If anyone has IE 6 or 7, please test this URL: > > http://ultradev.com.nmsrv.com/cgi-bin/dev/page.cgi?g=Detailed%2F337.html > > I'm wonderig if this is an issue with IETester (what I use to test > different versions of IE) .

[jQuery] Re: Can we use jquery for paging and sorting in asp.net 2.0 ?????

2010-01-08 Thread Mike Alsup
> take a look at jqGrid > > http://www.trirand.com/blog/ jqGrid rocks!!

[jQuery] Re: jQuery AJAX Question

2010-01-07 Thread Mike Alsup
> I was curious if there was a way to hit the current xhr object in the > success callback.  I've been tinkering with it, and have been unable > to figure out how to do that. No, but you can access the xhr in the 'complete' callback.

[jQuery] Re: JQuery Cycle Speed

2010-01-07 Thread Mike Alsup
> Figured it out. The problem is, in fact, with the easing. Cycle has a default > easing set, but setting it to 'linear' fixes it and makes the entire thing > smooth. Hmm, nice.

[jQuery] Re: JQuery Cycle Speed

2010-01-07 Thread Mike Alsup
ot; option but it doesn't work well with the scroll transitions. Cycle takes a breath after every transition so you always get a brief interval between one transition and another. With many transition effects that interval isn't noticeable, but with the scroll effects it is. Mike

[jQuery] Re: JQuery files(.js) required

2010-01-07 Thread Mike Alsup
> None of those are redundant, but three tips: Actually all of the individual jquery UI files are redundant with jquery.ui-1.7.2.custom.min.js if that download was configured properly. Try with just these three: jquery-1.3.2.js, jquery.bgiframe.js, jquery.ui-1.7.2.custom.min.js

[jQuery] Re: jQuery BlockUI Plugin (v2) add onBlock()

2010-01-06 Thread Mike Alsup
> Hi all, >   in this plug-in I need a function like onUnblock but on completed > fadein.. > can Add this function? ok. http://www.malsup.com/jquery/block/#download

[jQuery] Re: ajax image

2010-01-06 Thread Mean Mike
for , bummer 8 ^ ( > *unless* you wanted to use data url vales as image sources (like:http://www.websiteoptimization.com/speed/tweak/inline-images/), but > the problem with that, like almost all cool ideas like that link > shows, is it doesn't work with IE neat concept but not doable trying to stick with ajax Thanks for your help Mean Mike

[jQuery] Re: Form submit success method not being called

2010-01-06 Thread Mike Alsup
What you have there should be working. Perhaps the json response is not properly formatting. Try adding an error callback, or using the global ajaxError hook, and see if that's the problem. Mike On Jan 5, 8:20 pm, Scott Brady wrote: > I'm having an issue using the jquery form

[jQuery] Re: ajax image

2010-01-06 Thread Mean Mike
run through the same ajax function > > What "same" ajax function? > > On Jan 6, 10:29 am, Mean Mike wrote: > > > ok so I figured out that you can put in image in your page using .load > > (imageloader.php) but is there a way to load an image using regular > &

[jQuery] ajax image

2010-01-06 Thread Mean Mike
tml i use to just go and that worked except now I don't want to pass that info in the query string I want to post the info AND I want all my ajax calls to run through the same ajax function which is why I don't want to use .load any thoughts or suggestions mean mike

[jQuery] Re: ajaxfileupload and additional data

2010-01-05 Thread Mean Mike
I'm not having any luck with this can someone point me in the right direction On Jan 4, 3:50 pm, Mean Mike wrote: > Hello all, > > I'm running this plug inhttp://www.phpletter.com/Our-Projects/AjaxFileUpload/ > and I need to send along additional post data can anyone

[jQuery] Re: jQuery Cycle Plugin width problems

2010-01-04 Thread Mike Alsup
> Thanks for any help on this. .slideshow li { width: 100% !important }

[jQuery] ajaxfileupload and additional data

2010-01-04 Thread Mean Mike
emove(); add_form_field(); } else { obj.func(data, obj.id); } } }); [/code] thanks Mean Mike

[jQuery] Re: jQuery Cycle Multiple Pagers

2009-12-24 Thread Mike Alsup
Two pagers, one slideshow: http://jquery.malsup.com/cycle/pager-two.html Mike On Dec 24, 8:54 am, pmAgony wrote: > Update, I was able to successfully complete #2 and #3.  My challenge > right now is being able to get two synchronized pagers on the same > cycle. > > If anyone

[jQuery] Re: jQuery Selector Help

2009-12-23 Thread Mike Walsh
d ... ] Thanks for the explanation. I went back and cleaned up my code to use jQuery(this).html() instead of this.innerHTML and all is well. Mike

[jQuery] Re: Jquery .submit not firing up!

2009-12-23 Thread Mike Alsup
If you can't post a link then create a very simplified example that demonstrates the problem and post a link to that. Mike On Dec 23, 4:23 am, Peter Laws wrote: > If there's an error, the dredded IE doesn't throw up any error, > normally its on the ball in that department.

[jQuery] Re: Jquery .submit not firing up!

2009-12-22 Thread Mike Alsup
Most likely you have a JavaScript error somewhere that is preventing your scripts from running. Post a link if you can. On Dec 22, 8:15 pm, Peter Laws wrote: > But thats after the (test) alert box, and I'm not even getting that > popping up. Surely I should be seeing the alert on submit? > > 2

[jQuery] Re: IE Issue with jquery.form.js

2009-12-22 Thread Mike Alsup
Set a breakpoint in jQuery's httpData function and see why it's failing. Mike On Dec 22, 8:11 pm, dirknibleck wrote: > I have what I think is a pretty basic function going on that fails in > IE everytime. The code is below.  The javascript is first, followed by > the ajax

[jQuery] Re: jQuery Selector Help

2009-12-22 Thread Mike Walsh
He did state that he's using generated HTML.  He has no control over it. > > Mike - this isn't really a jQuery problem per se.  You're jQuery selectors > match DOM elements.  Not so much the contents of those elements. > > What you can do is search for the containing e

[jQuery] Re: jQuery Selector Help

2009-12-22 Thread Mike Walsh
is generated by a WordPress Calendar plugin that I am reluctant to modify which is why I would like to find a way to do this with jQuery. Mike

[jQuery] Re: Superfish and Wordpress

2009-12-22 Thread Mike Walsh
current_page_item'}); }); Your pathClass argument might be different depending on how your theme assigns a class to the current page. It has been my experience that you will not be able to use the jQuery $() shortcut notation with WordPress because so many things make use of jQuery. You can see SuperFish menus working with WordPress on this web site: http://www.caslshocks.org Mike

[jQuery] jQuery Selector Help

2009-12-22 Thread Mike Walsh
guru so I am sure I am missing something obvious. Thanks, Mike

[jQuery] Re: jquery.cycle /// Next function in the next button and in the pictures

2009-12-21 Thread Mike Alsup
> next:'#next', next:'#next2' Change that to: next: '#next,#pics' The 'next' option let's you specify a jQuery selector string. So you can have as many elements as you want trigger the transition to the next slide. Mike

[jQuery] Re: How do I allow not add width to the li tag with jQuery Cycle Plugin

2009-12-21 Thread Mike Alsup
> I use this jquery-plugin:http://jquery.malsup.com/cycle/ > Each li-tag gets a calculated width allowing the contents to 2 lines, > but line 1 is sufficient. 2 lines breaks the design. The added width > is not necessary. Is it possible NOT to add to this? Can anyone help > me? It would be a great

[jQuery] Re: jQuery Cycle - Global pause on hover?

2009-12-21 Thread Mike Alsup
> If there are three slideshows on one page, is there a way to PAUSE > slideshows B & C when hovering over A? var $slideshows = $('#A,#B,#C').cycle({ // options speed: 700, timeout: 3000 }); $slideshows.hover( function() { $slideshows('pause'); }, function() { $slides

[jQuery] Re: What is the event when a user presses the enter key anywhere on the page?

2009-12-17 Thread Mean Mike
awesome Mike, thank you Mike On Dec 17, 2:50 pm, Michael Geary wrote: > Good tip, thanks, Mike. > > A couple of suggestions... First, you could simplify that if test to: > >   if( e.which == 13  ||  e.keyCode == 13 ) > > That would do exactly the same thing in all cases

[jQuery] Re: What is the event when a user presses the enter key anywhere on the page?

2009-12-17 Thread Mean Mike
// do something } }); mean mike On Dec 17, 2:03 pm, "laredotorn...@zipmail.com" wrote: > Hi, > > I would like to capture the event of pressing enter anywhere on the > page, even if the focus of the mouse cursor is not on a text field. > What event/element am I looking at? > > Thanks, - Dave

[jQuery] Re: more ckeditor

2009-12-17 Thread Mean Mike
> Perhaps just this, then: > >     $("#fck").ckeditor() >     CKEDITOR.on( 'instanceReady', function(event) { >         // your code here >     }); > > It's worth a try in any case. so I tried that and of course I get CKEDITOR not defined ... so I figure ot I'll wait for I try it this way

[jQuery] Re: more ckeditor

2009-12-17 Thread Mean Mike
until $ ("#fck").ckeditor() is called so if I call anyhting before that is finished I get CKEDITOR is undefined. Mike On Dec 16, 5:05 pm, Scott Sauyet wrote: > On Dec 16, 4:07 pm, Mean Mike wrote: > > > now this works because by the time i press the button the ckeditor is &

[jQuery] Re: more ckeditor

2009-12-16 Thread Mean Mike
now this works because by the time i press the button the ckeditor is load so now I'm trying to figure out when it is load so I can apply things to it once its loaded rather than have a user click a button. Mike On Dec 16, 3:26 pm, Scott Sauyet wrote: > On Dec 16, 2:57 pm, Mean Mike wr

[jQuery] Re: more ckeditor

2009-12-16 Thread Mean Mike
maybe I have something setup wrong but every time I run that I get an js error "CKEDITOR is not defined" on line 32 of jquery.CKEditor.js On Dec 16, 2:44 pm, Scott Sauyet wrote: > On Dec 16, 2:10 pm, Mean Mike wrote: > > > I can't seem to get anything out of the

[jQuery] more ckeditor

2009-12-16 Thread Mean Mike
would be a good starting place if anyone could help me I would appreciate it Mike

[jQuery] ckeditor plugin

2009-12-15 Thread Mean Mike
I need to be able to clean the text of the ckeditor as the user types does anyone know what I need to do to achieve that ? I mean i already have the cleaning code I just need to be able to call it from the ckeditor Mean Mike

Re: [jQuery] Re: Superfish - Auto Arrows on sub menus only?

2009-12-09 Thread mike romana
Hello and thank you but a total newb where do I put that code? On Wednesday, December 9, 2009, Charlie wrote: > > > > > > easier solution is to turn off the insertion of the arrows within > superfish options > > $("ul.sf-menu").superfish({autoArrows:  false}); > > > mikeromana wrote: > > Sorry

[jQuery] Re: Help... anyone!

2009-12-09 Thread Mike
... not a good thing yet. Here is an article explaining with a speed test which will crash your firefox how I crashed it. http://bkwld.com/blog/2009/06/cufon-speed-test/ Thanks again! Best Mike On Dec 8, 2:50 pm, brian wrote: > On Tue, Dec 8, 2009 at 1:48 PM, Mike wrote: > > > Th

[jQuery] Re: Cycle plugin postback problem in ASP.Net

2009-12-08 Thread Mike Alsup
View the markup after the postback (use firebug). I can almost guarantee there are extra elements in the slideshow container, perhaps s or empty paragraphs or something. Post a link if you can. Mike On Dec 7, 11:31 pm, Michael wrote: > Anyone have an ideas or advice? > > Mike > &

[jQuery] Re: Help... anyone!

2009-12-08 Thread Mike
into the same problem. btw, thanks for that little dotted outline fix! Makes it look much cleaner! Again, MUCH APPRECIATED. Best Mike On Dec 8, 11:49 am, brian wrote: > I'm not sure I understand in what sense the page is freezing > sometimes. I've had a look in FF (Linux) an

[jQuery] Help... anyone!

2009-12-07 Thread Mike
happens on the home pages and if you click on home multiple times it may happen. I disabled right click, so if you would like to see code, please let me know. Much appreciated to the jQuery guys and enthusiasts! Best Mike

[jQuery] Re: BlockUI strange behaviour in IE7

2009-12-02 Thread Mike Alsup
> I am using BlockUI in a pop-up to block it while the new data inserted > by the user is updated. > > It works pretty good in firefox but IE7 has a strange behaviour: after > pushing the submit button the overlay message is displayed and the pop- > up is closed (until here everything is fine) but

[jQuery] Re: blockUI history removal

2009-12-02 Thread Mike Alsup
> Shouldn't the code be > $(el).removeData('blockUI.history'); > ? Yes, good catch.

[jQuery] scrollTop() problem in Chrome and Safari

2009-12-01 Thread Mike McNally
Please see: http://gutfullofbeer.net/scrolltop.html In IE8 and Firefox, clicking the little "A", "B", and "C" buttons on that page scrolls the content such that the corresponding headings are up towards the top of the content area. In Chrome and Safari, however, nothing at all happens. I don't ge

[jQuery] Re: super easy jquery question

2009-12-01 Thread mike
Thanks to both! Mike On Dec 1, 12:22 am, HS8KIC wrote: > you can do this. > // reset input type text > $('#form_id input[type=text]').each(function(){ this.value = ''; }); > // reset textarea > $(''#form_id textarea').each(function(){ this.valu

[jQuery] super easy jquery question

2009-12-01 Thread mike
After I have processed a user request from a form submittal, I want to remove the text from a text field. With JQuery, how do I do that? The input field has the id of #subject. I've tried the following, but to no avail. (I clearly don't understand jquery). Please help. $('#subject').val()="

[jQuery] Re: jQuery Ajax BlockUI Database

2009-11-24 Thread Mike Alsup
$.blockUI({ message: html }); $('div.blockUI button').click($.unblockUI); }); Another option would be to use jQuery UI Dialog: http://docs.jquery.com/UI/Dialog Mike On Nov 23, 7:53 pm, MorningZ wrote: > I'm not sure why you would use BlockUI for this purpose... seems more

[jQuery] validate with changing default submit

2009-11-22 Thread mike
ler.php. I understand I should use the submitHandler: but I have no idea how to do it and retain the usage of serialize and post(). The documentation for this case says: $(".selector").validate({ submitHandler: function(form) { $(form).ajaxSubmit(); } }) but looking at the docs for ajaxSubmit seems to get orders of magnitude more complicated. Suggestions? Thanks. Mike

[jQuery] Re: jQuery Cycle Plugin and Captions - Please help!

2009-11-22 Thread Mike Alsup
nd it displayed exactly where I wanted it!!! > The question is now how to select the img tag nested in it (in the > interest of writing valid xhtml). > > On Nov 21, 11:06 pm, Wroathe wrote: > > > I tried it and it didn't work Mike. I did a console.log of the alt > > variab

[jQuery] Re: jQuery Cycle Plugin and Captions - Please help!

2009-11-21 Thread Mike Alsup
Try using the 'after' callback: $(function() { $('div#slides').cycle({ timeout: 7000, pause: 1, pager: 'div#buttons', pagerAnchorBuilder: function(idx) { return '' + idx + ''; }, after: function(curr, next, opts) { var alt

[jQuery] Re: Cascade plugin and multiple selected values

2009-11-18 Thread Mike Nichols
alue=2').attr('selected','selected').parent().change > (); >            $('select#parent').trigger('cascade'); >            $('#chained_child [value=3').attr('selected','selected').parent > ().change(); >

[jQuery] Re: jQuery and Cycle plugin

2009-11-17 Thread Mike Alsup
Try something like this: $(document).ready(function() { var $slideshow = $('#slideshow'); $slideshow.cycle({ fx: 'fade' }).cycle('pause'); $slideshow.hover(function() { $slideshow.cycle('resume'); }, function() {

[jQuery] Re: BlockUi - blue ring?

2009-11-17 Thread Mike Alsup
If you don't want a wait cursor then just set the css cursor prop: $.blockUI({ css: { cursor: 'default' } }); Mike On Nov 17, 4:05 am, "Jonathan Vanherpe (T & T NV)" wrote: > I don't see a busy cursor in Ubuntu, but I do see it in Win 7 and win X

[jQuery] Re: Cycle plugin won't start until all images have loaded (IE-only)

2009-11-13 Thread Mike Alsup
> When using the cycle plugin to display a slideshow in IE(6/?), it > won't start playing until all of the images have completely loaded. > This causes a delay of 5-15 seconds depending on the size and quantity > of images. There's no such problem with non-IE web browsers, however, > all of which s

[jQuery] Re: Generated output only displaying value - forms-jquery/ajax

2009-11-11 Thread Mike Alsup
On Nov 11, 1:56 pm, Rathric wrote: > I have a question about drop down options with html/jscript/Asp.net > and ajax/jquery/.  When the user populates the form and submits, the > output is written to memory and sent to an email address.  What I have > noticed is that the output is only showing th

[jQuery] Re: Cycle plugin with link functionality

2009-11-11 Thread Mike Alsup
7; + (idx) + ') a'; >         } > > I am trying to figure out how to also make those same thumbs also be > working links to other pages as well as hover controls.  Any thoughts > on how I can execute this ? You would have to do that manually by binding the click event on those pager anchors. Mike

[jQuery] Re: Cascade plugin and multiple selected values

2009-11-10 Thread Mike Nichols
$('select#parent').trigger('cascade'); ? On Nov 9, 5:08 pm, rmachado wrote: > Hello to all > > I using thecascadeplugin in 3 dropdowns and it works fine, but in > some ocasions I need to pre selected the values because the user is > editing the previous recorded selections. > > I manage to select

[jQuery] Re: jquery form and "myfom"

2009-11-09 Thread Mike Alsup
> I want that 10 minutes of my life back... :\ Ha ha. Love it!

[jQuery] Re: Strange behaviour of BlockUI

2009-11-07 Thread Mike Alsup
few lines or image. It is always incorrectly > centered on screen. The default settings are meant to handle a simple, short message. But you can control the position of the message using blockUI's 'css' option. There is an example on the demos page that shows how to control position with tall content. http://www.malsup.com/jquery/block/#demos Mike

[jQuery] Calling an iframe's javascript function

2009-11-03 Thread Mike
Is there a way to implement this JavaScript commmand through JQuery? document.getElementById('iframeid').contentWindow.myFunc(); Thanks!

[jQuery] Re: jQuery form plugin?

2009-11-02 Thread Mike Alsup
Can you post a link to this page, or a similar example page? On Nov 1, 6:00 pm, Jim Byrnes wrote: > I am new to jQuery and really new to the form plugin so I must be > missing something simple but I can't figure out what is wrong. > > I have this form: > > >         Print Items Due Report >    

[jQuery] Superfish jquery menu plugin - how to disable menu items

2009-10-31 Thread Mike Dwyer
I'm thinking of using this plugin for my menus. Is there an easy way to display a menu item in a disabled state?

Re: [jQuery] Re: Simple problem

2009-10-29 Thread Mike Grimes
unsubscribe

[jQuery] jQuery minified

2009-10-29 Thread Mike
Hey guys, i've got two questions for you: 1. What/Where i cand find are the differences between the minified and complete jQuery version?? what kind of things i can't use with minified version?? 2. the first question was because i'm developping a big web site, we want it to be visited for many us

[jQuery] (validate) "is not a function" error

2009-10-29 Thread Mike Disharoon
t some problem is occurring in all browsers. Any suggestions would be much appreciated! -Mike

[jQuery] Re: jquery cycle - link to certain images only

2009-10-29 Thread Mike Alsup
> I am using jquery cycle to make a book presentation. Right now there > is click-advance and also buttons for next and previous images. > But what I want is to also have buttons to go to certain pages only, > e.g. first page, chapter 1, last page. > What I've found so far is only the possibility t

[jQuery] Re: blockUI and iframe

2009-10-29 Thread Mike Alsup
> is it possible to have blockUI block the entire page, but call it from > within an iframe on that page? > > I don't see any parameters to pass an element or document?  i know i > can get access to the parent frame with jQuery > ('body',parent.document), but wanted to use blockUI from within the >

[jQuery] Re: draggable containment

2009-10-28 Thread Mike C
gging to this object".  in which > case you can point at a div that holds the item being dragged. > > Don't know how helpful that is, but hope it is a start... > > Shawn > > Mike C wrote: > > I've spent a good few hours trying to figure this out and I'm

[jQuery] draggable containment

2009-10-28 Thread Mike C
I've spent a good few hours trying to figure this out and I'm stumped. I'm trying to get a huge div that's bigger than the entire window to have a "scroll feature". I just want to implement draggable and have it so that you can't see beyond the div. The containment option is what I need, but the d

[jQuery] Re: jquery each function iterate through form inputs problem

2009-10-24 Thread Mike Alsup
> $('#formid>input').each(function(){ >         if($(this).attr('id')!='') alert($(this).attr('value'); //fetch id if > not blank ang show value > > }); > > the code inside this function does not run if the form is rendered > this way: > > >   >           >         >   > > > but if it is rend

[jQuery] Re: cross domain getJSON nothing happens

2009-10-23 Thread Mike Alsup
> I thought it was that simple... > So I should generate my json via a server-language (like php) and echo > that callback as in the post you refered? > I'll try that and keep you posted. Yes. Something like:

[jQuery] Re: cross domain getJSON nothing happens

2009-10-23 Thread Mike Alsup
> the json file named "myjson.json" (I've reduced its contents to its > minimum for testing purposes and it validates in JSONLint): > {"result": "true"} > > The javascript: > $.getJSON('http://site1:/myjson.json', {}, function(data) { alert > (data.result); }) > > I'm testing it in a local ser

[jQuery] clone and append elements across window in IE Bug

2009-10-23 Thread mike
I have a parent window. The parent window creates a child window. I then want to clone an element from the parent window, and then append the clone to the child window. I can get this to work in Firefox, but not in IE. I hear that IE has some restriction where you can't move elements across docu

[jQuery] Re: Cycle fxFn being reset

2009-10-22 Thread Mike Alsup
> In regards to the 9/9/9 release; it seems like the fxFn is set to null > in the resetState function and not being set back. I am invoking the > script with: > > $(document).ready( function() {jQuery > ('#cf73b7c6341940210VgnVCM10288ea8c0').cycle({ > pagerEvent: 'mouseover', > timeout: 45

[jQuery] Re: Jquery Corner IE issues [Solution]

2009-10-21 Thread Mike Alsup
Image demo: http://jquery.malsup.com/corner/image.html On Oct 21, 12:34 pm, Dave Methvin wrote: > Right, you can't "corner" an img element because the img element can't > have children. Put the img in a div and round that. Better yet, create > the img src with rounded transparent corners!

[jQuery] Re: jQuery.ajax() not calling beforeSend?

2009-10-21 Thread Mike Alsup
> Yes, it is on a different domain (which is why jsonp is being used). What > strategy would you suggest for me to be able to specify headers? It's a > must-have for my application. You can't. Are you saying you're trying to access a jsonp service that requires specific request headers on the GE

[jQuery] Re: loading message shows up after page has loaded

2009-10-21 Thread Mike Alsup
> > Hope that helps. > > --Karl Bah, this is getting entirely too civil. Snooze... :-)

[jQuery] Re: jQuery.ajax() not calling beforeSend?

2009-10-21 Thread Mike Alsup
> The alert below never occurs (and a breakpoint is never hit if I put > it there), but I can see that the ajax request is being sent. > >                 j$.ajax({ >                         'url': serviceUrl, >                         dataType: "jsonp", >                         data: params, >  

[jQuery] Re: images show before jquery and cycle plugin work their magic

2009-10-21 Thread Mike Alsup
> I've had this issue before. As Karl suggests, I was able to fix it by > giving the parent element (the one calling the cycle plugin) a fixed > height (the height of the images you're cycling) and an overflow of > hidden in the CSS. If the slides are of different heights, set the > height to the

[jQuery] Re: Cycle plugin issue in Safari & Chrome

2009-10-21 Thread Mike Alsup
e the images have been fully loaded. In that case, if you're not explicit about the dimensions of the slideshow and the slides (in css), you'll get what you get. Mike On Oct 21, 6:11 pm, "poundcommapo...@gmail.com" wrote: > An update - I've been told it's happening

[jQuery] Re: JQuery blockUI plugin - support for queueEmpty function

2009-10-20 Thread Mike Alsup
> How would I extend blockUI to have a function callback for when the > queue is empty?  I want to use something like this in a project where > I have several queued ajax requests, but I only want to call blockUI > on the first request and unblockUI when the queue is empty. You can use the ajaxSt

[jQuery] Re: Cycle plugin: centering images of variable width?

2009-10-18 Thread Mike Alsup
A better way to approach this is to wrap the images in divs and then cycle the divs. You can then count on it working correctly for all the transition effects. http://jquery.malsup.com/cycle2/center-horz.html Mike On Oct 17, 4:25 pm, David Collins wrote: > I didn't see this as an op

[jQuery] Re: jquery cycle site is down

2009-10-17 Thread Mike Alsup
> the cycle site is down since yesterday, i get a 403 and 404 error, ??? Hosting problems. Content is temporarily available here: http://www.malsup.com/jquery/cycle2/ Mike

[jQuery] Superfish and .htaccess

2009-10-17 Thread MIke
the same article as the third menu item horizontally . The content in the left menu bar is the same for every page on the site, so nothing there is bumping the image. So I'm guessing it's a CSS issue...just don't know how to resolve it. Thanks Mike

[jQuery] Re: Jquery Cycle - Combining Prev & Next with Image Count

2009-10-14 Thread Mike Alsup
"There's a demo for that". http://jquery.malsup.com/cycle/count2.html On Oct 14, 11:48 am, northbeach wrote: > I have worked out how to use the Next and Prev example here > :http://malsup.com/jquery/cycle/int2.html > > and the count example here:http://www.malsup.com/jquery/cycle/count.html

[jQuery] Re: loading message shows up after page has loaded

2009-10-14 Thread Mike Alsup
I'm enjoying this thread. :-) On Oct 14, 2:04 pm, Karl Swedberg wrote: > > Wow, easy there Karl. I was just showing you working examples of the > > issue I was experiencing. > > easy there? I was just trying to help. You showed examples that didn't   > include my suggestions, after we had alr

[jQuery] Re: (validate) How to get individual error messages and disable auto-showing

2009-10-14 Thread Mike
messages. On Oct 12, 3:56 pm, Mike wrote: > I'm trying to write a custom display for the error messages on my > form.  Ideally I'd like to use a modal pop-up window to display the > errors, but I'm having trouble figuring out how to prevent the > validation plugin from

[jQuery] What is the more correct/efficient selector?

2009-10-13 Thread Mike
$("select").change(function() { alert($("select option:selected").val()); }); OR $("select").change(function() { alert($(this).attr("value")); }); I am specifically looking at the selector used in the alert. From my testing the resul

[jQuery] Re: Problems with the form plugin (no redirect to the next page)

2009-10-13 Thread Mike Alsup
That page is not using the Form plugin; it appears to be using Jörn's Validation plugin. Also, I'm not seeing the problem you described. When I check the box and submit the form the next page is loaded. Mike On Oct 13, 1:16 am, Laire wrote: > Hello, > I try to use the ma

[jQuery] Re: Cycle Plugin -- Multiple Divs manipulated with one pager

2009-10-13 Thread Mike Alsup
le of how to do this: http://www.malsup.com/jquery/cycle/pager-double.html Mike

[jQuery] (validate) How to get individual error messages and disable auto-showing

2009-10-12 Thread Mike
I'm trying to write a custom display for the error messages on my form. Ideally I'd like to use a modal pop-up window to display the errors, but I'm having trouble figuring out how to prevent the validation plugin from automatically displaying the errors on my page AND I can't quite figure out ho

[jQuery] Re: Cycle Plugin not working in IE - who can help?

2009-10-09 Thread Mike Alsup
Remove the comma at the end of this line: prev: '#prev' , trailing commas at the end of an array are not allowed in IE 6/7. Also, next time please post a link instead of all your markup if possible. Cheers! Mike On Oct 9, 4:45 am, First Impression wrote: > Hi, >

  1   2   3   4   5   6   7   8   9   10   >