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 realized Launchy has a portable mode (USB), hrmmm
___
jQuery mailing list
discuss@jquery.com
http://jquery.com/discuss/


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 inline
(using a keyboard shortcut) with any IDE -- it's faster than
cut-n-pasting-n-entering... :)

Runs in the system tray as a small (~200k) app.


SEAN O



rolfsf wrote:
> 
> Want!
> 
> 

-- 
View this message in context: 
http://www.nabble.com/Docs-Wigdet-tf3154757.html#a9153936
Sent from the JQuery mailing list archive at Nabble.com.


___
jQuery mailing list
discuss@jquery.com
http://jquery.com/discuss/


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
firefox+firebug is the king of javascript debugging!

On 2/25/07, Blagovest Dachev <[EMAIL PROTECTED]> wrote:
> The problem were repeated IDs.
>
> Blago
>
> ___
> jQuery mailing list
> discuss@jquery.com
> http://jquery.com/discuss/
>


-- 
Ⓙⓐⓚⓔ - יעקב   ʝǡǩȩ   ᎫᎪᏦᎬ
___
jQuery mailing list
discuss@jquery.com
http://jquery.com/discuss/


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 Nabble.com.


___
jQuery mailing list
discuss@jquery.com
http://jquery.com/discuss/


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 beta but just haven't packaged
> it
> for "release yet".
> 
> So here you go: http://jdsharp.us/code/jQuery/plugins/jdMenu/1.3.beta/ you
> can grab the jquery.jdMenu.js plugin and CSS files. I've also broke
> styling
> out some. It make take a little bit of work if you've modified the CSS. I
> hope to finish the documentation for this in the next few days. Feel free
> to
> email me with any questions!
> 
> Cheers,
> -Jonathan
> 
> 
> On 2/25/07, Bob den Otter <[EMAIL PROTECTED]> wrote:
>>
>> 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:
>> http://jquery.com/dev/svn/trunk/plugins/dimensions/dimensions.js?format=txt
>>
>> Unfortunately jdmenu stops working when you use the newer version of
>> dimensions.
>> Has anyone else experienced this, and perhaps know how to fix it?
>>
>>
>> Thanks, Bob.
>>
>>
>> --
>> Bob den Otter - [EMAIL PROTECTED]
>> Two Kings - www.twokings.nl - 070 345 76 28
>>
>>
>>
>>
>>
>>
>> ___
>> jQuery mailing list
>> discuss@jquery.com
>> http://jquery.com/discuss/
>>
> 
> ___
> jQuery mailing list
> discuss@jquery.com
> http://jquery.com/discuss/
> 
> 

-- 
View this message in context: 
http://www.nabble.com/JDmenu-and-dimensions-version-clash.-tf3289545.html#a9153873
Sent from the JQuery mailing list archive at Nabble.com.


___
jQuery mailing list
discuss@jquery.com
http://jquery.com/discuss/


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:
  


  

I think that's a problem with blockUI in quirks mode.  I'll look into
it.  Can you try it in strict mode just to see if it works?




  
___
jQuery mailing list
discuss@jquery.com
http://jquery.com/discuss/


