[jQuery] Re: How do I bind this into the DOM?

2007-08-14 Thread Erik Beeson
You may want to "return false;" at the end of your click handler function that you bind to "#pendingUsers a" so that the link won't be followed. --Erik On 8/14/07, Steve Finkelstein <[EMAIL PROTECTED]> wrote: > > Hi all, > > This is a rather complicated issue, for a novice at least. > > I have H

[jQuery] Re: Documentation on $('#foo')[0] or $('#foo').get(0) ??

2007-08-14 Thread Erik Beeson
var a = $(...); var b = a.length; a.XXX(); var c = a.get(0); Now, 'a' is a "jQuery object" that contains all of the elements that matched the selector. 'b' is the number of elements found. The third line is calling a jQuery function or plugin on the jQuery object that is wrapping the selected elem

[jQuery] Re: What is wrong with this code?

2007-08-14 Thread Tane Piper
Yes, it's current planned in 1.2 which should be out in less than a month. Ganesh has also working on his LavaLamp plugin that provides an animation stop to the menu. To be honest it's one of these things that probably should have been in before now, but people are only starting to see that's it

[jQuery] Documentation on $('#foo')[0] or $('#foo').get(0) ??

2007-08-14 Thread pd
Hi All I've been hacking with jQuery on and off lately and I've now hit the annoying problem of not being able to access simple DOM 0 properties unless, apparently, using either of the following syntaxes: $('#foo')[0] $('#foo').get(0) Eventually after scratching my head each time, I've found t

[jQuery] Re: [NEWS] Brandon Aaron on Ajaxian

2007-08-14 Thread Sean Catchpole
Congrats Brandon! ~Sean

[jQuery] Re: [NEWS] Brandon Aaron on Ajaxian

2007-08-14 Thread Joel Birch
Congrats on the well-deserved kudos, Brandon! I 5 starred it. Joel Birch.

[jQuery] Re: fancy menu - tell me what you guys think

2007-08-14 Thread Joel Birch
I love it Ganeshji. I have no feedback because it just seems so slick. I didn't notice a delay, but I am late to this thread and you may have implemented Brian's suggestion about tweaking the hoverIntent settings. It behaves great! Looking forward to the plugin release. Joel Birch

[jQuery] Tabs not working

2007-08-14 Thread Eridius
I am trying to use the Tabs plugin but it is not really working. her eis my demo: http://www.apex-wowguild.com/dev It work when you first click on the click but when you go back to a link, it just does not shouw anything. I am just using .tabs() and the html looks good to me. -- View this me

[jQuery] jQuery for JavaScript programmers

2007-08-14 Thread Erik Beeson
Here's a really nice jQuery introduction that starts at the beginning and goes all the way through plugin development. It looks pretty thorough: http://simonwillison.net/2007/Aug/15/jquery/ --Erik

[jQuery] Re: is this possible in jQ: plugin namespaces?

2007-08-14 Thread Ganeshji Marwaha
I dont think it is possible Stephan. jquery core requires the plugin method to be part of the $.fn (which is jQuery.prototype internally). This way jQuery will be able to call the method in the context of the jquery object itself. This is how we get "this" to represent the jQuery object itself. I a

[jQuery] Re: How do I bind this into the DOM?

