Re: [jQuery] ANNOUNCE: Alpha 2 of Ext 1.0 for jQuery is Available

2007-02-25 Thread Chris Domigan
Hawt!! ___ jQuery mailing list discuss@jquery.com http://jquery.com/discuss/

Re: [jQuery] ANNOUNCE: Alpha 2 of Ext 1.0 for jQuery is Available

2007-02-25 Thread Mikael Noone
This is supercewl. Although, to bulky for me to use on webpages. 372kb plus jquery.. i just say, wow... that´s big! and then additional javascript code for the functions, html, css. plus content! That will be a huge site On 2/25/07, Chris Domigan [EMAIL PROTECTED] wrote: Hawt!!

Re: [jQuery] ANNOUNCE: Alpha 2 of Ext 1.0 for jQuery is Available

2007-02-25 Thread Felix Geisendörfer
This is supercewl. Although, to bulky for me to use on webpages. 372kb plus jquery.. i just say, wow... that´s big! and then additional javascript code for the functions, html, css. plus content! That will be a huge site You've never been to MySpace hm? Otherwise you wouldn't call that

Re: [jQuery] ANNOUNCE: Alpha 2 of Ext 1.0 for jQuery is Available

2007-02-25 Thread Mikael Noone
myspace is the worst site on the net.(TM) Altough, seems like todays youth dont care about looks or funcionality. They just want to be seen and heard. On 2/25/07, Felix Geisendörfer [EMAIL PROTECTED] wrote: This is supercewl. Although, to bulky for me to use on webpages. 372kb plus jquery.. i

Re: [jQuery] ANNOUNCE: Alpha 2 of Ext 1.0 for jQuery is Available

2007-02-25 Thread Francesco Sullo
Hi Rey, your Alpha 2 is one of the more exciting javascript libraries I have seen. Great! Rey Bango ha scritto: Guys, Alpha 2 of Ext 1.0 for jQuery is now available for download. You can find out more details here: http://www.yui-ext.com/forum/viewtopic.php?t=3084 and download Ext 1.0 for

Re: [jQuery] ANNOUNCE: Alpha 2 of Ext 1.0 for jQuery is Available

2007-02-25 Thread Francesco Sullo
You are right. Alpha is great, but is too big for real web applications... Mikael Noone ha scritto: This is supercewl. Although, to bulky for me to use on webpages. 372kb plus jquery.. i just say, wow... that´s big! and then additional javascript code for the functions, html, css. plus

Re: [jQuery] jQuery in server side language?

2007-02-25 Thread John Beppu
Hpricot is my favorite HTML parser in the whole world, and its API was influenced by jQuery. Check it out: http://code.whytheluckystiff.net/hpricot/ On 2/24/07, howard chen [EMAIL PROTECTED] wrote: Anyone think that it would be great to use jQuery in server side? such as grab html from

Re: [jQuery] Docs Wigdet

2007-02-25 Thread Peter De Berdt
if it works on PC, i'd definitely use it! Then it would need to be called a GADget and not a WIDget, it's not the same ;-) (those of you reading digg and/or apple blogs will get the joke :-)) ___ jQuery mailing list discuss@jquery.com

Re: [jQuery] Docs Wigdet

2007-02-25 Thread Peter De Berdt
That's looks really cool, I'd definitely use it. Hey Yahuda, you could use Yahoo Widgets [1], they work in windows and mac http://widgets.yahoo.com/ I don't know a single mac user using Yahoo Widgets, because Apple Dashboard Widgets are built in, do the job fairly fine and already take up

Re: [jQuery] ajaxSubmit not defined

2007-02-25 Thread ty
It's quite simple, you just need to attach some ajax.js, and put this on it: -- $(function() { // OUTPUT login var login_options = { target: '#output-login' }; $('#login').ajaxForm(login_options); // PUT HERE MORE ajaxForm items... // BUSY state $('div id=busyLoading.../div')

[jQuery] Interface problem