[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 have made the source code and examples available at 
http://digitalbush.com/projects/progress-bar-plugin
http://digitalbush.com/projects/progress-bar-plugin 

Please let me know if you have any problems with this especially those on
other platforms.  Feedback is welcomed! 

Josh
-- 
View this message in context: 
http://www.nabble.com/Progress-Bar-Plugin-tf3290844.html#a9153300
Sent from the JQuery mailing list archive at Nabble.com.


___
jQuery mailing list
discuss@jquery.com
http://jquery.com/discuss/


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: http://jdsharp.us/code/jQuery/plugins/jdMenu/1.3.beta/ you
can grab the jquery.jdMenu.js plugin and CSS files. I've also broke styling
out some. It make take a little bit of work if you've modified the CSS. I
hope to finish the documentation for this in the next few days. Feel free to
email me with any questions!

Cheers,
-Jonathan


On 2/25/07, Bob den Otter <[EMAIL PROTECTED]> wrote:


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:
http://jquery.com/dev/svn/trunk/plugins/dimensions/dimensions.js?format=txt

Unfortunately jdmenu stops working when you use the newer version of
dimensions.
Has anyone else experienced this, and perhaps know how to fix it?


Thanks, Bob.


--
Bob den Otter - [EMAIL PROTECTED]
Two Kings - www.twokings.nl - 070 345 76 28






___
jQuery mailing list
discuss@jquery.com
http://jquery.com/discuss/

___
jQuery mailing list
discuss@jquery.com
http://jquery.com/discuss/


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,
> 
> 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:
> http://jquery.com/dev/svn/trunk/plugins/dimensions/dimensions.js?format=txt
> 
> Unfortunately jdmenu stops working when you use the newer version of 
> dimensions.
> Has anyone else experienced this, and perhaps know how to fix it?
> 
> 
> Thanks, Bob.
> 
> 
> -- 
> Bob den Otter - [EMAIL PROTECTED] 
> Two Kings - www.twokings.nl - 070 345 76 28
> 
> 
> 
> 
> 
> 
> ___
> jQuery mailing list
> discuss@jquery.com
> http://jquery.com/discuss/
> 
> 

-- 
View this message in context: 
http://www.nabble.com/JDmenu-and-dimensions-version-clash.-tf3289545.html#a9152011
Sent from the JQuery mailing list archive at Nabble.com.


___
jQuery mailing list
discuss@jquery.com
http://jquery.com/discuss/


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, type)
{
   var obj = document.getElementById(gdiv); //Div die gekloond wordt
   var dest = document.getElementById(insdiv); //Div waar het nieuwe object
ingeplaatst wordt
   var display = (type == 'table') ? 'table-row' : 'block';
   var newObject = obj.cloneNode(true); //het object clonen

   if ($.browser.mozilla || type != 'table')
   {
   newObject.style.display = 'none';
   dest.appendChild(newObject);
   $(newObject).show("slow", function() {$(this).css("display",
display)});
   }
   else if ($.browser.msie)
   {
   newObject.style.display = 'block'; //het object visible maken
   return dest.appendChild(newObject); // het object toevoegen aan de
destination
   }
   else
   {
   dest.appendChild(newObject);
   }
   return newObject.style.display = display; //het object visible maken
}
function removeThisTR(obj)
{
   return ($.browser.mozilla) ? $(obj.parentNode).hide("slow", function(){
obj.parentNode.parentNode.removeChild(obj.parentNode);}) :
obj.parentNode.parentNode.removeChild(obj.parentNode);
}

// html


   
   
   { foreach value=item from=$menu_items }
 
   
   Name: 
   
   
   URL: 
   
   
   Style: 
   
   
   Div ID: 
   
   
   Order: 
   
 
 { /foreach }
 
   
   
   
   
   



   
   Name: 
   
   
   URL: 
   
   
   Style: 
   
   
   Div ID: 
   
   
   Order: 
   



-
you will only need to add in the html tags, the jquery library and most
likely the interface library.
good luck :) and let me know what you think of it.





2007/2/26, Rick Faircloth <[EMAIL PROTECTED]>:


 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 Discussion.
*Subject:* Re: [jQuery] how do i use display: table-row; instrad of
display: block; with the show() effect on table rows?



Thanx that did the trick.
also importand to add is that a table MUST HAVE  and  :) if
you don`t have that it will get messy again :P

but thanx alot for fixing this issue.





___
jQuery mailing list
discuss@jquery.com
http://jquery.com/discuss/


___
jQuery mailing list
discuss@jquery.com
http://jquery.com/discuss/


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 Discussion.
Subject: Re: [jQuery] how do i use display: table-row; instrad of display:
block; with the show() effect on table rows?
 
Thanx that did the trick.
also importand to add is that a table MUST HAVE  and  :) if
you don`t have that it will get messy again :P

