Re: [jQuery] comet

2007-01-29 Thread zaadjis
http://chabotc.nl:2001/chat.html (IRC backend) http://lingr.com http://ajaxian.com/index.php?s=comet since comet involves server-side stuff, this really wouldn't be a jQuery plugin, more like a chat app using jetty, php, jQuery, etc. (for example) Glen-13 wrote: I would definitely be

Re: [jQuery] jQuery Tools: API Browser

2007-01-29 Thread Franck Marcia
2007/1/28, Jörn Zaefferer [EMAIL PROTECTED]: The time has come: http://jquery.bassistance.de/api-browser/ Very good job! It should be hosted at jquery.com! I gave this url to every of my coworkers I convinced to work with jQuery. I'm not sure it'll be easy/fast enough but do you think

Re: [jQuery] increasing itemVisible property is not resizing in Firefox

2007-01-29 Thread agent2026
I'm also planning on looking into this ability, just haven't got to it yet. http://www.nabble.com/jCarousel%3A-Change-number-of-images-displayed-tf2952233.html This post looks like a good place to start. Let us know if it works out. Adam dvp wrote: Jan, The jcarousel resizes the

Re: [jQuery] position clearing ala Shaun Inman

2007-01-29 Thread Jörn Zaefferer
Kristinn Sigmundsson schrieb: Found an article on http://alistapart.com/articles/fontresizing alistapart.com about a better (I think) way for solving textresize matters, but didn't have the time to read through it. Maybe someone here has some experience in this? I think this plugin does

Re: [jQuery] jQuery Tools: API Browser

2007-01-29 Thread Jörn Zaefferer
Franck Marcia schrieb: I'm not sure it'll be easy/fast enough but do you think there's a way to highlight keys searched via the search-in-content box? I was quite confused the first time I used it. Like, while filtering non-fitting elements, highlighting the search term in the rest? That

[jQuery] Queueing animations

2007-01-29 Thread Dmitrii 'Mamut' Dimandt
Sciptaculous has this: new Effect.Fade(id, {queue: end}); This ensures that if events are triggered before an animation is completed, there are no glitches when another animation is begun on the same element. This is especially true for accordion-type elements. loading indicators and the

Re: [jQuery] jQuery Tools: API Browser

2007-01-29 Thread Franck Marcia
2007/1/29, Jörn Zaefferer [EMAIL PROTECTED]: Like, while filtering non-fitting elements, highlighting the search term in the rest? That should be delegated to the quicksearch plugin... That's right. So that's a feature request for this plugin :-) Rik? Any idea how that could be designed?

Re: [jQuery] jQuery Tools: API Browser

2007-01-29 Thread Jörn Zaefferer
Franck Marcia schrieb: 2007/1/29, Jörn Zaefferer [EMAIL PROTECTED]: Like, while filtering non-fitting elements, highlighting the search term in the rest? That should be delegated to the quicksearch plugin... That's right. So that's a feature request for this plugin :-) Rik?

Re: [jQuery] Queueing animations

2007-01-29 Thread Jörn Zaefferer
Dmitrii 'Mamut' Dimandt schrieb: Sciptaculous has this: new Effect.Fade(id, {queue: end}); This ensures that if events are triggered before an animation is completed, there are no glitches when another animation is begun on the same element. This is especially true for accordion-type

Re: [jQuery] jQuery Tools: API Browser

2007-01-29 Thread Joel Birch
On 29/01/2007, at 9:10 PM, Franck Marcia wrote: Any idea how that could be designed? Why not just links, like gmail for selection (all,none...), as they don't alter data in the tree? Should they be button elements? I think they are more semantically correct for triggering behaviour like

[jQuery] Fontsize in SIFR

2007-01-29 Thread Olivier Percebois-Garve
Hi I am currently implementing sifr, and the fontsize is changing quite randomly. (I know alkready that sifr is doing some sort of calculation of the available space, and that it is being done better in the v3) Is it possible to force the size once for all ? Olivier

Re: [jQuery] Queueing animations

2007-01-29 Thread Dmitrii 'Mamut' Dimandt
Jörn Zaefferer wrote: Dmitrii 'Mamut' Dimandt schrieb: Sciptaculous has this: new Effect.Fade(id, {queue: end}); This ensures that if events are triggered before an animation is completed, there are no glitches when another animation is begun on the same element. This is especially

Re: [jQuery] jQuery Corner Plugin fixed

