[jQuery] Re: Disable the Firefox Error Console

2007-09-17 Thread quayfee
Hi, As Erik explained jQuery doesn't do anything special to interact with the error console. I found the my issue was being caused by the way I was interacting javascript with a tag elements. Hope that helps you. Cheers Keith 胡争辉 wrote: > > What is the code ? > > 2

[jQuery] Re: Disable the Firefox Error Console

2007-09-15 Thread quayfee
Hi Erik, Having done some more detailed checking i've narrowed it down to one function rather than the .load() method. I haven't been able to narrow it down further yet, but should be able to sort it. Thanks for comign back to me. Cheers Keith -- View this message in context: http://www.n

[jQuery] Disable the Firefox Error Console

2007-09-15 Thread quayfee
Hi All, I'm finding that the error console pops up on every .load() call, even if there are no errors. While it's fine and very helpful for development, I would like to be able to turn it off as the last stage before putting the app into a production environment. Can anyone tell me how i can do

[jQuery] Re: BlockUI fadeout

2007-09-10 Thread quayfee
Hi Mike, Thanks for letting me know. Is it something that might be added to a later release? Cheers Keith -- View this message in context: http://www.nabble.com/BlockUI-fadeout-tf4414799s15494.html#a12602838 Sent from the JQuery mailing list archive at Nabble.com.

[jQuery] BlockUI fadeout

2007-09-10 Thread quayfee
Hi All, I'm using the blockUI plugin for dialogs throughout the site, Content is loaded using $(element).load(... into a div created on on the fly. when unblocking the div with the content loaded disappears before the whole thing has faded. I would like to have this wait until the animation has

[jQuery] Re: hyperlinks don't work with blockui in IE

2007-09-04 Thread Quayfee
Hi Gordon, I don't know if it's of any use to you, but I hit a similar issue creating blockUI popups with external files as thier source. I ended up with a solution that sounds simliar to what you're doing, I create the div at the end of the page [$('body').append('')], then populate it (in my c

[jQuery] FCKEditor (to plugin or not to plugin...) newbie struggling again...

2007-08-29 Thread Quayfee
Hi All, I'm having issues getting the FCKEditor plugin to work inside content that is loaded through $('#element').load('mysourceFile.php'); If I use the standard PHP method of including FCKEditor the editors (there are two on the page) are displayed, however when the form is submited (using $('

[jQuery] Re: Sortable List Problems (Interface plugin)

2007-08-28 Thread quayfee
Hi Richard, Thanks for letting me know about the update. I've got plenty to be learning in the mean time so I'll have a look at the new release. Cheers Keith Richard D. Worth-2 wrote: > > Interface sortables has a couple of little quirks like this. It is still > an > official plugin, meani

[jQuery] Sortable List Problems (Interface plugin)

2007-08-27 Thread quayfee
Hi All, I'm trying to create asortable list of categories. The file that generates the list will be loaded into a div using $ ('#content').load('cateList.php'). The sortable works fine the first time the file is loaded, however, if I move to a different set of content in the same div (called in