but thanx alot for fixing this issue.



 
___
jQuery mailing list
discuss@jquery.com
http://jquery.com/discuss/


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:
> > 
>
> I think that's a problem with blockUI in quirks mode.  I'll look into
> it.  Can you try it in strict mode just to see if it works?
>

___
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: 
http://docs.jquery.com/JavaScript#.24.browserChris

_
Leef je uit: ontwerp je startpagina precies zoals jij het wil hebben op Live.nl.
http://www.live.com/getstarted___
jQuery mailing list
discuss@jquery.com
http://jquery.com/discuss/


Re: [jQuery] blockUI moves content around in IE7

2007-02-25 Thread Mike Alsup
> 

I think that's a problem with blockUI in quirks mode.  I'll look into
it.  Can you try it in strict mode just to see if it works?

___
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 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] 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 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 corner of the viewport, with only the top right quadrant of the
> modal div showing.
>
> I'm invoking blockUI like this:
>
> $.blockUI( $('#loadingMsg')[0] );
>
> and my div is:
>
>
> 
> 
> 
>  Just a
> moment...
> 
> 
>
> I do not have any custom CSS in place for that div id.
>
> I'm using this doctype (can't use XHTML for this project right now):
>
> 
>
> I've picked through jquery.block.js some, to try to find the root cause,
> but no luck so far. I'm using this version:
>
>  * jQuery blockUI plugin
>  * Version 0.94 (02/24/2007)
>  * @requires jQuery v1.1.1
>
> Anyone seen this, too or know what might be causing it?
>
> TIA,
> Jack
>
>
>
> ___
> jQuery mailing list
> discuss@jquery.com
> http://jquery.com/discuss/
>

___
jQuery mailing list
discuss@jquery.com
http://jquery.com/discuss/


[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 the "thread" that i 
started but as a new thread?example how it should be:|- my thread|- - my 
threadhow it`s going now:|- my thread|- my threadi`m using hotmail and i use 
the reply button.Thanx.Mark.
_
Probeer Live.com: jouw leven online met nieuws, sport, weer en nog veel meer.
http://www.live.com/getstarted___
jQuery mailing list
discuss@jquery.com
http://jquery.com/discuss/


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 
 and  :) 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 use 