2007-02-25 Thread Kristinn Sigmundsson
Hi there, I've got a really odd problem with the interface plugin. The thing is that when I go to the specific site that uses Interface theres no problem, but when I update the page I get this: http://img02.picoodle.com/img/img02/7/2/25/f_Interfaceerm_e3ca35b.gif So, following a link or typing in

Re: [jQuery] jqModal r7 release!

2007-02-25 Thread Felix Geisendörfer
Oh no, http://dev.iceburg.net/jquery/jqModal/ is down and I forgot to download the CSS code for the plugin earlier today : /. Any good soul who could email me a copy of it? Would be much appreciated - thanks. -- Felix Geisendörfer aka the_undefined --

Re: [jQuery] Interface problem

2007-02-25 Thread Brian Miller
Is all your of your main code in a ready block? Just a guess, but it might be trying to operate on the DOM before it's loaded. - Brian Hi there, I've got a really odd problem with the interface plugin. The thing is that when I go to the specific site that uses Interface theres no problem,

Re: [jQuery] ajaxSubmit not defined

2007-02-25 Thread Mike Alsup
$(function() { // OUTPUT login var login_options = { target: '#output-login' }; $('#login').ajaxForm(login_options); // PUT HERE MORE ajaxForm items... // BUSY state $('div id=busyLoading.../div') .ajaxStart(function() {$(this).show();}) .ajaxStop(function() {$(this).hide();})

Re: [jQuery] Interface problem

2007-02-25 Thread Kristinn Sigmundsson
Ok so I've narrowed the IE7 problem to this code: function makesortable(id){ $(#+id).find(.sortcontainer).Sortable( { accept: id,

Re: [jQuery] Interface problem

2007-02-25 Thread Kristinn Sigmundsson
thanks brian, as I got a few dynamically made lists I'd put script type=text/javascript$(makesortable(sort_'.$t['type'].'));/script after every list, a simple change to: script type=text/javascript$(function(){makesortable(sort_'.$t['type'].')});/script solved it. For some reason I thought that

Re: [jQuery] ANNOUNCE: Alpha 2 of Ext 1.0 for jQuery is Available

2007-02-25 Thread Rey Bango
LOL! Thanks Francesco but as much as I would love to take credit for writing all that, the actual author of the Ext library is Jack Slocum. :o) Rey Francesco Sullo wrote: Hi Rey, your Alpha 2 is one of the more exciting javascript libraries I have seen. Great! Rey Bango ha scritto:

Re: [jQuery] Validation plugin 1.0 alpha 2

2007-02-25 Thread Jörn Zaefferer
Lee Hinde schrieb: Wait, there's more. :-) Using the latest WebKit, http://webkit.org/ I got all the way through, no crash. [...] 1 tests of 181 failed. Now thats better. Results like that are more useful when filtered a bit: Just look at the result, click on the red lines and copy those

Re: [jQuery] Treeview - collapsing sub-branches

2007-02-25 Thread Jörn Zaefferer
Bruce MacKay schrieb: [...] The treecontrol links work fine - the whole tree collapses and expands as expected. It is just the collapsing/expanding of sub-branches where my problem exists. What mistake have I made ? From your description I don't really understand your problem. Could you

Re: [jQuery] ANNOUNCE: Alpha 2 of Ext 1.0 for jQuery is Available

2007-02-25 Thread Jörn Zaefferer
Francesco Sullo schrieb: You are right. Alpha is great, but is too big for real web applications... How about intranet web applications with 100mbit connections? No worries with a few hundred kb of JavaScript there. -- Jörn Zaefferer http://bassistance.de

Re: [jQuery] drag drop : proxy element?

2007-02-25 Thread Paul Bakaus
Hi Brian, we are currently working on a major rewrite on Drag Drop for Interface 2. Hopefully I will have the time to release a alpha version soon enough. With this new code, you will be able to create a proxy (we name it helper), that looks like you want. the property helper is able to accept

Re: [jQuery] ANNOUNCE: Alpha 2 of Ext 1.0 for jQuery is Available

2007-02-25 Thread Glen Lipka
Although jQuery probably achives what one needs for a basic rich marketing site. If you want a rich windows like experience or even a basic RIA site you will need more. The Interface plugin could provide some of that. There are plugins that provide some more. But as a coordinated suite, the

Re: [jQuery] ANNOUNCE: Alpha 2 of Ext 1.0 for jQuery is Available

2007-02-25 Thread Mikael Noone
Even 500kb of javascript will put a lot of load on the Browser. Even on a modern computer. On 2/25/07, Rey Bango [EMAIL PROTECTED] wrote: Exactly. Great point Joern. Rey Jörn Zaefferer wrote: Francesco Sullo schrieb: You are right. Alpha is great, but is too big for real web

[jQuery] Help needed: Images not loading properly in FF

2007-02-25 Thread Kristinn Sigmundsson
Hi, so this is not a specific jQuery problem that I can point out but let me explain my problem. When refreshing a page in FF 1.5 and FF2, some images won't load properly. Which images is totally random. When I check out the net tab in firebug I see that sometimes images (only one per page view

Re: [jQuery] ANNOUNCE: Alpha 2 of Ext 1.0 for jQuery is Available

2007-02-25 Thread Rey Bango
Its a 500kb transmission during the download of JS files, which is then stored in the browser cache. You're not instantiating 500k worth of objects during use so I would imagine that you wouldn't be putting a load on the browser. Rey... Mikael Noone wrote: Even 500kb of javascript will put a

[jQuery] Help needed

2007-02-25 Thread Blagovest Dachev
Hey guys, I have a problem in Safari with the following code and JQuery 1.6. I have an ul list where each element contains a form which I show/ hide when the user clicks on the respective list item. I also have prev/next buttons which make an AJAX call and inject the HTML with the new list

Re: [jQuery] ANNOUNCE: Alpha 2 of Ext 1.0 for jQuery is Available

2007-02-25 Thread Mikael Noone
I meant more like, having dialogs, tabs, sorters, draggables and tooltips will use quite a few % of CPU power. On low end machines (IE 1ghz cpu) that would be a problem. Ive noticed that jQuery runs alot slower and buggyer on FF than it does on IE 7. 500kb might be chached, but if you concider

Re: [jQuery] Help needed

2007-02-25 Thread Blagovest Dachev
The problem were repeated IDs. Blago ___ jQuery mailing list discuss@jquery.com http://jquery.com/discuss/

[jQuery] JDmenu and dimensions version clash.

2007-02-25 Thread Bob den Otter
Hi all, I'm having some issues with Jonathan Sharp's JDmenu plugin and the dimensions plugin. The version of dimensions.js that ships with jdmenu(*1) is quite different from the one that's on the jquery website(*2).. *1: http://jdsharp.us/code/jQuery/plugins/jdMenu/1.2.1/jdMenu-1.2.1.zip *2:

[jQuery] how do i use display: table-row; instrad of display: block; with the show() effect on table rows?

2007-02-25 Thread Mark
Hey,well the title really says it all..i`m trying to add/delete table rows with jquery and that`s working.. the bad thing is that jquery makes the rows that i do with the show() effect (this line: $(newObject).show(slow);) with display: block; and that distroys the way the table should look. if

Re: [jQuery] ANNOUNCE: Alpha 2 of Ext 1.0 for jQuery is Available

2007-02-25 Thread Mikael Noone
I read about it on a blog, so i got the latest SVN. Still it lags and gets artifacts when dragging a few divs, and doing drop effect with elements. On 2/25/07, Jörn Zaefferer [EMAIL PROTECTED] wrote: Mikael Noone schrieb: Ive noticed that jQuery runs alot slower and buggyer on FF than it

Re: [jQuery] Help needed: Images not loading properly in FF

2007-02-25 Thread Kristinn Sigmundsson
Well now I got the error pinned down, probably should have mentioned that my javascripts are merged into a single file, packed with dean edwards jspacker, gzip and finally saved for cache everytime a single javascriptfile changes... So I tested to replace my jscombiner class with script tags for

Re: [jQuery] how do i use display: table-row; instrad of display: block; with the show() effect on table rows?

2007-02-25 Thread Kristinn Sigmundsson
maybe something like this: $(newObject).show(slow, function() { $(this).css(display, table-row) }); //Kristinn On 2/25/07, Mark [EMAIL PROTECTED] wrote: Hey, well the title really says it all.. i`m trying to add/delete table rows with jquery and that`s working.. the bad thing is that

Re: [jQuery] ANNOUNCE: Alpha 2 of Ext 1.0 for jQuery is Available

2007-02-25 Thread Mikael Noone
Sorry, have to take that back. Seems to be a bug with maximize minimize. (rollup/hide effect) http://interface.eyecon.ro/demos/windows.html It flows good and no lag, but when ive toggled the effect, it starts to lag really bad even with the latest nightly build. On 2/25/07, Mikael Noone [EMAIL

[jQuery] blockUI moves content around in IE7

2007-02-25 Thread Jack Killpatrick
Hi, I'm having a problem with blockUI in IE7. It works fine in IE6 and Firefox2 (on Windows and Mac), but in IE7 when the modal opens it looks like all of the content of the page gets pushed up and out of view (so only the background color is showing) and the modal opens at the bottom left

Re: [jQuery] ANNOUNCE: Alpha 2 of Ext 1.0 for jQuery is Available

2007-02-25 Thread Mikael Noone
Hello again, tried with a new nightly build. No artifacts and no slowment whatsoever ;) On 2/25/07, Mikael Noone [EMAIL PROTECTED] wrote: I read about it on a blog, so i got the latest SVN. Still it lags and gets artifacts when dragging a few divs, and doing drop effect with elements. On

