[jQuery] Possible jQuery 1.4 and jQuery UI 1.7.2 bug

2010-01-15 Thread Shaun Kester
your opinion on it. Explanation and demo of the bug: http://bit.ly/5Hz2u3 Cheers, Shaun

[jQuery] Errors with Animation with Jquery 1.3

2009-04-23 Thread Shaun
I get this error when using UI and other animation effects o.speed is not a function Cannot seem to see why. Code below Anyone else seen this? script type=text/javascript src=http://ajax.googleapis.com/ajax/ libs/jquery/1.3/jquery.min.js/script script

[jQuery] VideoJug slider

2009-02-05 Thread Shaun Culver
How do I replicate the mouseover effect for the video gallery on VideoJug (http://www.videojug.com)? Thank you.

[jQuery] Re: Div control

2008-12-15 Thread Shaun Culver
I've been through quite a few of the tutorials/articles, but I still feel that I do not have the tools to control any div with any link proper. I feel that Mike Alsup's post was on the right track, but, it seems, too much was expected to know by a noob like me. How would the code listed in post

[jQuery] Re: Div control

2008-12-15 Thread Shaun Culver
Thank you for all the help. The documentation is great.

[jQuery] Div control

2008-12-14 Thread Shaun Culver
I would like to know how to use jQuery to control (create, delete, update, toggle, animate, etc.) divs. I have been searching, but never find anything satisfactory. For example, I would especially like to find a script that can do all of this via the a href tag. I would appreciate any leads.

[jQuery] Re: Div control

2008-12-14 Thread Shaun Culver
Thank you for your response. I'd be grateful if you'd be so kind as to help me get on my feet. I am new to jQuery (and javascript/ajax frameworks). I know that the main library file needs to be included: script type=text/javascript src=lib/jquery/jquery.js/script Where would the code that

[jQuery] Following jQuery on Twitter

2008-07-07 Thread Shaun Kester
Hi all, I thought I'd compile a list of jQuery-centric people that you can follow on Twitter on my blog. http://tinyurl.com/582scb Thanks to Marc and Richard for their help. I missed some people the first time around, but have updated the list based on their recommendations.

[jQuery] Re: Moving mouse fast causes mouseout not to fire

2008-07-03 Thread Shaun
the image correctly be inlined? For a graphical element of a menu for example? Certainly for a background to anything - the page, a form, a logo, some other design element - then the CSS background-image url would way to go. Thanks again. -- Shaun

[jQuery] Re: Moving mouse fast causes mouseout not to fire

2008-07-01 Thread Shaun
. Karl Rudd On Tue, Jul 1, 2008 at 12:14 PM, Shaun [EMAIL PROTECTED] wrote: I was able to verify that it looks slow on FF3 today as well. If anyone knows of a lighter weight solution, please post.  Thanks. On Jun 29, 11:41 am, Shaun [EMAIL PROTECTED] wrote: Hello All - I have

[jQuery] Re: Moving mouse fast causes mouseout not to fire

2008-06-30 Thread Shaun
I was able to verify that it looks slow on FF3 today as well. If anyone knows of a lighter weight solution, please post. Thanks. On Jun 29, 11:41 am, Shaun [EMAIL PROTECTED] wrote: Hello All - I have the problem where for an image rollover, moving the mouse very quickly can leave my roll

[jQuery] Re: Position a hidden DIV under a menu item

2008-06-29 Thread Shaun
$('#appMenuDropDown').css( 'top', offset.top + 20 + 'px' ); $('#appMenuDropDown').css( 'left', offset.left + 'px' ); On Jun 29, 1:31 pm, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote: Hello, I have an existing single-row table driven menu bar that I am looking to add a drop-down menu to. Below

[jQuery] Re: simple: how to dynamically set dropdown's selected menu item

2008-06-29 Thread Shaun
var known = 'hello'; $(option:contains('+known+')).attr( 'selected', 'true' ); On Jun 29, 2:44 pm, spherop [EMAIL PROTECTED] wrote: i can't seem to find example for: simple html dropdown select id=myDD option value=hihi/option option value=hellohello/option /select jquery code

[jQuery] Re: Position a hidden DIV under a menu item

2008-06-29 Thread Shaun
How about $('#appMenuDropDown').css( 'top', offset.top + 20 + 'px' ); $('#appMenuDropDown').css( 'left', offset.left + 'px' ); On Jun 29, 1:31 pm, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote: Hello, I have an existing single-row table driven menu bar that I am looking to add a drop-down menu

[jQuery] Re: Loading splash widget blocking UI until everything is loaded

2008-06-21 Thread Shaun Kester
I saw a plugin recently that allows you to set a number of functions and have them called in order. Make it so that the first function in the list calls $.blockui and the last function calls $.unblockui. On May 15, 4:04 am, Quinode [EMAIL PROTECTED] wrote: I have a page with a lot of jquery

[jQuery] children().text problem on IE

2008-06-11 Thread Shaun
://psd2cssonline.com/tutorials/tooltips/index.html It's strange because IE will allow me to do other things (css(...) for example) over the children selector, just not text(...) or html(...). What am I missing? Thanks. -- Shaun [EMAIL PROTECTED]

[jQuery] Re: children().text problem on IE

2008-06-11 Thread Shaun
and probably shouldn't to FF either. So just changing that line to (something like): $('#Layer-3').children('div').text( 'some text' ); solved the problem. On Jun 11, 12:59 pm, Shaun [EMAIL PROTECTED] wrote: I have a line of jQuery that works fine for FF and Opera, but fails in IE with the error

[jQuery] Re: strange bug with IE and .html()

2008-06-09 Thread Shaun
thanks very much will give it a try On Jun 7, 3:55 pm, Ariel Flesler [EMAIL PROTECTED] wrote: This should do, haven't tested though. $().html().replace(/jquery\d+=\d+/ig, ''); -- Ariel Fleslerhttp://flesler.blogspot.com On 6 jun, 20:35, Shaun [EMAIL PROTECTED] wrote: Thanks

[jQuery] strange bug with IE and .html()

2008-06-06 Thread Shaun
When trying to get some html back from part of a document I get jquery attributes included in the html (IE only) has anyone else seen this and how did they fix it short of regex eg elements that have events bound to then have button jquery1234567=1 etc..

[jQuery] Photoshop to CSS code generator uses jQuery

2008-06-05 Thread Shaun
to the code generator that I could add. Here is the site: http://psd2cssonline.com Thanks for any input. -- Shaun McIntyre [EMAIL PROTECTED]

[jQuery] jQuery keeping tabs on the election

2008-05-06 Thread Shaun Kester
I noticed jQuery and ui.tabs being used today to track the election on a href=http://www.indystar.com/apps/pbcs.dll/article?AID=// NEWS05/80326049indystar.com/a. It is, as always, great to see jQuery out in the wild.

[jQuery] Re: jQuery Child Toggle Problems

2008-04-25 Thread shaun haage
i jumped the gun a little, ui.selectable did the trick. Thanks - Original Message From: [EMAIL PROTECTED] [EMAIL PROTECTED] To: jQuery (English) jquery-en@googlegroups.com Sent: Friday, April 25, 2008 4:39:34 AM Subject: [jQuery] Re: jQuery Child Toggle Problems Hi, Shaun It's hard

[jQuery] Ajax and CSS classes

2008-04-24 Thread Shaun Kester
with ajax and the callback changes the classes of the elements, the background image does not come through for IE6 only, FF2 works fine. Firebug says everything is fine, but the IE developer toolbar says the class has not changed. Any insight appreciated. TIA. ~Shaun Any insight appreciated.

[jQuery] Re: LiveQuery (Discuss Please)

2007-11-01 Thread Shaun Kester
LiveQuery is a staple in my list of plugins. No matter how much I mess with the DOM, my events always fire. Leave the core lean, but this plugin deserves more recognition for sure. On Oct 31, 7:04 pm, Yehuda Katz [EMAIL PROTECTED] wrote: So as far as I'm concerned, livequery is the biggest

[jQuery] Re: Making sure a radio button is checked

2007-09-05 Thread Shaun Kester
I'm getting an error: missing ; after for-loop initializer I'm using firebug, but I don't see where the error is. Any insight? Thanks for your help On Sep 4, 6:50 pm, Joel Birch [EMAIL PROTECTED] wrote: Hi Shaun, Try this, although it is untested: function validate_form (){ var

[jQuery] Re: Making sure a radio button is checked

2007-09-05 Thread Shaun Kester
? if(!$(this).find([EMAIL PROTECTED]:checked).size()){ alert( All questions are required. Please check your entries. ); return false; }; On Sep 4, 6:50 pm, Joel Birch [EMAIL PROTECTED] wrote: Hi Shaun, Try this, although it is untested: function validate_form

[jQuery] Re: Making sure a radio button is checked

2007-09-05 Thread Shaun Kester
: if ( $('input[type=radio]:checked',theRadioSet).length != -1 ){ Should be: if ( $('input[type=radio]:checked',theRadioSet).length == -1 ){ ...it's very late... Joel. -- Shaun Kester -- [EMAIL PROTECTED] http://www.skfox.com

[jQuery] Making sure a radio button is checked

2007-09-04 Thread Shaun Kester
appreciated. Thank you, Shaun

[jQuery] Making sure a radio button is checked

2007-09-04 Thread Shaun Kester
appreciated. Thank you, Shaun

[jQuery] File uploads with Form plugin

2007-08-24 Thread Shaun Kester
') }); } }); }); TIA, Shaun Kester

[jQuery] File uploads with Form plugin

2007-08-24 Thread Shaun Kester
') }); } }); }); TIA, Shaun Kester

[jQuery] Re: File uploads with Form plugin

2007-08-24 Thread Shaun Kester
As usual, you are way ahead of me. Thanks Mike, that fixed it. On Aug 24, 4:18 pm, Mike Alsup [EMAIL PROTECTED] wrote: Shaun, It works, but I just fixed a bug in the file upload code. You'll need to grab the latest: http://jqueryjs.googlecode.com/svn/trunk/plugins/form/jquery.form.js

[jQuery] Re: BlockUI: Odd behaviour in Internet Explorer

2007-08-23 Thread Shaun Kester
. find each 'a' with a specific class for thickbox 6. unblockui The IE6 progress bar and spinner don't stop until I click on a tab. I've tried clicking a tab programatically with no luck. I'll send samples off list if it will help. Thank you for your time. -Shaun Kester On Aug 8, 7:09 am, Mike Alsup

[jQuery] Re: BlockUI: Odd behaviour in Internet Explorer

2007-08-23 Thread Shaun Kester
... Mike On 8/23/07, Shaun Kester [EMAIL PROTECTED] wrote: Any updates on the issue with the IE6 progress bar and throbber still showing after an $.unblockUI();?

[jQuery] Re: BlockUI: Odd behaviour in Internet Explorer

2007-08-23 Thread Shaun Kester
/svn/trunk/plugins/blockUI/jquery.block... Mike On 8/23/07, Shaun Kester [EMAIL PROTECTED] wrote: Any updates on the issue with the IE6 progress bar and throbber still showing after an $.unblockUI();?

[jQuery] Re: Quick straw pole about maps

2007-08-08 Thread Shaun Kester
Google maps all the way. I really wish there was a jquery equivalent of gmapez (http://n01se.net/chouser/gmapez/). While very easy to use, it can be slow at time. On Aug 8, 12:02 pm, Tane Piper [EMAIL PROTECTED] wrote: Hey folks, I wanted to ask the list a quick straw poll. A bit OT but the

[jQuery] Re: WYSIWYG Editing with Form Plugin

2007-07-31 Thread Shaun Kester
can't understand why this would happen. The plugin doesn't tamper with the code at all. Do you have a URL? On 27/07/07, Shaun Kester [EMAIL PROTECTED] wrote: Thanks for your help. I have this: //Start the editor

[jQuery] Re: WYSIWYG Editing with Form Plugin

2007-07-31 Thread Shaun Kester
A. [EMAIL PROTECTED] wrote: Shaun, You haven't used the plugin. The script wasn't loaded. So the 'ajaxSubmit' method wasn't intercepted. Please read installation instructions here: http://www.fyneworks.com/jquery/FCKEditor/ Cheers, Diego A. On 31/07/07, Shaun Kester [EMAIL PROTECTED] wrote

[jQuery] Re: WYSIWYG Editing with Form Plugin

2007-07-30 Thread Shaun Kester
for your help. On Jul 27, 4:59 pm, Diego A. [EMAIL PROTECTED] wrote: I can't understand why this would happen. The plugin doesn't tamper with the code at all. Do you have a URL? On 27/07/07, Shaun Kester [EMAIL PROTECTED] wrote: Thanks for your help. I have

[jQuery] WYSIWYG Editing with Form Plugin

2007-07-27 Thread Shaun Kester
' }); }); }); }); }); }); } TIA, Shaun

[jQuery] Re: WYSIWYG Editing with Form Plugin

2007-07-27 Thread Shaun Kester
: { CustomConfigurationsPath: '/path/to/fck/custom.js' /* and so on... */ } }); }); On Jul 27, 7:59 pm, Shaun Kester [EMAIL PROTECTED] wrote: How do I set the FCK options like width, toolbar, etc? On Jul 27, 11:31 am, Diego A. [EMAIL PROTECTED] wrote: Try my plugin:http://www.fyneworks.com