2007-01-29 Thread Andreas Wahlin
It appears to not work at all in safari, all corners are black. At first I thought this was by design on the demo page, but now that I look at it in FF, corners are white. Andreas On Jan 26, 2007, at 22:51 , Mike Alsup wrote: The IE6 bug in the corner plugin has been fixed. Apologies to

Re: [jQuery] jQDOM - My entry into the jQuery DOM creation foray

2007-01-29 Thread Andreas Wahlin
I think this is a great plugin and actually something I've wished for in the past, despite jQuerys already present built in functions and another DOM creation library I already use. So to mee, this is good :D andreas ___ jQuery mailing list

[jQuery] WebHTMLEditor

2007-01-29 Thread tdminh
I am trying to create a simplest web editor by using jQuery but found quite difficult :-) Have we already got it somewhere? Thanks a lot, -- View this message in context: http://www.nabble.com/WebHTMLEditor-tf3135531.html#a8688203 Sent from the JQuery mailing list archive at Nabble.com.

Re: [jQuery] [New Plugin] jqModal -- Minimalist Modaling with jQuery

2007-01-29 Thread Andreas Wahlin
Joel Birch wrote: Thought I'd check it out on Safari 2.0.4 for you. Good news. It works exactly like it does in Mac FF2. Joel, I'd disagree, for me the select-box shines through the modal dialog, but dissapears once I scroll. Andreas ___

Re: [jQuery] jQuery Corner Plugin fixed

2007-01-29 Thread Joel Birch
On 29/01/2007, at 10:48 PM, Andreas Wahlin wrote: It appears to not work at all in safari, all corners are black. I sometimes get the black corners bug in Safari too. It's strange. Sometimes they are there and sometimes not. I am trying my best to pretend its not happening for now. Joel.

Re: [jQuery] Download-able documentation

2007-01-29 Thread Pje
There is a unofficial PDF version of the docs here: http://corky.net/dotan/programming/hacks/jquerydocs/jquery-docs-with-all-plugins.pdf Thanks to Dotan Dimet. On 1/28/07, John Keyes [EMAIL PROTECTED] wrote: Great news. I love the new version by the way. -John K On 1/28/07, Yehuda Katz

Re: [jQuery] Queueing animations

2007-01-29 Thread Joel Birch
On 29/01/2007, at 11:16 PM, Andreas Wahlin wrote: And if you want to fire two animations at the same time, how do you do that? andreas I think the answer to that one is to use the animate() function and roll both animations into one custom animation. Joel.

Re: [jQuery] Download-able documentation

2007-01-29 Thread Sam Collett
On 28/01/07, Ken Saggy [EMAIL PROTECTED] wrote: Hi guys, I was thinking... why not create some sort of download-able documentation format? either a ZIP of HTML's of maybe even a .chm (or .hlp) file? (kind of like PHP or MySQL have) I personally work a lot on my laptop, ofter not accessible to

Re: [jQuery] jQuery Tools: API Browser

2007-01-29 Thread Andreas Wahlin
Safari seems to always scroll so that the active anchor is in the border, in other words, every time i click on a thing in the left column, I have to scroll up a bit to read the whole thing in the right column. also, I'd like search to begin just a bit after having finished typing my last

[jQuery] mouseover and out triggering

2007-01-29 Thread Andreas Wahlin
I have html like this p a a /p that is, a paragraph with some links in it. I bind a mouseout on the paragraph, then bind mouseover and on the links. Now as I move my mouse over the different links, the p.onmouseout gets triggered all the time, even though the links are nested inside

Re: [jQuery] jQuery Tools: API Browser

2007-01-29 Thread Jörn Zaefferer
Andreas Wahlin schrieb: Safari seems to always scroll so that the active anchor is in the border, in other words, every time i click on a thing in the left column, I have to scroll up a bit to read the whole thing in the right column. I guess I need to see that for myself to be able

Re: [jQuery] jQuery Tools: API Browser

2007-01-29 Thread Andreas Wahlin
I reduced that delay because it was rather unresponsive with 500ms on my computer. Maybe something inbetween would be a better choice. I've made it so that the search kicks in 250 miliseconds after the _last_ keypress, so not a set time after the first, but a set time after the last.

Re: [jQuery] position clearing ala Shaun Inman

2007-01-29 Thread Rob O'Rourke
� wrote: Kristinn Sigmundsson schrieb: Found an article on http://alistapart.com/articles/fontresizing alistapart.com about a better (I think) way for solving textresize matters, but didn't have the time to read through it. Maybe someone here has some experience in this? I

Re: [jQuery] jQuery Tools: API Browser

