[jQuery] Possible jQuery 1.4 and jQuery UI 1.7.2 bug

2010-01-15 Thread Shaun Kester
Hi jQuery team, I think I've found a small bug when using jQuery 1.4 with jQuery UI 1.7.2 in the 'open' event of the dialog widget. I'm going to try to dig into it this weekend so that I can provide some better information and maybe even a patch, but until then I wanted to post it here to get you

[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: "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] 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 http://www.indystar.com/apps/pbcs.dll/article?AID=// NEWS05/80326049">indystar.com. It is, as always, great to see jQuery out in the wild.

[jQuery] Ajax and CSS classes

2008-04-24 Thread Shaun Kester
Using IE6 / WinXP SP2 / jQuery 1.2.3.pack Given an HTML nav list... Home SCFox and CSS #navtoplist a, #navtoplist a:link, #navtoplist a:visited { float: left; display: block; color: #fff; margin: 0 1px 0 0; padding: 5px 10px; text-decoration:

[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
gt; != -1 ){ > > valid = false; > > alert ('The question with id > "'+theRadioSet.id+'" was not answered'); > > return false; //I *think* this halts further > 'each' cycles > >

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

2007-09-05 Thread Shaun Kester
I figured out the missing ';', sorry about that. I found this function in the archive and it works for alerting me that one of the radio sets is not checked. Is there any way in the alert for it to tell me the name, id, or rel attribute of the group that stopped the find? if(!$(this).find

[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 (){ >

[jQuery] Making sure a radio button is checked

2007-09-04 Thread Shaun Kester
My HTML: Employee Engagement 1. I am proud to be part of the [redacted]. 1 2 3 4 5 2. I see myself working for the [redacted] three years from now. 1 2 3 4 5 3. The work I do is very important to the success of our organization. 1 2 3 4 5 Before submit, I run this function to make sur

[jQuery] Making sure a radio button is checked

2007-09-04 Thread Shaun Kester
My HTML: Employee Engagement 1. I am proud to be part of the [redacted]. 1 2 3 4 5 2. I see myself working for the [redacted] three years from now. 1 2 3 4 5 3. The work I do is very important to the success of our organization. 1 2 3 4 5 Before submit, I run this function to make sur

[jQuery] Re: File uploads with Form plugin

2007-08-24 Thread Shaun Kester
s.googlecode.com/svn/trunk/plugins/form/jquery.form.js > > Here's a sample of what you're trying to do: > > http://www.malsup.com/jquery/form/file-test.html > > Mike > > On 8/24/07, Shaun Kester <[EMAIL PROTECTED]> wrote: > > > > > I'm loading my f

[jQuery] File uploads with Form plugin

2007-08-24 Thread Shaun Kester
#frmUpdateJobListing').ajaxForm({ url: '/Admin.scpc?&Prog=SaveContent&Type=JobList&UserId='+ $.cookie('scpc') }); } }); }); TIA, Shaun Kester

[jQuery] File uploads with Form plugin

2007-08-24 Thread Shaun Kester
#frmUpdateJobListing').ajaxForm({ url: '/Admin.scpc?&Prog=SaveContent&Type=JobList&UserId='+ $.cookie('scpc') }); } }); }); TIA, Shaun Kester

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

2007-08-23 Thread Shaun Kester
It's now fixed: > > http://jqueryjs.googlecode.com/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: BlockUI: Odd behaviour in Internet Explorer

2007-08-23 Thread Shaun Kester
.com/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: BlockUI: Odd behaviour in Internet Explorer

2007-08-23 Thread Shaun Kester
ded 5. 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 Ke

[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

[jQuery] Re: WYSIWYG Editing with Form Plugin

2007-07-31 Thread Shaun Kester
, Diego 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/ &g

[jQuery] Re: WYSIWYG Editing with Form Plugin

2007-07-31 Thread Shaun Kester
lse to prevent normal browser submit and page navigation return false; }); });

[jQuery] Re: WYSIWYG Editing with Form Plugin

2007-07-30 Thread Shaun Kester
k you 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]> wr

[jQuery] Re: WYSIWYG Editing with Form Plugin

2007-07-27 Thread Shaun Kester
[EMAIL PROTECTED]> wrote: > $(function(){ > $.fck.start({ > path: "/path/to/fck/", > Height: "500px", > ToolbarSet: "Default", > Config: { >CustomConfigurationsPath: '/path/to/fck/custom.js' >/* and so on... */ >

[jQuery] Re: WYSIWYG Editing with Form Plugin

2007-07-27 Thread Shaun Kester
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/FCKEditor/ > > On Jul 27, 6:53 pm, Shaun Kester <[EMAIL PROTECTED]> wrote: > > > Hi all, &

[jQuery] WYSIWYG Editing with Form Plugin

2007-07-27 Thread Shaun Kester
Hi all, I'm having a heck of a time getting either tinymce or fckeditor to load via ajax and then be submitted with mikes awesome form plugin. Anybody got these to successfully work? Here my code that loads and binds the textarea and form. function LoadFunctions() { $("#Funcs").load('/Ad

[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 t

[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 debugging

[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 <[EMA

[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 copied the date.js that is linked from your demo page. I'll give it a try again later. Thanks for your time. On Apr 25, 2:13 pm, "Kelvin Luck" <[EMAIL PROTECTED]> wrote: > On Wed, 25 Apr 2007 18:28:09 +0100, Shaun Kester <[EMAIL PROTECTED]> wrote: > > >

[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) e([input

[jQuery] Re: jQuery in server side language?

2007-04-02 Thread Shaun Kester
ething. If webmasters didn't want you crawling their site for that, I'm sure a meta tag or robots.txt could stop it. Hmm...any thoughts or takers on that? It sounds like these two things are almost there. -Shaun On Apr 2, 2:41 pm, "Robert Wagner" <[EMAIL PROTECTED]> wro

[jQuery] Re: jQuery in server side language?

2007-04-02 Thread Shaun Kester
Hi everyone, I was wondering if anyone had made progress on using jQuery on the server side. I'm a Visual Foxpro programmer (yeah, I know MS discontinued it) and regularly pull the HTML of a page down to a file or variable to process. What I'd like to to is be able to select the HTML using jQuery