[jQuery] Re: run javascript through the address bar on a site

2007-06-22 Thread Shaun Kester
You could also try the greasemonkey system for firefox and write you own javascript for the pages that have ads you want to suppress. http://www.greasespot.net/ On Jun 22, 9:03 am, Mark [EMAIL PROTECTED] wrote: Hey, This question is not but related to jquery but to javascript. i hope this

[jQuery] Re: What's your setup?

2007-06-22 Thread Shaun Kester
Wow, I'm probably going to leave a few of you scratching your heads, as my backend is pretty rare. Easily less then 1,000 people use it. OS: Windows XP Professional/2000 server Editor: Dreamweaver for front end and Microsoft Visual FoxPro backend Frontend: jQuery/Plain HTML. Firebug for

[jQuery] Re: ANNOUCE: idTabs plugin released!

2007-06-18 Thread Shaun Kester
I made a quick post with screenshot for you using Safari on windows. I see the loading image briefly, then the page just stops. No tabs show up. http://www.skfox.com/jquery/idtabs-new-jquery-plugin/ On Jun 17, 7:40 am, Sean Catchpole [EMAIL PROTECTED] wrote: On 6/17/07, Robert Wagner [EMAIL

[jQuery] jQuery on attackr.com

2007-05-31 Thread Shaun Kester
jQuery has been mentioned on attackr.com. It was my turn to write a quick article on web development and jQuery is an excellent muse. http://www.attackr.com/file-uploads-with-ajax/

[jQuery] Re: datePicker v2 beta

2007-04-25 Thread Shaun Kester
I get an error in Firefox and IE with the latest build. Firebug output: (new Date).zeroTime is not a function setStartDate(undefined)jquery.datePicker... (line 516) init(Object renderCallback=[0] createButton=true)jquery.datePicker... (line 498) (no name)()jquery.datePicker... (line 215)