2007-01-29 Thread Jörn Zaefferer
Andreas Wahlin schrieb: I reduced that delay because it was rather unresponsive with 500ms on my computer. Maybe something inbetween would be a better choice. I've made it so that the search kicks in 250 miliseconds after the _last_ keypress, so not a set time after the first, but

Re: [jQuery] jQuery Corner Plugin fixed

2007-01-29 Thread Dave Methvin
It appears to not work at all in safari, all corners are black. Define background:white on the body and it will go away. There is a bug in Safari/Konq in that it reports a non-specified background as black. ___ jQuery mailing list

Re: [jQuery] Not compatible w/ 1.1.1?

2007-01-29 Thread Jan Sorgalla
Hi, just download the latest version of jCarousel. Jan jpf wrote: Hi, I believe there are some old methods that are no longer used in jQ 1.1.1 which are being called with jC. top() and left() priv.top = priv.intval(jQuery(priv.list).top());

Re: [jQuery] mouseover and out triggering

2007-01-29 Thread Brandon Aaron
The .hover() method is what you are thinking about. Try it instead of just binding a mouseout to the p. -- Brandon Aaron On 1/29/07, Andreas Wahlin [EMAIL PROTECTED] wrote: I have html like this p a a /p that is, a paragraph with some links in it. I bind a mouseout on the

Re: [jQuery] WebHTMLEditor

2007-01-29 Thread Karl Swedberg
Hi there, Not sure if it's exactly what you're looking for, but you might want to take a look at http://www.wymeditor.org/en/ --Karl _ Karl Swedberg www.englishrules.com www.learningjquery.com On Jan 29, 2007, at 7:06 AM, tdminh wrote: I am trying to create a simplest

[jQuery] ajaxForm and submit on change of a field

2007-01-29 Thread John Cobo
Hello all, I want to submit the form on change of a dropdown selection rather than clicking the submit button. I am using the forms plugin and have bound the form to ajaxForm $('#paramForm').ajaxForm(paramOptions); That works fine, but how to do an ajax submit on change of a dropdown field

Re: [jQuery] Fontsize in SIFR

2007-01-29 Thread Luke Lutman
Unfortunately not. sIFR measures the element that's being replaced, then scales the font to fit, so unless the html font and the flash font are very similar, the sizes will be different (and difficult to predict). I've been working on a text-replacement plugin that takes the opposite approach

Re: [jQuery] ajaxForm and submit on change of a field

2007-01-29 Thread Mike Alsup
I want to submit the form on change of a dropdown selection rather than clicking the submit button. Hi John, ajaxForm is not the right method to use in your case. ajaxForm adds event listeners so that it can submit your form data when the user clicks a submit element. To submit the form data

[jQuery] help

2007-01-29 Thread Felipe Matos Malinoski
hi, I have a problem. I have a simple function that checks the status of various checkboxes. After I submit a form the function show this error: --- Microsoft Internet Explorer --- Stack overflow at line: 124 --- OK

Re: [jQuery] IE 6 error when using thickbox on a secure connection

2007-01-29 Thread ben
Well, I installed Firebug (seems pretty cool) and looked very carefully through everything. All links are absolute references. See for yourself! Go to https://universalprintinginc.com/ and click on Terms of Service and you'll see the problem. I don't understand the requirement of the iframe,

Re: [jQuery] jQuery Corner Plugin fixed

2007-01-29 Thread Mike Alsup
It appears to not work at all in safari, all corners are black. At first I thought this was by design on the demo page, but now that I look at it in FF, corners are white. Like Dave said, you need to assign background colors in Safari. What demo page has this problem? This Safari screenshot

Re: [jQuery] help

2007-01-29 Thread Jörn Zaefferer
Felipe Matos Malinoski schrieb: hi, I have a problem. I have a simple function that checks the status of various checkboxes. After I submit a form the function show this error: [...] Stack overflow at line: 124 [...] A stack overflow error usually indicates an illegal recusion. That is, a

Re: [jQuery] Queueing animations

2007-01-29 Thread John Resig
It should be noted that animations are queued only on the element level. You can have simultaneous animations occur on different elements, but only one set of animations can be running on a particular element at a time. --John On 1/29/07, Andreas Wahlin [EMAIL PROTECTED] wrote: Oh. I didn't

Re: [jQuery] Plugins Database: Rating Comments

2007-01-29 Thread Andy Matthews
I think ratings functionality is a great idea! Let the community decide which are the best plugins. I also think that some sort of time-out feature would be good. For example, how many plugins are there that have been coded, then abandoned? Maybe you could do something like an auto-email to the