Re: [jQuery] how do i use display: table-row; instrad of display: block; with the show() effect on table rows?

2007-02-25 Thread Mark
Thanx that did the trick.also importand to add is that a table MUST HAVE tbody and /tbody :) if you don`t have that it will get messy again :Pbut thanx alot for fixing this issue. Date: Sun, 25 Feb 2007 23:39:37 +0100 From: [EMAIL PROTECTED] To: discuss@jquery.com Subject: Re: [jQuery] how do i

[jQuery] how to find out the browser your using with jquery and do a action?

2007-02-25 Thread Mark
Hey,i`m using a effect on tables which only seem to work in firefox.. so now i would like to make the effect browser dependent.. so if it`s firefox: use fade, if it`s any other browser (not gecko based) use another effect or don`t use any effect at all.o btw.. why do my reply`s not appera in

Re: [jQuery] blockUI moves content around in IE7

2007-02-25 Thread Karl Rudd
You'll probably need to provide a bit more detail before someone can help. Do you have a publicly accessible example of the page? It sounds like a CSS positioning issue to me. Karl Rudd On 2/26/07, Jack Killpatrick [EMAIL PROTECTED] wrote: Hi, I'm having a problem with blockUI in IE7. It

Re: [jQuery] how to find out the browser your using with jquery and do a action?