display: table-row; instrad of display: block; with the show() effect on table 
rows?> > 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 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 i could just set it to table-row 
just for the> > ones where that`s needed..> >> > and that`s the question. how 
do i make it so that when the show() effect is> > done on divs it`s using 
display: block; and when it`d don`t on table> > elements it should be using 
display: table-row; perhaps a syntax change for> > the effects? adding this 
option..?> >> > Any help would be gread.> > Thanx in favor.> >> > 
> > Probeer Live.com: je eigen persoonlijke 
opstartpagina met alleen de dingen> > die jij belangrijk vindt op één plek. 
binnen één omgeving.> > ___> > 
jQuery mailing list> > discuss@jquery.com> > http://jquery.com/discuss/> >> >> 
> ___> jQuery mailing list> 
discuss@jquery.com> http://jquery.com/discuss/
_
Probeer Live.com: jouw leven online met nieuws, sport, weer en nog veel meer.
http://www.live.com/getstarted___
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

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 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
> > does on IE 7.
> I think this impression comes from one particular flaw in jQuery fx code
> that is already fixed in Interface and should be available in one of the
>
> next releases of jQuery itself.
>
> --
> Jörn Zaefferer
>
> http://bassistance.de
>
>
> ___
> jQuery mailing list
> discuss@jquery.com
> http://jquery.com/discuss/
>


___
jQuery mailing list
discuss@jquery.com
http://jquery.com/discuss/


[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 corner of the viewport, with only the top right quadrant of the 
modal div showing.

I'm invoking blockUI like this:

$.blockUI( $('#loadingMsg')[0] );

and my div is:

 



 Just a 
moment...



I do not have any custom CSS in place for that div id.

I'm using this doctype (can't use XHTML for this project right now):



I've picked through jquery.block.js some, to try to find the root cause, 
but no luck so far. I'm using this version:

 * jQuery blockUI plugin
 * Version 0.94 (02/24/2007)
 * @requires jQuery v1.1.1

Anyone seen this, too or know what might be causing it?

TIA,
Jack



___
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

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 PROTECTED]> wrote:


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 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
> > > does on IE 7.
> > I think this impression comes from one particular flaw in jQuery fx
> > code
> > that is already fixed in Interface and should be available in one of
> > the
> > next releases of jQuery itself.
> >
> > --
> > Jörn Zaefferer
> >
> > http://bassistance.de
> >
> >
> > ___
> > jQuery mailing list
> > discuss@jquery.com
> > http://jquery.com/discuss/
> >
>
>

___
jQuery mailing list
discuss@jquery.com
http://jquery.com/discuss/


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 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 i could just set it to table-row just for the
> ones where that`s needed..
>
> and that`s the question. how do i make it so that when the show() effect is
> done on divs it`s using display: block; and when it`d don`t on table
> elements it should be using display: table-row; perhaps a syntax change for
> the effects? adding this option..?
>
> Any help would be gread.
> Thanx in favor.
>
> 
> Probeer Live.com: je eigen persoonlijke opstartpagina met alleen de dingen
> die jij belangrijk vindt op één plek. binnen één omgeving.
> ___
> jQuery mailing list
> discuss@jquery.com
> http://jquery.com/discuss/
>
>

___
jQuery mailing list
discuss@jquery.com
http://jquery.com/discuss/


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 

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
> does on IE 7.
I think this impression comes from one particular flaw in jQuery fx code
that is already fixed in Interface and should be available in one of the
next releases of jQuery itself.

--
Jörn Zaefferer

http://bassistance.de


___
jQuery mailing list
discuss@jquery.com
http://jquery.com/discuss/

___
jQuery mailing list
discuss@jquery.com
http://jquery.com/discuss/