Re: [jQuery] help

2007-01-29 Thread Felipe Matos Malinoski
Thanks all for help!!! I remove the illegal call and the function works fine Well, I'm a beast!!! Thanks On 1/29/07, Jörn Zaefferer [EMAIL PROTECTED] wrote: Felipe Matos Malinoski schrieb: hi, I have a problem. I have a simple function that checks the status of various checkboxes.

Re: [jQuery] Plugins Database: Rating Comments

2007-01-29 Thread Rey Bango
Hi Danial, I was looking to see where Joomla uses jQuery because I'd like to add them to the project's site list. Could you tell me how or where they're using it? Thank you. Rey Danial Tzadeh wrote: Hey all, Have you seen Joomla plugin directory? http://extensions.joomla.org/ I think

Re: [jQuery] Plugins Database: Rating Comments

2007-01-29 Thread Danial Tzadeh
Hi Rey, See it here : http://extensions.joomla.org/component/option,com_mtree/task,viewlink/link_id,445/Itemid,35/ It is a component developed for that section of joomla project. If you login you will see it in action there. Also, my extension above will be using jQuery in the coming release

Re: [jQuery] Plugins Database: Rating Comments

2007-01-29 Thread Klaus Hartl
Andy Matthews wrote: I think ratings functionality is a great idea! Let the community decide which are the best plugins. I also think that some sort of time-out feature would be good. For example, how many plugins are there that have been coded, then abandoned? Maybe you could do something

Re: [jQuery] Plugins Database: Rating Comments

2007-01-29 Thread Andy Matthews
Just throwing out an idea. Latest commit into SVN would work...but what about people who don't know how to do that? -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Klaus Hartl Sent: Monday, January 29, 2007 8:53 AM To: jQuery Discussion. Subject: Re:

Re: [jQuery] Plugins Database: Rating Comments

2007-01-29 Thread Rey Bango
Actually, to expand upon this, I think some authors don't submit their work to SVN and just host it directly from their servers. So this fact would pose an issue with re: to last updated date. Rey Andy Matthews wrote: Just throwing out an idea. Latest commit into SVN would work...but what

[jQuery] ANNOUNCE: jQuery API Browser

2007-01-29 Thread Rey Bango
For all of the folks that may have missed the announcement over the weekend: jQuery API Browser: The jQuery team continues to pump out additional tools and resources to make development using jQuery easy, efficient and productive. The latest addition to jQuery's growing list of tools is

Re: [jQuery] ANNOUNCE: jQuery API Browser

2007-01-29 Thread Felipe Matos Malinoski
I love this Is a great idea! Thanks!!! On 1/29/07, Rey Bango [EMAIL PROTECTED] wrote: For all of the folks that may have missed the announcement over the weekend: jQuery API Browser: The jQuery team continues to pump out additional tools and resources to make development using jQuery

[jQuery] Strangeness with fade(), alpha-opacity PNGs and IE

2007-01-29 Thread spl1nter
I've only tested this with IE7 (don't have IE6 available - I'd imagine it'd be worse what with it's lack of native alpha-transparency support) but it's pretty strange. http://www.devioustree.co.uk/ At the link above I'm using fadeIn() and fadeOut(). It works fine apart from when I've got a PNG

Re: [jQuery] [New Plugin] jqModal -- Minimalist Modaling with jQuery

2007-01-29 Thread Glen Lipka
http://yui-ext.com/playpen/yui-ext.0.40/examples/dialog/msg-box.html From a visual and interaction design standpoint, these are awesome. It makes a huge adoption difference to have a great theme with your plugin. Keep in mind, that page has 448k in JS. Too big to use. Glen

Re: [jQuery] [New Plugin] jqModal -- Minimalist Modaling with jQuery

2007-01-29 Thread Mike Alsup
Keep in mind, that page has 448k in JS. Too big to use. The dialogs aren't really modal either because you can activate other links via keyboard. ___ jQuery mailing list discuss@jquery.com http://jquery.com/discuss/

Re: [jQuery] Strangeness with fade(), alpha-opacity PNGs and IE

2007-01-29 Thread Brandon Aaron
This is a known bug in IE7. Sometimes you can get PNGs in IE7 to get that black background when you zoom in or out. They support them, just not very well. -- Brandon Aaron On 1/29/07, spl1nter [EMAIL PROTECTED] wrote: I've only tested this with IE7 (don't have IE6 available - I'd imagine it'd

[jQuery] Tabs plugin update: Support for (unobtrusive) Ajax