2007-02-25 Thread Chris Domigan
Hi Mark, You can use $.browser. See here for more info: http://docs.jquery.com/JavaScript#.24.browser Chris ___ jQuery mailing list discuss@jquery.com http://jquery.com/discuss/

Re: [jQuery] how to find out the browser your using with jquery and do a action?

2007-02-25 Thread Mark
thanx. i couldn`t find it.. it`s working perfectly.Date: Mon, 26 Feb 2007 12:07:30 +1300From: [EMAIL PROTECTED]: [EMAIL PROTECTED]: Re: [jQuery] how to find out the browser your using with jquery and do a action?Hi Mark,You can use $.browser. See here for more info:

Re: [jQuery] blockUI moves content around in IE7

2007-02-25 Thread Mike Alsup
Yeah, it was a quirks mode issue. It's fixed now: http://dev.jquery.com/browser/trunk/plugins/blockUI/jquery.block.js?format=txt On 2/25/07, Mike Alsup [EMAIL PROTECTED] wrote: !DOCTYPE html PUBLIC -//W3C//DTD HTML 4.0 Transitional//EN I think that's a problem with blockUI in quirks mode.

Re: [jQuery] how do i use display: table-row; instrad of display: block; with the show() effect on table rows?

2007-02-25 Thread Rick Faircloth
Hi, Mark. I've been working with showing/hiding tables rows a little and would like to see how your solution is working.got a sample online that I can view? Rick From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Mark Sent: Sunday, February 25, 2007 5:59 PM To: jQuery