[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 i could just set it 
to table-row just for the ones where that`s needed..and that`s the question. 
how do i make it so that when the show() effect is done on divs it`s using 
display: block; and when it`d don`t on table elements it should be using 
display: table-row; perhaps a syntax change for the effects? adding this 
option..?Any help would be gread.Thanx in favor.
_
Leef je uit: ontwerp je startpagina precies zoals jij het wil hebben op Live.nl.
http://www.live.com/getstarted___
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 Jörn Zaefferer
Mikael Noone schrieb:
> Ive noticed that jQuery runs alot slower and buggyer on FF than it 
> does on IE 7. 
I think this impression comes from one particular flaw in jQuery fx code 
that is already fixed in Interface and should be available in one of the 
next releases of jQuery itself.

-- 
Jörn Zaefferer

http://bassistance.de


___
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: http://jquery.com/dev/svn/trunk/plugins/dimensions/dimensions.js?format=txt

Unfortunately jdmenu stops working when you use the newer version of 
dimensions.
Has anyone else experienced this, and perhaps know how to fix it?


Thanks, Bob.


-- 
Bob den Otter - [EMAIL PROTECTED] 
Two Kings - www.twokings.nl - 070 345 76 28






___
jQuery mailing list
discuss@jquery.com
http://jquery.com/discuss/


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/


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 alot of visitors a day, they
might not even log in from the same computer.
But maybe first from work, then at a friends house and then at home. Depends
on what masses you are focusing on of course.
Maybe im just being paranoid ;)

On 2/25/07, Rey Bango <[EMAIL PROTECTED]> wrote:


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 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
> applications...
>  > How about intranet web applications with 100mbit connections? No
> worries
>  > with a few hundred kb of JavaScript there.
>  >
>
> --
> BrightLight Development, LLC.
> 954-775- (o)
> 954-600-2726 (c)
> [EMAIL PROTECTED] 
> http://www.iambright.com
>
> ___
> jQuery mailing list
> discuss@jquery.com 
> http://jquery.com/discuss/
>
>
>
> 
>
> ___
> jQuery mailing list
> discuss@jquery.com
> http://jquery.com/discuss/

--
BrightLight Development, LLC.
954-775- (o)
954-600-2726 (c)
[EMAIL PROTECTED]
http://www.iambright.com

___
jQuery mailing list
discuss@jquery.com
http://jquery.com/discuss/

___
jQuery mailing list
discuss@jquery.com
http://jquery.com/discuss/


[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  list where each element contains a  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 items. Upon updating the list, I also update the event  
handlers for the new DOM nodes so they have the same desired behavior.

This works in FF and Opera but after updating the list (and the event  
handlers) in Safari, show/hide doesn't work anymore. The are no JS  
errors or warnings of any sort. I traced the problem as deep as I  
could and found the following:
1) Event handlers are called
2) Within the event handler, $("#" + id + " form") returns an object,  
but the subsequent .toggle("slow") doesn't do anything

Here is a link to a development machine: http://trec.dachev.com/? 
q=trecmillion/queries

Please don't let the numerous references to the word "query" confuse  
you; This application is serving an Information Retrieval experiment.

Your help is greatly appreciated. Thanks,
Blago


function getQueryPage(e) {
e.preventDefault();

$.getJSON(this.href, function(json) {
// Process the list of queries
var newQueriesHTML = json.msg.data.html;

// Hide PREV/NEXT links
$(".getNext").css({display: "none"});
$(".getPrev").css({display: "none"});

// Show the new list of queries
$("#queryList").html(newQueriesHTML);

// Show/Hide criteria forms when user clicked 
on a query
$("[EMAIL 
PROTECTED]").click(toggleCriteriaForm);

// Delete box description when user clicked on 
the textarea
$("[EMAIL PROTECTED] 
textarea").click(toggleTextarea);

// Restore textarea description if empty
$("[EMAIL PROTECTED] 
textarea").blur(toggleTextarea);

// Prevent form from collapsing, submit it 
instead
$("[EMAIL PROTECTED] [EMAIL PROTECTED]").click 
(submitCriteriaForm);

// Update and show PREV/NEXT links
var nURL = $(".getNext").attr("href");
var pURL = $(".getPrev").attr("href");
$(".getPrev").attr("href", 
pURL.replace(/[0-9]+$/,  
json.msg.data.prev));
$(".getNext").attr("href", 
nURL.replace(/[0-9]+$/,  
json.msg.data.next));

if(json.msg.data.next != 0)
$(".getNext").css({display: "inline"});
if(json.msg.data.prev != 0)
$(".getPrev").css({display: "inline"});
});
}

function toggleCriteriaForm(e) {
e.preventDefault();

var id = this.getAttribute("id");
$("#" + id + " form").toggle("slow");
}

function toggleTextarea(e) {
if(this.value == "")
this.value = "Please describe how are you going 
to judge the  
documents for this query...";
else if(this.value == "Please describe how are you 
going to judge  
the documents for this query...")
this.value = "";

return false;
}

function submitCriteriaForm(e) {
e.preventDefault();

var criteria = 
this.form.getElementsByTagName("textarea")[0].value;
if(criteria.match("Please describe how are you going to 
judge the  
documents for this query...")) {
alert("You need to describe you query judging 
criteria.");
return false;
}

this.form.submit();
return false;
}

$(document).ready(function() {
// Create a loader status box
$("div#container").children().lt(1).before(\'Loading...\');

$("#loading").ajaxStart(function(){

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 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
> applications...
>  > How about intranet web applications with 100mbit connections? No
> worries
>  > with a few hundred kb of JavaScript there.
>  >
> 
> --
> BrightLight Development, LLC.
> 954-775- (o)
> 954-600-2726 (c)
> [EMAIL PROTECTED] 
> http://www.iambright.com
> 
> ___
> jQuery mailing list
> discuss@jquery.com 
> http://jquery.com/discuss/
> 
> 
> 
> 
> 
> ___
> jQuery mailing list
> discuss@jquery.com
> http://jquery.com/discuss/

-- 
BrightLight Development, LLC.
954-775- (o)
954-600-2726 (c)
[EMAIL PROTECTED]
http://www.iambright.com

___
jQuery mailing list
discuss@jquery.com
http://jquery.com/discuss/


[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 though) takes 3-6s to load.

When I check the Request/response headers the images which wont load
has no response headers but the response tab is showing the image.

These problems doesn't exist at all in IE6 or 7, and only occur when
refreshing a page and not when clicking a link or typing the url in
the address bar.

Heh I know this is kinda hard to answer without any code, but the
thing is that I got alot of javascript bundled in one file and if I
remove it the page loads perfectly in FF again.

So I'm kinda hoping that someone has had similar issues and know where
I could start, what could be the cause of this?

I appreciate any help and pointers to solving this matter.
//Kristinn

___
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

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
applications...
> How about intranet web applications with 100mbit connections? No worries
> with a few hundred kb of JavaScript there.
>

--
BrightLight Development, LLC.
954-775- (o)
954-600-2726 (c)
[EMAIL PROTECTED]
http://www.iambright.com

___
jQuery mailing list
discuss@jquery.com
http://jquery.com/discuss/

___
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 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 EXT stuff provides a whole package that application developers
especially will appreciate to build a full web application.

My boss points this out especially that the reason he likes EXT is because
it is very application developer friendly.  With jQuery, I am hoping we can
get the best of both worlds.  Easy interactivity with jQuery and application
framework from EXT.

I still dont know if my bosses will use the YUI base or the jQuery base.  I
have my fingers crossed.

Glen
___
jQuery mailing list
discuss@jquery.com
http://jquery.com/discuss/


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 a function
(with a reference to the original element) which just have to return  a
valid DOM node.

For now, you can "hack" it if you want, by accessing the onstart callback,
which also gives you a reference to the helper, then replace the helper by
something you want.

I'll keep the list updated,

-Paul

2007/2/23, Circlefusion <[EMAIL PROTECTED]>:



I use the word "proxy" because that is how it is worded in YUI. I'm
referring
to the ghosted element that is physically being dragged along with the
cursor during a drag and drop.

It seems that the interface plugin drag and drop function creates a copy
of
the element being dragged. I've found that this causes problems when
dragging table rows in IE. The ghosted element either doesn't display, or
it
ends up dragging the entire table as the ghosted element. I can get it to
work by sticking divs inside the table rows and using those as the
draggable
elements, but that seems like a silly solution.

It would be ideal to be able to define a "proxy" element to be used during
the drag. That way I can define CSS just for that element to affect how
the
ghosted image appears. I can also use a div for this ghosted element to
represent the table row that I'm trying to drag. Or I could use an image
for
the ghosted element.

Does JQuery/Interface provide a way to use a proxy element during a drag
and
drop?

Thanks,

Brian
--
View this message in context:
http://www.nabble.com/drag---drop-%3A-proxy-element--tf3281374.html#a9127254
Sent from the JQuery mailing list archive at Nabble.com.


___
jQuery mailing list
discuss@jquery.com
http://jquery.com/discuss/





--
--
Paul Bakaus
___
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 Rey Bango
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 applications...
> How about intranet web applications with 100mbit connections? No worries 
> with a few hundred kb of JavaScript there.
> 

-- 
BrightLight Development, LLC.
954-775- (o)
954-600-2726 (c)
[EMAIL PROTECTED]
http://www.iambright.com

___
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 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


___
jQuery mailing list
discuss@jquery.com
http://jquery.com/discuss/


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 
describe in more detail what you'd like to achieve, may add a demo page?

-- 
Jörn Zaefferer

http://bassistance.de


___
jQuery mailing list
discuss@jquery.com
http://jquery.com/discuss/


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,  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 into the mail. With some 
luck, the message helps to find the actual problem.

Thanks.

-- 
Jörn Zaefferer

http://bassistance.de


___
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 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:
>> 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 jQuery Alpha 2 here:
>>
>> http://www.yui-ext.com/forum/viewtopic.php?t=2940
>>
>> Rey...
>>   
> 
> 
> 
> 
> ___
> jQuery mailing list
> discuss@jquery.com
> http://jquery.com/discuss/

-- 
BrightLight Development, LLC.
954-775- (o)
954-600-2726 (c)
[EMAIL PROTECTED]
http://www.iambright.com

___
jQuery mailing list
discuss@jquery.com
http://jquery.com/discuss/


Re: [jQuery] Interface problem

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

For some reason I thought that passing a function into $(), was the
same as using $(function(){ stuff here }); I guess it isn't :P

//Kristinn

But I'm having another problem, another
On 2/25/07, Brian Miller <[EMAIL PROTECTED]> wrote:
> 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, 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 the url results in no error, but
> > pressing F5, or rightclick/reload does. This is in FF 1.5.
> >
> >  In IE7 I get a "IE could not open the internet site ... operation
> > aborted" followed by a "Internet Explorer cannot display the webpage"
> > infopage.
> >
> > I'm sorry I can't give you any specific code, just hoping that someone
> > has had a similar problem sometime and solved it. Oh and the
> > javascript is included IN the body, is that a problem?
> >
> > Would really appreciate som help here.
> > //Kristinn
>
>
>
> ___
> jQuery mailing list
> discuss@jquery.com
> http://jquery.com/discuss/
>

___
jQuery mailing list
discuss@jquery.com
http://jquery.com/discuss/


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,
opacity:0.5,
helperclass:'sortHelper',
tolerance:  
'pointer',
hoverclass: 
'sortHover'
});
}
can anyone see anything wrong with it?
So I noticed another problem when refreshing pages in FF, so this might be
something else... Sometimes all images won't load, this includes backgrounds
set by css... and this is totally random any ideas?

//Kristinn


Kristinn Sigmundsson wrote:
> 
> 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 the url results in no error, but
> pressing F5, or rightclick/reload does. This is in FF 1.5.
> 
>  In IE7 I get a "IE could not open the internet site ... operation
> aborted" followed by a "Internet Explorer cannot display the webpage"
> infopage.
> 
> I'm sorry I can't give you any specific code, just hoping that someone
> has had a similar problem sometime and solved it. Oh and the
> javascript is included IN the body, is that a problem?
> 
> Would really appreciate som help here.
> //Kristinn
> 
> ___
> jQuery mailing list
> discuss@jquery.com
> http://jquery.com/discuss/
> 
> 

-- 
View this message in context: 
http://www.nabble.com/Interface-problem-tf3287486.html#a9144633
Sent from the JQuery mailing list archive at Nabble.com.


___
jQuery mailing list
discuss@jquery.com
http://jquery.com/discuss/


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
> $('Loading...')
> .ajaxStart(function() {$(this).show();})
> .ajaxStop(function() {$(this).hide();})
> .appendTo('body');
> });
> }
> ---
>
> but it only works on Firefox, Opera and IE are not compatible with it

Can you explain that last statement?  That code works on Opera and IE.

Mike

___
jQuery mailing list
discuss@jquery.com
http://jquery.com/discuss/


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, 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 the url results in no error, but
> pressing F5, or rightclick/reload does. This is in FF 1.5.
>
>  In IE7 I get a "IE could not open the internet site ... operation
> aborted" followed by a "Internet Explorer cannot display the webpage"
> infopage.
>
> I'm sorry I can't give you any specific code, just hoping that someone
> has had a similar problem sometime and solved it. Oh and the
> javascript is included IN the body, is that a problem?
>
> Would really appreciate som help here.
> //Kristinn



___
jQuery mailing list
discuss@jquery.com
http://jquery.com/discuss/


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
--
http://www.thinkingphp.org
http://www.fg-webdesign.de


Arne-Kolja Bachstein wrote:

Brice Burgess wrote:
  
  *  Overlays+IE6 iframe are now fixed positioned - support for ie6 
quirks + standards mode
  


I love you! Just at the weekend I have to finalize a template using your
plugin you come around with the fix I was looking for! Works like a
charme now and centers correctly in IE 6+7!

Greetings

Arne-Kolja Bachstein
http://www.arnekolja.com

___
jQuery mailing list
discuss@jquery.com
http://jquery.com/discuss/

  
___
jQuery mailing list
discuss@jquery.com
http://jquery.com/discuss/


[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 the url results in no error, but
pressing F5, or rightclick/reload does. This is in FF 1.5.

 In IE7 I get a "IE could not open the internet site ... operation
aborted" followed by a "Internet Explorer cannot display the webpage"
infopage.

I'm sorry I can't give you any specific code, just hoping that someone
has had a similar problem sometime and solved it. Oh and the
javascript is included IN the body, is that a problem?

Would really appreciate som help here.
//Kristinn

___
jQuery mailing list
discuss@jquery.com
http://jquery.com/discuss/


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
$('Loading...')
   .ajaxStart(function() {$(this).show();})
   .ajaxStop(function() {$(this).hide();})
   .appendTo('body');
});
}
---

you just need this, its quite nice ;)
but it only works on Firefox, Opera and IE are not compatible with it
___
jQuery mailing list
discuss@jquery.com
http://jquery.com/discuss/


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 enough memory anyway. An Apple Dashboard Widget will do for me
;-)

___
jQuery mailing list
discuss@jquery.com
http://jquery.com/discuss/


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
http://jquery.com/discuss/


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 remote server, and process the html elements
> using jQuery,
>
> any idea?
>
> ___
> jQuery mailing list
> discuss@jquery.com
> http://jquery.com/discuss/
>

___
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 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 content!

That will be a huge site

On 2/25/07, *Chris Domigan* <[EMAIL PROTECTED] 
> wrote:


Hawt!!
___
jQuery mailing list
discuss@jquery.com 
http://jquery.com/discuss/




___
jQuery mailing list
discuss@jquery.com
http://jquery.com/discuss/
  


___
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 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 jQuery Alpha 2 here:

http://www.yui-ext.com/forum/viewtopic.php?t=2940

Rey...
  


___
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

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 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 huge :
).

-- Felix
--
http://www.thinkingphp.org
http://www.fg-webdesign.de


Mikael Noone wrote:

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!!
> ___
> jQuery mailing list
> discuss@jquery.com
> http://jquery.com/discuss/
>
>
--

___
jQuery mailing list
[EMAIL PROTECTED]://jquery.com/discuss/


___
jQuery mailing list
discuss@jquery.com
http://jquery.com/discuss/


___
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 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 huge : ).

-- Felix
--
http://www.thinkingphp.org
http://www.fg-webdesign.de


Mikael Noone wrote:

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!!
___
jQuery mailing list
discuss@jquery.com 
http://jquery.com/discuss/




___
jQuery mailing list
discuss@jquery.com
http://jquery.com/discuss/
  
___
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!!
___
jQuery mailing list
discuss@jquery.com
http://jquery.com/discuss/


___
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 Chris Domigan

Hawt!!
___
jQuery mailing list
discuss@jquery.com
http://jquery.com/discuss/