2007-01-29 Thread Klaus Hartl
All. I have just updated the Tabs plugin, which now supports loading tab content via Ajax. As you would expect I did that in an unobtrusive manner. The only thing you need to do is to build the following HTML with links to existing ressources (from where the content gets loaded): div

Re: [jQuery] Plugins Database: Rating Comments

2007-01-29 Thread Sam Collett
On 29/01/07, Rey Bango [EMAIL PROTECTED] wrote: Actually, to expand upon this, I think some authors don't submit their work to SVN and just host it directly from their servers. So this fact would pose an issue with re: to last updated date. Rey Also just because a plugin has not been updated

Re: [jQuery] ANNOUNCE: jQuery API Browser

2007-01-29 Thread Fil
jQuery API Browser: two small remarks (other than this, the page is great to use): the blue flash on api-browser is killing my eyes, especially in the grey zones. And the tooltip is weird, it goes under the pane scrollbar And, by the way, do you have an idea how we could we translate this? As

Re: [jQuery] Tabs plugin update: Support for (unobtrusive) Ajax

2007-01-29 Thread Mike Alsup
I have just updated the Tabs plugin, which now supports loading tab content via Ajax. As you would expect I did that in an unobtrusive manner. As always, great job, Klaus. This is a great feature. Watching it in FireBug it looks like there's a little issue with double loading. Not always,

Re: [jQuery] ANNOUNCE: jQuery API Browser

2007-01-29 Thread Jörn Zaefferer
Fil schrieb: jQuery API Browser: two small remarks (other than this, the page is great to use): the blue flash on api-browser is killing my eyes, especially in the grey zones. And the tooltip is weird, it goes under the pane scrollbar Okok, I'll remove that flash on the entire

Re: [jQuery] Strangeness with fade(), alpha-opacity PNGs and IE

2007-01-29 Thread Brandon Aaron
I haven't found the secret yet. Some of my pngs do it and others don't. -- Brandon Aaron On 1/29/07, spl1nter [EMAIL PROTECTED] wrote: Ah, well that's a tad annoying. Is there anyway to prevent this? Any settings I can use in Photoshop or such? Brandon Aaron wrote: This is a known bug

Re: [jQuery] Strangeness with fade(), alpha-opacity PNGs and IE

2007-01-29 Thread Jonathan Sharp
I think it has to do with whether it's saved as an 8 bit or 24 bit PNG. -js On 1/29/07, Brandon Aaron [EMAIL PROTECTED] wrote: I haven't found the secret yet. Some of my pngs do it and others don't. -- Brandon Aaron On 1/29/07, spl1nter [EMAIL PROTECTED] wrote: Ah, well that's a tad

[jQuery] IE function() bug when using clone()

2007-01-29 Thread Father_Mojo
Maybe I'm missing something but I seem to have found a problem with assigning a function to a new object created with clone(). But oddly enough it only seems to happen in certain cases related to the assignment of the this element. There is an example at: http://aos.elicochran.com/ Example

Re: [jQuery] comet

2007-01-29 Thread Glen
There is still the issue of using the IE hack that gmail uses, covering the inconsistencies between the browsers, which I consider the hardest part. The server-side component is necessary, yes, but @ the most basic level, all that is needed is a scripted while loop with a sleep(1) in it.

Re: [jQuery] ANNOUNCE: jQuery API Browser

2007-01-29 Thread Joan Piedra
Hey Jörn, I love your idea. The API Browser is really handy when you are looking for something right away, and you can even download the source and use it offline, just as cool as jQuery. Just a problem tho, when you use one or more toolbars in your browser, the design kinda breaks [1] the site

[jQuery] jQuery favicon

2007-01-29 Thread Joan Piedra
Hey guys, I've created a small jQuery favicon, it's free to use for everyone just don't hotlink it ;) Cheers! [1] http://www.joanpiedra.com/jquery/favicon.png -- Joan Piedra || Frontend webdeveloper http://joanpiedra.com/ ___ jQuery mailing list

[jQuery] [ANN] Downloadable Visual jQuery

2007-01-29 Thread Yehuda Katz
Hi All, At long last, I have put together a downloadable Visual jQuery package. Simply go to http://www.visualjquery.com and click Download. By default, the package comes with the most recent HTML, but you can easily add other versions by just saving any of the versioned HTMLs into the same

[jQuery] jQuery 1.1.1 and .width / .height