2007-08-14 Thread Ganeshji Marwaha
$('#pendingUsers').load(' index.php/meduser/check_pending_users',false, function() { $('#pendingUsers a').click(function() { $.post('index.php/meduser/pull_user_information', {id: $(this).attr('rel')}, function(data) { $('#main').html(data);* $("#button").click(function() { alert("your code for

[jQuery] Re: Cycle Plugin update

2007-08-14 Thread Ganeshji Marwaha
this is very very cool... One of the best i have seen... don't have words to explain dude... keep creating and more and more of these... -GTG On 8/14/07, Mike Alsup <[EMAIL PROTECTED]> wrote: > > > As promised, a new version of the Cycle Plugin is now available. > > This version includes the foll

[jQuery] Re: from builtwith.com, with love: jquery leads ahead

2007-08-14 Thread Ganeshji Marwaha
pretty neat... i hope the number keeps increasing drastically. -GTG On 8/14/07, schnuck <[EMAIL PROTECTED]> wrote: > > > i know... but still not bad at all: > > MooTools > MooTools is a compact, modular, Object-Oriented JavaScript framework > designed for the intermediate to advanced JavaScript d

[jQuery] [OT] Job posting asking for jQuery knowledge

2007-08-14 Thread Benjamin Sterling
Hey, Came across this posting will not working and was shocked to see that one of the requirements was knowledge of jQuery. I guess the word is really getting out. Experience working with a JavaScript library such as YUI or similar framework such as jQuery, script.aculo.us or moo tools http://

[jQuery] Re: dimensions plugin, animated scrollLeft(x)

2007-08-14 Thread Ganeshji Marwaha
Just wanted to remind that there is a plugin called jCarouselLite which can hold any HTML content. That can probably solve ur problem... BTW, i am not marketing for my plugin... Just trying to help http://www.gmarwaha.com/jquery/jcarousellite/index.php -GTG On 8/14/07, emi polak <[EMAIL PROTE

[jQuery] Re: Event bubbling

2007-08-14 Thread Ganeshji Marwaha
i think u r doing it right... just that u will have to remove the attribute onclick="return false;" from the button tag that is probably preventing ur event to bubble. I dont know if i am even close to answering ur question. But if i am not, can u provide more explanation on what u r trying to do

[jQuery] Re: Clear input fields for login form

2007-08-14 Thread sccr410
PERFECT. Thanks for the quick response. Glen Lipka wrote: > > Two plugins that do that. Not sure the better term, Overlabel or > Watermark. > > http://digitalbush.com/projects/watermark-input-plugin > http://scott.sauyet.com/Javascript/Demo/Overlabel/ > > Glen > > On 8/14/07, sccr410 <[

[jQuery] IE7 issue viewing API docs

2007-08-14 Thread Mitchell Waite
I've been meaning to get this off my chest. Almost every jQuery site I visit, including the official site, have problems displaying text in scrolling DIVs. The settings for "auto" seems to be different between Firefox and IE7. So many of the API examples in the official docs are clipped ver

[jQuery] Re: focus with DIVs

2007-08-14 Thread Mitchell Waite
That's interesting stuff. Adobe accomplishes a nice focus with their accordion SPRY control so I just figured that the best JS framework on the planet (jQuery) might have a work around. Could a click to the body tag accept all clicks except one through a certain DIV? -Original Message-

[jQuery] Re: Clear input fields for login form

2007-08-14 Thread Glen Lipka
Two plugins that do that. Not sure the better term, Overlabel or Watermark. http://digitalbush.com/projects/watermark-input-plugin http://scott.sauyet.com/Javascript/Demo/Overlabel/ Glen On 8/14/07, sccr410 <[EMAIL PROTECTED]> wrote: > > > > Im trying to replicate the login form on the home pag

[jQuery] Clear input fields for login form

2007-08-14 Thread sccr410
Im trying to replicate the login form on the home page of http://www.webshots.com It shows "User name" and "Password" in the text fields. When you click, they disappear. On the password, it even changes it to a password type input and uses the asterisks. -- View this message in context: http:/

[jQuery] Re: focus with DIVs

2007-08-14 Thread Mitchell Waite
Man this cross browser compatibility thing is going to ruin web 2.0. How about this? For focus on a div you use .click(). For unfocus on a div you put it inside a larger div that surrounds you entire app. Now if there was a way to capture a click on JUST the outer div and not the i

[jQuery] Re: Cycle Plugin update

2007-08-14 Thread Mike Alsup
As promised, a new version of the Cycle Plugin is now available. This version includes the following: - added "pager controls" functionality - added support for prev/next click triggers - added support for click triggers and auto-advance on same slideshow - deprecated 'click' option in favor of

[jQuery] from builtwith.com, with love: jquery leads ahead

2007-08-14 Thread schnuck
i know... but still not bad at all: MooTools MooTools is a compact, modular, Object-Oriented JavaScript framework designed for the intermediate to advanced JavaScript developer. It allows you to write powerful, flexible, and cross-browser code with its elegant, well documented, and coherent API.

[jQuery] Price levels and price breaks

2007-08-14 Thread cfdvlpr
I've done the following code in Coldfusion: Now, I'd like to do the same thing, but in Javascript / Jquery. Can someone post code that will do this same sort of query/operation in Javascript?

[jQuery] Re: How to test if plugin X is loaded ?

2007-08-14 Thread Erik Beeson
I question whether or not you really want to be doing that... But here's both questions in one go: if(!$.isFunction($.fn['pluginName'])) { $.getScript('/path/to/plugin', function() { alert('Plugin ready'); }); } else { alert('Plugin ready'); } That assumes the plugin is on the same doma

[jQuery] Re: focus with DIVs

2007-08-14 Thread Stephan Beal
On Aug 15, 12:46 am, "Mitchell Waite" <[EMAIL PROTECTED]> wrote: > Is there a way to use focus with a div rather than just an input element? Focus, by definition, applies only to elements which can accept input. Focus is in fact short for "input focus." > If there is not how would you handle it

[jQuery] Re: fancy menu - tell me what you guys think

2007-08-14 Thread Ganeshji Marwaha
Thanks Dan... You are right... I will make sure, i include ifx.js alone and list only ifx.js as a dependency... -GTG On 8/14/07, Dan G. Switzer, II <[EMAIL PROTECTED]> wrote: > > > >In the meantime, i tried using interface fx library for stopping > animations > >which should effectively make it p

[jQuery] Re: focus with DIVs

2007-08-14 Thread Glen Lipka
Interestingly (or not), IE allows you to put a tabindex="" on a div which will put it in the queue to gain focus. It fires the event properly. Firefox doesn't seem to allow this. Glen On 8/14/07, Mitchell Waite <[EMAIL PROTECTED]> wrote: > > Hi gang > > > > Is there a way to use focus with a di

[jQuery] focus with DIVs

2007-08-14 Thread Mitchell Waite
Hi gang Is there a way to use focus with a div rather than just an input element? If there is not how would you handle it so when a container gains or losses focus some visual effect occurs (like its background becomes gray). Thanks Mitch

[jQuery] Re: How to test if plugin X is loaded ?

2007-08-14 Thread Benjamin Sterling
Xavier, For question #1: if(typeof $.fn.tableSorter == 'function') question #2: yes, you just need to know the path to the file and do a document.write(' wrote: > > > Hello, > > I'd like to be able to test if a specific plug in is loaded before > calling some of its properties (to avoid throwing

[jQuery] Re: Trouble with tablesorter in IE

2007-08-14 Thread jarrod
Christian Bach wrote: > > Hi Jarrod, > > Would it be possible for you to make a test page and reply with the URL? > > It is tested in IE 6 and should work with out a problem. > > /christian > > Sorry to say I don't have access to a public server at the moment. I'll try using tablesorter

[jQuery] Re: What is wrong with this code?

2007-08-14 Thread Eridius
Are there any current projects or planned projects to have animation stop and go back to how they were when another one is started, almost like group certain effect together and one one can be active at a time. I think this is the only spot were mootools is much better than jQuery, which is anim

[jQuery] How to test if plugin X is loaded ?

2007-08-14 Thread xavier
Hello, I'd like to be able to test if a specific plug in is loaded before calling some of its properties (to avoid throwing an error). Second question, is it possible to load it if missing ? Use case: I have a bit of template that have a sortable table of users, and another one that list group

[jQuery] Re: Trouble with tablesorter in IE

2007-08-14 Thread Christian Bach
Hi Jarrod, Would it be possible for you to make a test page and reply with the URL? It is tested in IE 6 and should work with out a problem. /christian 2007/8/14, jarrod <[EMAIL PROTECTED]>: > > > > I've got the tablesorter plugin working great in Firefox. However, it has > no > effect in IE

[jQuery] Re: fancy menu - tell me what you guys think

2007-08-14 Thread Glen Lipka
I like it. Ive seen a similar one that works off a think underline. Its a small 3px border under the word, but has the same motion (grow/shrink to meet target) and follows the same trajectory. I can imagine alot of alternative treatments. Great work. Glen On 8/14/07, Ganeshji Marwaha <[EMAIL

[jQuery] Re: fancy menu - tell me what you guys think

2007-08-14 Thread Ganeshji Marwaha
cool, i guess, the concerns of unresponsiveness are now gone... The name has been established (lava lamp). Thanks to Stephan Beal. All that is pending is, add Glen Lipka's sprites(thanks a ton), remove the dependency on hoverIntent (as we dont need it since i added ifx dependency) and create a tr

[jQuery] Re: resetting an event

2007-08-14 Thread Glen Lipka
Maybe use the HoverIntent() plugin and fire the onmouseout event manually? Glen On 8/14/07, insmac <[EMAIL PROTECTED]> wrote: > > > Hello, > > Let's say I have an ordinary hover action triggered by mouse. It fires > an event when the curson is over the particular div an its position is > steady f

[jQuery] Re: : which event is that?

2007-08-14 Thread Glen Lipka
Selected or clicked? It fires the click event even if you use spacebar while focused on it. It fires focus when you tab onto it or click on it. Glen On 8/14/07, lukek <[EMAIL PROTECTED]> wrote: > > > Is there an specific event raised when a button (input type="button") > is selected? Or am I bei

[jQuery] Re: : which event is that?

2007-08-14 Thread Stephan Beal
On Aug 14, 10:30 pm, lukek <[EMAIL PROTECTED]> wrote: > Is there an specific event raised when a button (input type="button") > is selected? Or am I being a bit stupid? To capture this I am having > to use: > > $("#myButton") Try: $(...).click( function(){...} ); :) > if (event.keCode

[jQuery] : which event is that?

2007-08-14 Thread lukek
Is there an specific event raised when a button (input type="button") is selected? Or am I being a bit stupid? To capture this I am having to use: $("#myButton") .bind("keyup", function(event){ if (event.keCode == 13) { //do stuff } }) .unbind() .click

[jQuery] Event bubbling

2007-08-14 Thread Steve Finkelstein
Hi all, Using this block of code: -- $(document).ready(function() { $('body').click(function(event) { if ($(event.target).is('h3')) { $(event.target).toggleClass('highlighted'); } }); }); -- If my element I'm trying to toggle is , is there anyway I can do something similar to if(

[jQuery] resetting an event

2007-08-14 Thread insmac
Hello, Let's say I have an ordinary hover action triggered by mouse. It fires an event when the curson is over the particular div an its position is steady for a specific amount of time - and the other one when it detects mouse move. But the action can't be repeated unless I go with the cursor ou

[jQuery] Re: How do I select (use) a link in the html I appended?

2007-08-14 Thread nounou
Thx! :-D On Aug 14, 3:17 pm, "Benjamin Sterling" <[EMAIL PROTECTED]> wrote: > nounou, > Put: > > $('#link).click > > in > > $('#panelclick').click(function(){ > > after > > $('#panel').append('Link > 1Link 2'); > > On 8/14/07, nounou <[EMAIL PROTECTED]> wrote: > > > > > > > Hi there, > > >

[jQuery] Re: new Plugin every: jQuery-oriented setTimeout and setInterval

2007-08-14 Thread weepy
I 2nd the namespacing : $(...).blair.start(...); $(...).blair.stop(...) On Aug 14, 8:51 pm, Bernd Matzner <[EMAIL PROTECTED]> wrote: > Hi Blair, > > great plugin idea - that will be really useful to have - what is it > that the solutions that might be helpful to one specific project > always c

[jQuery] Re: Problem with selectors in Internet Exploter

2007-08-14 Thread George
Yep, try using "this" instead of "event.currentTarget" so your code will go something like... $('#content A').click( function (event) { var iID_tutorial = $ (this).parent().find("INPUT:checkbox").val(); ... "this" is always avail

[jQuery] Trouble with tablesorter in IE

2007-08-14 Thread jarrod
I've got the tablesorter plugin working great in Firefox. However, it has no effect in IE. The table behaves as if it's just a static table. The column header background images do not appear and clicking col heads does nothing. I verified that the page is valid XHTML 1.0 Transitional. I set up

[jQuery] Re: new Plugin every: jQuery-oriented setTimeout and setInterval

2007-08-14 Thread Bernd Matzner
Hi Blair, great plugin idea - that will be really useful to have - what is it that the solutions that might be helpful to one specific project always come out at precisely the right time? ;-) I second Jonathan's naming suggestions. Also love the WTFPL... Bernd

[jQuery] Re: fancy menu - tell me what you guys think

2007-08-14 Thread Brian Cherne
The interface plugin is certainly a better alternative in this situation. Very nice! Brian. On 8/14/07, Andy Matthews <[EMAIL PROTECTED]> wrote: > > It's better now that Ganeshji added in the interface plugin. > > Loads better now. In fact, I'd say that it's perfect. > > ---

[jQuery] Re: fancy menu - tell me what you guys think

2007-08-14 Thread Dan G. Switzer, II
>In the meantime, i tried using interface fx library for stopping animations >which should effectively make it perform exactly as the mootools version. >have a look at it and lemme know if the delay problem is gone... > >http://www.gmarwaha.com/jquery/jfancymenu/test/test.html If we ever needed a

[jQuery] Re: App similar to Google Homepages

2007-08-14 Thread Andy Matthews
That's EXACTLY what I'm looking for, thank you!! _ From: jquery-en@googlegroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Felix Geisendörfer Sent: Tuesday, August 14, 2007 2:32 PM To: jquery-en@googlegroups.com Subject: [jQuery] Re: App similar to Google Homepages A bit dated, but mayb

[jQuery] Re: fancy menu - tell me what you guys think

2007-08-14 Thread Andy Matthews
It's better now that Ganeshji added in the interface plugin. Loads better now. In fact, I'd say that it's perfect. _ From: jquery-en@googlegroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Brian Cherne Sent: Tuesday, August 14, 2007 2:28 PM To: jquery-en@googlegroups.com Subject: [jQuer

[jQuery] Re: App similar to Google Homepages

2007-08-14 Thread Felix Geisendörfer
A bit dated, but maybe kind of what you are looking for: http://sonspring.com/journal/jquery-portlets -- Felix -- My Blog: http://www.thinkingphp.org My Business: http://www.fg-webdesign.de Andy Matthews wrote: Hey all...   I'm in the process of writing

[jQuery] Re: fancy menu - tell me what you guys think

2007-08-14 Thread Brian Cherne
The responsiveness is a little better but still not great. For some reason the visual treatment of this menu begs for responsiveness. I'm certainly looking forward to jQuery 1.2 when hoverIntent can go back on the shelf as more of a special utility and less of a hack. If someone can come up wit

[jQuery] Re: fancy menu - tell me what you guys think

2007-08-14 Thread Ganeshji Marwaha
Thanks Glen i will incorporate the sprites tonight... In the meantime, i tried using interface fx library for stopping animations which should effectively make it perform exactly as the mootools version. have a look at it and lemme know if the delay problem is gone... http://www.gmarwaha.com/

[jQuery] Re: fancy menu - tell me what you guys think

2007-08-14 Thread Brandon Aaron
Nice ... gotta love collaboration! One thing I'd like to see if the extra li element added at runtime so it is not there if javascript isn't enabled. -- Brandon Aaron On 8/14/07, Glen Lipka <[EMAIL PROTECTED]> wrote: > > Ok, I made the sprite for you with css. > http://www.commadot.com/jquery/lav

[jQuery] Re: New Yahoo Minifier - YUI Compressor

2007-08-14 Thread Stephan Beal
On Aug 14, 7:37 pm, "Tane Piper" <[EMAIL PROTECTED]> wrote: > Absolutly, that worried me at first about rhino, but It's great to see > its already included. If anyone can work out how to included this in > eclipse as a runnable program to compress the code, please share it - > I tried myself, but

[jQuery] Re: fancy menu - tell me what you guys think

2007-08-14 Thread Glen Lipka
Ok, I made the sprite for you with css. http://www.commadot.com/jquery/lavalamp/ This will make it load the bubble all at once. I also added in the change from Brian to make it trigger quicker. Glen On 8/14/07, Ganeshji Marwaha <[EMAIL PROTECTED]> wrote: > > Sure, i will try that... I sincerely

[jQuery] Re: fancy menu - tell me what you guys think

2007-08-14 Thread Tane Piper
Oh man - I saw this effect a couple of months ago and loved it, but as you said the author had made a bit of a hash of it with all those gifs and importants, and my jQuery wasn't that hot so I never reversed engineered it. Thank you so much for bringing this plugin to jQuery! I might even go bac

[jQuery] Re: next anchor tag in list

2007-08-14 Thread b0bd0gz
Awesome, that works perfectly, Thanks for the help. b0bd0gz -- View this message in context: http://www.nabble.com/next-anchor-tag-in-list-tf4267089s15494.html#a12149963 Sent from the JQuery mailing list archive at Nabble.com.

[jQuery] Re: Everyday information

2007-08-14 Thread Brandon Aaron
That is a pretty broad question and I believe a proper solution would be on the back-end side of things. -- Brandon Aaron On 8/14/07, poncjusz <[EMAIL PROTECTED]> wrote: > > > I need advice how could i implement small function which shows > information changing every day (depend on current date),

[jQuery] Re: function to return value from ajax

2007-08-14 Thread James Dempster
This is what my plan is http://www.jdempster.com/wp-content/uploads/2007/08/jquery.servercookiejar.example.html http://www.jdempster.com/wp-content/uploads/2007/08/jquery.servercookiejar.js I can't think of any other way of doing it. Doing it synchronously ensures that the value has been retrieved

[jQuery] Re: Problem with animation on mouseover/mouseout!

2007-08-14 Thread Nazgulled
Anyone? :'( On Aug 13, 5:21 pm, Nazgulled <[EMAIL PROTECTED]> wrote: > I used the stop() method just before the animate() one and it works > (in both events) , sort of, like I want... Let's say the animations > are 5000ms, both mouse over and mouse out. I move the mouse over and > let the animati

[jQuery] Re: fancy menu - tell me what you guys think

2007-08-14 Thread Ganeshji Marwaha
Sure, i will try that... I sincerely hope that solves the unresponsiveness problem... -GTG On 8/14/07, Brian Cherne <[EMAIL PROTECTED]> wrote: > > You may be able to tweak hoverIntent's default settings to make it react > more quickly. Maybe something more like: > > .hoverIntent({ >sensitivit

[jQuery] Re: event handlers lost when adding and removing links dynamically

2007-08-14 Thread seedy
You have two options You can wrap your event binding all in its own function, and then call that function again each time new elements are added Or there is also a plugin designed to handle this for you http://jquery.com/plugins/project/behavior http://jquery.com/plugins/project/behavior hst

[jQuery] Re: Issue with .ajax incrementally submitting.

2007-08-14 Thread deepreel
Correction the ajax isn't actually submitting multiple times but the function in the error function (when I test an error use case) get called incrementally more times with each event. On Aug 14, 10:40 am, deepreel <[EMAIL PROTECTED]> wrote: > Folks, I'm fiddling with jquery for the first time a

[jQuery] Problem with selectors in Internet Exploter

2007-08-14 Thread David Garcia Ortega
Hi JQueriers, I have a problem with JQuery selectors in Internet Exploter (I'm using IE7). What I have in DOM is: Titulo Tutorial 4: Contenido Tutorial 4 ... Then, when the user clicks the link inside the "item" div, the following happens: ... $

[jQuery] Re: fancy menu - tell me what you guys think

2007-08-14 Thread Ganeshji Marwaha
Thanks Glen... I am not hardcoding the easing effects. That is an option for the user. About the button being 2 different images. Yes, i understand, that it isn't very professional that way. They are the images of the original author though and i don't have too much expertise creating images... an

[jQuery] event handlers lost when adding and removing links dynamically

2007-08-14 Thread Hung
I am just started using jQuery to simplify my JavaScript programming but I am running into this problem where my event handlers are not binding properly to my event handler when I am creating these links dynamically using jquery. I am sure this is a common problem but I just need to be pushed to

[jQuery] Everyday information

2007-08-14 Thread poncjusz
I need advice how could i implement small function which shows information changing every day (depend on current date), ex. name-day thanks in advance

[jQuery] Re: fancy menu - tell me what you guys think

2007-08-14 Thread Matt Penner
This is great but I have to also comment on the delay. It does feel a little unresponsive. If I click on a menu item before the slider has time to get there (which is quite easy to do) it tends to flash and act a little quirky. I'm using FF 2.0 on WinXP Good job! *Matt Penner* *From:* jquery-

[jQuery] How do I bind this into the DOM?

2007-08-14 Thread Steve Finkelstein
Hi all, This is a rather complicated issue, for a novice at least. I have HTML that gets injected into the DOM, and this is after a completely separate HTML gets injected via .load() into a separate div. So essentially, when you load the page, a div gets populated with .load(), and when you clic

[jQuery] Re: new Plugin every: jQuery-oriented setTimeout and setInterval

2007-08-14 Thread Blair Mitchelmore
everyTime, et. al. seems to be short yet distinct. I've also been thinking of adding an option to skip the function call if the previous call hasn't completed yet (inspired by the $.interval method recently posted to the list) so a new release with that feature and the changed method names might c

[jQuery] Re: Do we have something like Mootools:Kwick on jQuery?

2007-08-14 Thread Ganeshji Marwaha
Jean, Thank you for ur patience... i will get to this definitely by this weekend... But my hands are tied before that... Thanks for understanding. -GTG On 8/14/07, Jean <[EMAIL PROTECTED]> wrote: > > > I´m waiting for the final release =D > only have to work around this delay in FF > > On 8/11/07

[jQuery] Re: Do we have something like Mootools:Kwick on jQuery?

2007-08-14 Thread Ganeshji Marwaha
Thanks Brian... The code looks pretty self-documenting though... I will keep you posted when we have a real plugin.. -GTG On 8/14/07, Brian Cherne <[EMAIL PROTECTED]> wrote: > > Nice work! A few months ago I played around with something similar. Feel > free to steal anything that might be useful.

[jQuery] Re: fancy menu - tell me what you guys think

2007-08-14 Thread Brian Cherne
You may be able to tweak hoverIntent's default settings to make it react more quickly. Maybe something more like: .hoverIntent({ sensitivity: 2, interval: 50, over: function(){ move(this); }, out: noop }); Brian. On 8/14/07, Glen Lipka <[EMAIL PROTECTED]> wrote: > > Its a great effec

[jQuery] Re: next anchor tag in list

2007-08-14 Thread Glen Lipka
Ahh, ok. $("a.next").click( function() { alert( $("ul.thumbs a.selected ").parent().next("li").children("a:first").attr("href") ); I think this could be more succinct, but it works. Glen On 8/14/07, b0bd0gz <[EMAIL PROTECTED]> wrote: > > > > Here's a link to the html >

[jQuery] App similar to Google Homepages

2007-08-14 Thread Andy Matthews
Hey all... I'm in the process of writing an app that will offer information to our clients. The interface is open at this point, but I'm looking at the possibility of a display type similar to Google Homepages. It would be "module" based in that there would be multiple boxes containing various bi

[jQuery] Re: Do we have something like Mootools:Kwick on jQuery?

2007-08-14 Thread Brian Cherne
Nice work! A few months ago I played around with something similar. Feel free to steal anything that might be useful... as I don't know when I'll make the time to play with this again. My apologies for it being undocumented. http://cherne.net/brian/resources/jquery.slidingPanels.html Brian. On

[jQuery] Re: New Yahoo Minifier - YUI Compressor

2007-08-14 Thread Tane Piper
Absolutly, that worried me at first about rhino, but It's great to see its already included. If anyone can work out how to included this in eclipse as a runnable program to compress the code, please share it - I tried myself, but I'm not familiar with its environment variables On 14/08/07, Step

[jQuery] Re: Do we have something like Mootools:Kwick on jQuery?

2007-08-14 Thread Jean
I´m waiting for the final release =D only have to work around this delay in FF On 8/11/07, Ganeshji Marwaha <[EMAIL PROTECTED]> wrote: > I am working on something like that... it is not a completed version, but > works enough to get the point across. > I will be making it into a full featured plu

[jQuery] Re: fancy menu - tell me what you guys think

2007-08-14 Thread Glen Lipka
Its a great effect and will make a great plugin. I love it. Are you hard-coding the easing or allowing options? I saw a little bit of strangeness in the first load, when only the right-side of the button showed up. One suggestion. Use a button sprite to have the caps and the body as part of the

[jQuery] Re: fancy menu - tell me what you guys think

2007-08-14 Thread Ganeshji Marwaha
Stephan u got it man... u r the man who named my plugin... Lava Lamp it is :-) -GTG On 8/14/07, Stephan Beal <[EMAIL PROTECTED]> wrote: > > > On Aug 14, 5:31 pm, "Ganeshji Marwaha" <[EMAIL PROTECTED]> wrote: > > I have ported this fancy menu over from mootools to jquery. You can take > a > >

[jQuery] Re: fancy menu - tell me what you guys think

2007-08-14 Thread Ganeshji Marwaha
wow, u guys overwhelm me ;-). I sent this message before starting for work, and when i reach my desk i have such a pleasant surprise... Thanks guys... Now, lemme answer some of your concerns... @Stephan - I am sure u know what !important is. If your question is, why i have commented that out, the

[jQuery] Re: New Yahoo Minifier - YUI Compressor

2007-08-14 Thread Stephan Beal
On Aug 14, 7:02 pm, "Dan G. Switzer, II" <[EMAIL PROTECTED]> wrote: > The idea behind compression tools that use Rhino is they actually have the > ability to parse the JS and really understand how the variables work--which > allows for things such as more accurate variable replacement. While YUIm

[jQuery] Re: New Yahoo Minifier - YUI Compressor

2007-08-14 Thread Dan G. Switzer, II
>> Today I came across this article via DZone: >> >> http://www.julienlecomte.net/blog/2007/08/13/introducing-the-yui-comp... >> >> "The YUI Compressor is a new JavaScript minifier. > > > FWIW, I still think, ESC is >better. The problem with any RegExp base

[jQuery] Re: New Yahoo Minifier - YUI Compressor

2007-08-14 Thread Tane Piper
Unfortunately, that's Windows only (blrgh). At least with this being Java and using Rhino it's cross-platform. On 8/14/07, R. Rajesh Jeba Anbiah <[EMAIL PROTECTED]> wrote: > > On Aug 14, 3:45 pm, "Tane Piper" <[EMAIL PROTECTED]> > wrote: > > Today I came across this article via DZone: > > > > ht

[jQuery] Re: fancy menu - tell me what you guys think

2007-08-14 Thread R. Rajesh Jeba Anbiah
On Aug 14, 8:31 pm, "Ganeshji Marwaha" <[EMAIL PROTECTED]> wrote: > I have ported this fancy menu over from mootools to jquery. You can take a > look at ithttp://www.gmarwaha.com/jquery/jfancymenu/test/test.html I think, the hoverintent is slowing down the speed. Sometimes it lags the point

[jQuery] Re: next anchor tag in list

2007-08-14 Thread b0bd0gz
Here's a link to the html http://b0bd0gz.adsl24.co.uk/html.txt html link hopefully this will work. b0bd0gz -- View this message in context: http://www.nabble.com/next-anchor-tag-in-list-tf4267089s15494.html#a12148273 Sent from the JQuery mailing list archive at Nabble.com.

[jQuery] Re: New Yahoo Minifier - YUI Compressor

2007-08-14 Thread R. Rajesh Jeba Anbiah
On Aug 14, 3:45 pm, "Tane Piper" <[EMAIL PROTECTED]> wrote: > Today I came across this article via DZone: > > http://www.julienlecomte.net/blog/2007/08/13/introducing-the-yui-comp... > > "The YUI Compressor is a new JavaScript minifier. FWIW, I still think, ESC

[jQuery] Re: how to use $(html) to create element in another frame?

2007-08-14 Thread Jay W
Awesome! :) This is exactly what I needed. It works perfectly in IE and Safari. 5-Stars to your post. Thank you so MUCH! On Aug 13, 11:43 am, "Jeffrey Kretz" <[EMAIL PROTECTED]> wrote: > The basic problem here is that IE has security restrictions about moving > elements between frames. You can't

[jQuery] Re: fancy menu - tell me what you guys think

2007-08-14 Thread Rick Faircloth
> This type of work needs to go in a demo section on the jQuery site! Yes. along with documentation, code, and demos of the "Alsup" variety. Rick From: jquery-en@googlegroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Brandon Aaron Sent: Tuesday, August 14, 2007 12:00 PM To: jquery-en@g

[jQuery] Re: function to return value from ajax

2007-08-14 Thread Michael Geary
Are you *sure* you want to do this? It locks up the browser completely - and all other browser windows in many browsers - until the ajax call returns. If it's just a matter of coding convenience, balance that against the inconvenience it will cause your visitors if the site is slow to respond.

[jQuery] Re: fancy menu - tell me what you guys think

2007-08-14 Thread Andy Matthews
I LOVE this menu. My only comment is that there's a delay on mouseover in your version versus the mootols version. It's slight, but it makes the menu feel unresponsive or laggy. If you can fix that then it would be perfect. Freaking great job man! andy _ From: jquery-en@google

[jQuery] Re: next anchor tag in list

2007-08-14 Thread Glen Lipka
Maybe post the example online somewhere. Strange though, I can write a link foo Glen On 8/14/07, Alex Ezell <[EMAIL PROTECTED]> wrote: > > > Looks like Nabble is eating the HTML when you post from there. > > /alex > > On 8/14/07, b0bd0gz <[EMAIL PROTECTED]> wrote: > > > > > > Sorry about that lis

[jQuery] Re: New Yahoo Minifier - YUI Compressor

2007-08-14 Thread Geoffrey Knutzen
I went to a short talk by Steve Souders, the Chief Performance Yahoo. He has done a bunch of investigation on performance at Yahoo and has come up with his "13 rules" for better performance. And has written a book about it. http://developer.yahoo.com/performance/rules.html His research showed t

[jQuery] Re: fancy menu - tell me what you guys think

2007-08-14 Thread Mike Alsup
Nice work, Ganeshji! Very cool. Mike > I have ported this fancy menu over from mootools to jquery. You can take a > look at it > http://www.gmarwaha.com/jquery/jfancymenu/test/test.html

[jQuery] Re: next anchor tag in list

2007-08-14 Thread Alex Ezell
Looks like Nabble is eating the HTML when you post from there. /alex On 8/14/07, b0bd0gz <[EMAIL PROTECTED]> wrote: > > > Sorry about that list it should look like this > > > full_img/dh0215co4.jpg first link > full_img/34220_1605__364lo.jpg second link

[jQuery] Re: fancy menu - tell me what you guys think

2007-08-14 Thread Weaver, Scott
Very nice! I think the "bouncing" is on purpose and is probably using easing or something similar to achieve the effect. As for !important, this allows the specific css property value to take precedence over the same property that might be overriding it. For example, say I have this define

[jQuery] Re: fancy menu - tell me what you guys think

2007-08-14 Thread Brandon Aaron
Nice work. This type of work needs to go in a demo section on the jQuery site! -- Brandon Aaron On 8/14/07, Ganeshji Marwaha <[EMAIL PROTECTED]> wrote: > > Hi all, > > I have ported this fancy menu over from mootools to jquery. You can take a > look at it http://www.gmarwaha.com/jquery/jfancymenu

  1   2   >