Re: [jQuery] how do i use display: table-row; instrad of display: block; with the show() effect on table rows?

2007-02-25 Thread Mark
Sorry, i don`t have a working somaple online.. it`s all running on my localhost. but i can tell you that IE is the biggest hell in cloning table rows.. (i`m cloning them.. not showing/hiding) but here is the javascript and the html for you: // javascript: function cloneObject(gdiv, insdiv,

Re: [jQuery] JDmenu and dimensions version clash.

2007-02-25 Thread rolfsf
Yes - I've encountered it and I'm pretty sure Jonathan knows about it (I mentioned it to him)... I believe he's working on a new version of jdmenu. I just used the version of dimensions that ships with jdmenu for now, as I'm not yet using it for anything else. Bob den Otter wrote: Hi all,

Re: [jQuery] JDmenu and dimensions version clash.

2007-02-25 Thread Jonathan Sharp
Hey Bob, You're correct with 1.2.1 not working with the latest dimensions. There were some API changes to the dimensions plugin that broke compatibility. So here's the good news! I have 1.3 in final beta but just haven't packaged it for release yet. So here you go:

[jQuery] Progress Bar Plugin

2007-02-25 Thread mrcarxpert
As promised I'm slowly releasing my jQuery based code for public consumption. This is more css than anything else, but it does use jQuery. This is something I just came up with one night and have yet to use it in a project, so it is basically untested. It appears to work in FF2 and IE7. I

Re: [jQuery] blockUI moves content around in IE7

2007-02-25 Thread Jack Killpatrick
sweet, that fixed it! Thanks much, Jack Mike Alsup wrote: Yeah, it was a quirks mode issue. It's fixed now: http://dev.jquery.com/browser/trunk/plugins/blockUI/jquery.block.js?format=txt On 2/25/07, Mike Alsup [EMAIL PROTECTED] wrote: !DOCTYPE html PUBLIC -//W3C//DTD HTML 4.0

Re: [jQuery] JDmenu and dimensions version clash.

2007-02-25 Thread rolfsf
happy to hear about 1.3! I'll wait for the final release. Rolf Jonathan Sharp wrote: Hey Bob, You're correct with 1.2.1 not working with the latest dimensions. There were some API changes to the dimensions plugin that broke compatibility. So here's the good news! I have 1.3 in final

Re: [jQuery] Docs Wigdet

2007-02-25 Thread rolfsf
Want! wycats wrote: If you guys really want something like this, it would be pretty trivial to create. How interested is everyone? -- Yehuda -- View this message in context: http://www.nabble.com/Docs-Wigdet-tf3154757.html#a9153889 Sent from the JQuery mailing list archive at

Re: [jQuery] Help needed

2007-02-25 Thread Ⓙⓐⓚⓔ
you'll get briefer code replacing $([EMAIL PROTECTED]) with $(li.queryItem) unless you really do have classes that just have queryitem inside the name like xxxqueryitemxxx also you're better off debugging in firefox. safari is cute but

Re: [jQuery] Docs Wigdet

2007-02-25 Thread Sean O
Well, on a related (?) note, I just released jQueryHelp - a code reference applet for Windows. (sorry Maccies!) http://www.sean-o.com/jquery/jqueryhelp/ It calls out to the jQuery API Browser for insight on any jQuery function in any editor. No pretty glass reflections here, but it does works

Re: [jQuery] Docs Wigdet

2007-02-25 Thread Kenneth
I heard about Launchy (OSS, http://www.launchy.net/) from Lifehacker, and it's pretty fun. I've been meaning to stick a copy of the API + .js in a launchy directory... Also, I'm not up on my Windows coding, but it also supports plugins (DLL's)...could possibly integrate with jQueryHelp? I just