2007-01-29 Thread Webunity | Support
Hi guys, I am porting my sites from 1.0 to 1.1.1, and i was wondering if i still need the dimensions plugin with 1.1.1, since there is a new .width() and .height() in form of .css(width) and .css(height). Can anybody advise? Thanx Gilles p.s. sorry for the repost

Re: [jQuery] [ANN] Downloadable Visual jQuery

2007-01-29 Thread Rey Bango
Awesome Yehuda. Thanks man! Yehuda Katz wrote: Hi All, At long last, I have put together a downloadable Visual jQuery package. Simply go to http://www.visualjquery.com and click Download. By default, the package comes with the most recent HTML, but you can easily add other versions by

Re: [jQuery] IE 6 error when using thickbox on a secure connection

2007-01-29 Thread Jonathan Sharp
You are correct in that it's most likely an iframe src problem. If you set the source to javascript:false; it should work properly. Not all users of IE may see this error. It's only if the security option Display mixed content is set to prompt. Cheers, -js On 1/29/07, [EMAIL PROTECTED] [EMAIL

Re: [jQuery] [ANN] Downloadable Visual jQuery

2007-01-29 Thread Mike Alsup
At long last, I have put together a downloadable Visual jQuery package. Nice, Yahuda. I like the stream-lined UI. ___ jQuery mailing list discuss@jquery.com http://jquery.com/discuss/

Re: [jQuery] jQuery 1.1.1 and .width / .height

2007-01-29 Thread Brandon Aaron
You do not need the dimensions plugin for the .height and .width methods. However, the dimensions plugin simply extends the .height() and .width() method to return proper values for document and window. -- Brandon Aaron On 1/29/07, Webunity | Support [EMAIL PROTECTED] wrote: Hi guys, I am

Re: [jQuery] Mobile application

2007-01-29 Thread Jonathan Sharp
The test page is spammed and redirects... -js On 1/27/07, Blair McKenzie [EMAIL PROTECTED] wrote: http://jquery.com/test/ On 1/27/07, Gerry Danen [EMAIL PROTECTED] wrote: I hope I was clear enough that I meant browser apps that go back to a php/mysql server for content delivery? The

Re: [jQuery] jQuery Tools: API Browser

2007-01-29 Thread Christopher Jordan
Jörn! Great job! I've book marked it in place of the old one (which I use quite often). :o) Jörn Zaefferer wrote: According to the feedback I got via IRC and on this list, there are several people using my API browser (so far known as api-draft). This feedback gave me the motivation to

Re: [jQuery] [New Plugin] jqModal -- Minimalist Modaling with jQuery

2007-01-29 Thread Brice Burgess
Glen Lipka wrote: http://yui-ext.com/playpen/yui-ext.0.40/examples/dialog/msg-box.html From a visual and interaction design standpoint, these are awesome. It makes a huge adoption difference to have a great theme with your plugin. Glen, Those are very nice, thanks for providing the

[jQuery] Interface Sortable - onchange not firing first time

2007-01-29 Thread WG
For some reason, the onchange event does not fire the first time the order of elements is changed. Is this a bug? Or am I missing something? See attached html. Thanks - Wayde Title: Sortables demo - Interface plugin for jQuery  Item 1 Item 2 Item 3 Item 4 Item 5

Re: [jQuery] jQuery for Wordpress

2007-01-29 Thread Dan Atkinson
I'm going to ping this topic for a couple of reasons. 1) I've updated my plugins to jQuery v1.1.1 and Thickbox 2.1.1. They're available here: http://www.dan-atkinson.com/wp/index.php/165/jquery-111-and-thickbox-211-for-wordpress/ 2) jQuery and Interface has been added to the WordPress 2.2 dev

Re: [jQuery] ANNOUNCE: jQuery API Browser

2007-01-29 Thread Fil
the blue flash on api-browser is killing my eyes, especially in the grey zones. And the tooltip is weird, it goes under the pane scrollbar Okok, I'll remove that flash on the entire method. How about reducing it to the method header (the first line)? Yep, limiting it to the header and

Re: [jQuery] jQuery Tools: API Browser

2007-01-29 Thread arnaud sellenet
Le 29 janv. 07 à 13:40, Jörn Zaefferer a écrit : Andreas Wahlin schrieb: Safari seems to always scroll so that the active anchor is in the border, in other words, every time i click on a thing in the left column, I have to scroll up a bit to read the whole thing in the right column. I

Re: [jQuery] Scrolling in Opera?

2007-01-29 Thread PragueExpat
that link in the original post should have been ...has a lot of lt;a href=#xxxgt; and lt;a name=xxxgt; anchors... Guess I should preview first :) PragueExpat wrote: Has anyone else had the problem of Opera not scrolling when using the ScrollTo in interface? (By the way, Stefan and Paul,

[jQuery] Scrolling in Opera?

2007-01-29 Thread PragueExpat
Has anyone else had the problem of Opera not scrolling when using the ScrollTo in interface? (By the way, Stefan and Paul, thanks for your work on interface - I use it a lot) My page has a lot of #xxx and anchors and I wanted to use the ScrollToAnchors method in interface. Since the method

Re: [jQuery] jQuery for Wordpress

2007-01-29 Thread Jörn Zaefferer
Dan Atkinson schrieb: 2) jQuery and Interface has been added to the WordPress 2.2 dev trunk. The second one didn't surprise me very much, and I'm glad that Matt is finally listening to his users, who overwhelmingly desire jQuery. This should mean that when 2.2 is released on April 23rd,

Re: [jQuery] ANNOUNCE: jQuery API Browser

2007-01-29 Thread Ⓙⓐⓚⓔ
how about adjusting the opacity on the other items? On 1/29/07, Fil [EMAIL PROTECTED] wrote: the blue flash on api-browser is killing my eyes, especially in the grey zones. And the tooltip is weird, it goes under the pane scrollbar Okok, I'll remove that flash on the entire method. How

[jQuery] Access formData in ajaxForm

2007-01-29 Thread Jon Ege Ronnenberg
Hi all. I can find no documentation on how to access the form data in a beforeSubmit function in the Form plugin. I can see in Firebug that all my fields is populated correct and it's no problem to fetch the data on the server. But I have no idea how the syntax is in the beforeSubmit function. I

Re: [jQuery] position clearing ala Shaun Inman

2007-01-29 Thread Alex Calara
On Jan 29, 2007, at 5:56 AM, Rob O'Rourke wrote: It might be worth re-visiting Shaun's article... The crux of Shaun Inman's clearing script is that it changes the CSS rule for the longest column in an absolutely positioned layout to 'position: relative;'. He does this simply by comparing

Re: [jQuery] ANNOUNCE: jQuery API Browser

2007-01-29 Thread Jörn Zaefferer
Joan Piedra schrieb: Hey Jörn, I love your idea. The API Browser is really handy when you are looking for something right away, and you can even download the source and use it offline, just as cool as jQuery. Just a problem tho, when you use one or more toolbars in your browser, the

Re: [jQuery] [New Plugin] jqModal -- Minimalist Modaling with jQuery

2007-01-29 Thread David
Brice Burgess schreef: I've update the jqModal codebase again. I was lucky enough to rdesktop into a friend's machine where I was able to test the code under IE6 and IE7! :) -- as the Mac is on vacation, it remains untested/unreported under Safari. Changes include; + Compatibility

Re: [jQuery] Access formData in ajaxForm

2007-01-29 Thread Jon Ege Ronnenberg
I think I figured it out.. Something along these lines: function validate(formData, jqForm){ var tmp; for(f in formData) { tmp += 'f.' + formData[f].name + ' = ' + formData[f].value + '\n'; } alert(tmp); ... On 1/29/07, Jon Ege Ronnenberg [EMAIL PROTECTED] wrote: Hi all. I can find

Re: [jQuery] List of jQuery-Powered Sites

2007-01-29 Thread Peter Vulgaris
I've just recently converted our site: www.appelrouthtutoring.com (internally and externally) to jQuery from Prototype. The public site uses it for menus and fading in and out testimonials on the homepage. Nothing spectacular, but so easy and fun with jQuery. Also, our employee website uses jQuery

[jQuery] Can't seem to return an object

2007-01-29 Thread Christopher Jordan
Hi folks, I have an ajax call that upon success has a variable 'result' that contains a JSON encoded string. I eval that string and it becomes an object (an array of structures, etc.), but when I try returning that object from the function to the caller, something goes wrong. The caller says

[jQuery] Can't seem to return an object - Please Help ASAP

2007-01-29 Thread Christopher Jordan
Hi folks, I have an ajax call that upon success has a variable 'r' that contains a JSON encoded string. I eval that string and it becomes an object (an array of structures, etc.), but when I try returning that object from the function to the caller, something goes wrong. The caller says that the

Re: [jQuery] Access formData in ajaxForm

2007-01-29 Thread Jon Ege Ronnenberg
Whoa! What?!? Did you just update your site? All I've seen is the ajaxForm and ajaxSubmit tabs. Anyway, thanks - it was just what I needed! On 1/29/07, Mike Alsup [EMAIL PROTECTED] wrote: I can find no documentation on how to access the form data in a beforeSubmit function in the Form

Re: [jQuery] [ANN] Downloadable Visual jQuery

2007-01-29 Thread Will
Great! Thank you. You might want to change the (more) link in the downloadable version to point to your actual URL. Will On 1/29/07, Yehuda Katz [EMAIL PROTECTED] wrote: Hi All, At long last, I have put together a downloadable Visual jQuery package. Simply go to http://www.visualjquery.com

Re: [jQuery] Access formData in ajaxForm

2007-01-29 Thread Mike Alsup
Whoa! What?!? Did you just update your site? All I've seen is the ajaxForm and ajaxSubmit tabs. Anyway, thanks - it was just what I needed! Yes, I just added some more examples. I'm trying to get enough out there to cover the common questions and some of the not-so-obvious features. Glad that

Re: [jQuery] Can't seem to return an object - Please Help ASAP

2007-01-29 Thread Jörn Zaefferer
Christopher Jordan schrieb: Hi folks, I have an ajax call that upon success has a variable 'r' that contains a JSON encoded string. I eval that string and it becomes an object (an array of structures, etc.), but when I try returning that object from the function to the caller, something goes

Re: [jQuery] Can't seem to return an object - Please Help ASAP

2007-01-29 Thread Mike Alsup
I'm really confused why this isn't working. I need serious help... asap! Hi Christopher, You code isn't working because $.ajax is an asynchronous call. You invoke it and give it a callback method (success). That callback method is invoked whenever the server response is received. You need to

Re: [jQuery] Access formData in ajaxForm

2007-01-29 Thread Mike Alsup
Is there anyway to reference an element in the request page? Sure. Just use the jqForm argument. For instance, if you need to reference an element that has a name attribute of 'username' you would write: var element = jqForm[0].username; You can also perform normal jQuery selections within

Re: [jQuery] [ANN] Downloadable Visual jQuery

2007-01-29 Thread Ken Saggy
Great Yehuda, like I've said before - this is a really big help to us all. Ken. On 1/29/07, Yehuda Katz [EMAIL PROTECTED] wrote: Hi All, At long last, I have put together a downloadable Visual jQuery package. Simply go to http://www.visualjquery.com and click Download. By default, the

Re: [jQuery] Can't seem to return an object - Please Help ASAP

2007-01-29 Thread Christopher Jordan
Yep. Just realized that about ten minutes ago. dagnabbit! :o( Now I've got to rewrite a bunch of code unless I can make this call synchronous. Which at this late hour I'd rather do. Isn't there a way to do that in jQuery? Chris Jörn Zaefferer wrote: Christopher Jordan schrieb: Hi

Re: [jQuery] Download-able documentation

2007-01-29 Thread Ken Saggy
Thanks you guys! You've been a great help to me :-) Much thanks again, Ken. On 1/29/07, Sam Collett [EMAIL PROTECTED] wrote: On 28/01/07, Ken Saggy [EMAIL PROTECTED] wrote: Hi guys, I was thinking... why not create some sort of download-able documentation format? either a ZIP of HTML's

Re: [jQuery] Can't seem to return an object

2007-01-29 Thread Karl Rudd
Ummm perhaps you left it out of the email but where in getActiveUsers() do you return ActiveUsers;? Karl Rudd On 1/30/07, Christopher Jordan [EMAIL PROTECTED] wrote: Hi folks, I have an ajax call that upon success has a variable 'result' that contains a JSON encoded string. I eval that

[jQuery] interface autocompleter issues

2007-01-29 Thread nrwsteff
i have some problems with the interface autocompleter plugin. when i start the example page for the autocompleter in FF (1.5 or 2.0) the ajax request is fired and the result list is shown as expected. when i select a row with the keyboard and press enter afterwords, the content ist displayed in

Re: [jQuery] Can't seem to return an object - Please Help ASAP

2007-01-29 Thread Christopher Jordan
John, Thanks so much for responding. I did manage to work around the problem, by calling the function with the ajax call first and then the function that uses the return object second. Both ways work, so it's nice to see that if I do something like that again, I could just add an 'async:

Re: [jQuery] Access formData in ajaxForm

2007-01-29 Thread Jon Ege Ronnenberg
Am I right if I say that this only applies to input types that is submitted with the form? I've tried to get to a div with id=response: $('#response', jqForm).appendTo(Error message); return false; but in vain. I can write to a input element but not anything else, right? On 1/30/07, Mike Alsup

  1   2   >