[jQuery] Re: Using a \n (new line) as the multipleSeparator in Internet Explorer does not work

2009-10-27 Thread jmunning
Did you ever find a solution to this? I'm having the same problem. On Oct 22, 3:14 pm, Gabe g...@kokiri.org wrote: I've been getting some buggy behavior with IE7 when using a new line character as the multipleSeparator.  Here is my sample code: textarea name=search[movies] rows=4 cols=20

[jQuery] Re: Using a \n (new line) as the multipleSeparator in Internet Explorer does not work

2009-10-27 Thread jmunning
Hi Gabe, There seems to be some IE7 bugs with the 1.1 release of the autocomplete plugin. I found that using the 1.1pre version as opposed to 1.1 fixed the problems. There are links to that version here:

[jQuery] Re: JQuery cloned elements new class isn't recognized.

2009-10-21 Thread Charlie Griefer
http://docs.jquery.com/Events/live elements added after the initial DOM load will not be recognized by jQuery unless the afore-referenced live() method is used. On Wed, Oct 21, 2009 at 12:40 PM, Ali alisem...@gmail.com wrote: Hey. I have two functions show after the message. The first works

[jQuery] Re: Auto-complete a new input dynamically added

2009-10-08 Thread LReyesD
Just in case this would be useful for somebody else, I solved it by using live( type, fn ) event. Regards On Oct 7, 9:46 pm, LReyesD lreyes.dam...@gmail.com wrote: Hi, I'm new to jQuery and I'm using the autocomplete pluggin. So far it works great, but I wonder how I can autocomplete a

[jQuery] Re: I am a new user and using jquery in lightbox and thikbox but i want more

2009-06-17 Thread waseem sabjee
This page has helped me through a lot when i started out. http://docs.jquery.com/Events On Wed, Jun 17, 2009 at 8:45 PM, SK Developers ski...@gmail.com wrote: Any body Know's where to find free ebook's for jQuery and Ajax let me know at www.mangomobi.com

[jQuery] Re: open content in new window?

2009-05-26 Thread BigAB
Please correct me if I am wrong as I am no expert, but I don't think there is anything particularly about new windows and such in jQuery, but just regular JavaScript and being able to set the context of the jQuery selector method makes it a little easier. For example: http://jsbin.com/ibiha

[jQuery] Re: open content in new window?

2009-05-26 Thread BigAB
Please correct me if I am wrong as I am no expert, but I don't think there is anything particularly about new windows and such in jQuery, but just regular JavaScript and being able to set the context of the jQuery selector method makes it a little easier. For example:

[jQuery] Re: Question: XPath User's New

2009-05-25 Thread Karl Swedberg
On May 24, 2009, at 10:19 PM, Dustin Wilson wrote: Is there a way to select div elements with a class of 'img' that has more than one img element as a child? Hi Dustin, jQuery doesn't use XPath selectors (it did long ago, but now it uses only CSS selectors). To get a count of the images

[jQuery] Re: open content in new window?

2009-05-25 Thread Caires Vinicius
The contente of new window opened is dynamically generated? Or is html u already have it? On Mon, May 25, 2009 at 3:56 PM, GravyFace gravyf...@gmail.com wrote: Been trying on and off for days to find a happy cross-browser way to open up a new window and append some content to it. Obviously

[jQuery] Re: open content in new window?

2009-05-25 Thread GravyFace
On Mon, May 25, 2009 at 3:07 PM, Caires Vinicius caire...@gmail.com wrote: The contente of new window opened is dynamically generated? Or is html u already have it? dynamically-generated.

[jQuery] Re: apply method to new objects

2009-04-03 Thread Jonathan
The .live event may be what you're looking for. http://docs.jquery.com/Events/live#typefn On Apr 3, 4:38 am, neville34 nevill...@gmail.com wrote: hey I am having trouble applying thckbox and other scripts to newly created objects which are created when an ajax call is made. i think the

[jQuery] Re: updating content (adding new items)

2009-03-24 Thread James
Just get the HTML and prepend it. $.get(last-10-twitts.php, function(data) { $(#twitts).prepend(data); }); On Mar 24, 5:11 am, introvert aljaz.faj...@gmail.com wrote: Hello. I have a simple twitter shoutbox on my website that I would like to refresh with jquery each X seconds. At

[jQuery] Re: $(#id).attr(ondblclick, New Value); is not work in all browser.

2009-03-23 Thread Eric Garside
This is a horrible way to do what you're attempting. First, you should probably not be useing the inline events when you have jQuery readily accessible to you. Second, you should never, ever, ever, ever, ever write a callback using inline styling onclick handling. Third, you should really put all

[jQuery] Re: thickbox 3.1 and new jquery 1.3.1 - please help

2009-03-08 Thread newbie
jQuery Lover, Thank you so much. It worked fine now. You can see it here http://www.laseralliance.com On Feb 7, 2:24 am, jQuery Lover ilovejqu...@gmail.com wrote: Try to delete @ on line 79. 79: TB_TempArray = $(a...@rel=+imageGroup+]).get(); 79: TB_TempArray =

[jQuery] Re: Dynamic form - adding new input element doesnt work in IE

2009-02-12 Thread Paul Mills
Hi Alex, I haven't tested this so might be a red herring. When you add the clonedRow you append it to the table. When you scan for last row you look for last tr in the form. It could be that IE adds the new row after the /form tag. Try changing the append command to: $(#dmsProductTable

[jQuery] Re: thickbox 3.1 and new jquery 1.3.1 - please help

2009-02-07 Thread jQuery Lover
Try to delete @ on line 79. 79: TB_TempArray = $(a...@rel=+imageGroup+]).get(); 79: TB_TempArray = $(a[rel=+imageGroup+]).get(); Read jQuery HowTo Resource - http://jquery-howto.blogspot.com On Sat, Feb 7, 2009 at 3:43 AM, newbie alanv...@gmail.com wrote: I upgraded from jquery

[jQuery] Re: Problems with the New API Browser - Bug in AIR APP

2009-01-18 Thread Remy Sharp
Ouch! Sorry about that. I didn't have time to add functionality that saved the window position - but when this is in (v. soon), I'll initialise the window at 640x480, then changing the window's position and size will be saved for the next time it's opened. Cheers, Remy. On Jan 17, 11:08 am,

[jQuery] Re: Problems with the New API Browser - Bug in AIR APP

2009-01-18 Thread Giovanni Battista Lenoci
Remy Sharp ha scritto: Ouch! Sorry about that. I didn't have time to add functionality that saved the window position - but when this is in (v. soon), I'll initialise the window at 640x480, then changing the window's position and size will be saved for the next time it's opened. Cheers,

[jQuery] Re: Problems with the New API Browser - Bug in AIR APP

2009-01-17 Thread Giovanni Battista Lenoci
@rem I've tried contacting you on twitter, but I'm new to it, and don't know If you received my message. I've installed the AIR api browser, and I love it, but when I open it the dimensions of the windows are greater than my desktop resolution (1280x800 on windows xp). Here you can see a

[jQuery] Re: Problems with the New API Browser

2009-01-16 Thread Alexandre Plennevaux
Well, i for one really love the new API interface _ such a much less noisy interface than the docs.jquery.com interface! clearer, snappier. it turns out i don't use the navigation menu much, i use the filter box mostly. that's probably why i'm not so annoyed by its limits. really liked the

[jQuery] Re: Problems with the New API Browser

2009-01-15 Thread Pappy
My biggest issue with the new site is a lack of 'summary' screens. I love being able to look at one page and take in all functions of a various type. Especially when there are two that are awfully similar and I can scan back and forth to differentiate between them. On Jan 14, 8:22 pm, James

[jQuery] Re: Problems with the New API Browser

2009-01-15 Thread MorningZ
I'd like to see the ability to post a link that goes directly to a given summary page for a function makes it easier to direct people to a certain area (say for instance, posting in this mailing list) On Jan 15, 11:43 am, Pappy helga...@gmail.com wrote: My biggest issue with the new site

[jQuery] Re: Problems with the New API Browser

2009-01-15 Thread Remy Sharp
Hi James, Thank you for your detailed feedback - all good points. I want to push out another release when 1.3.1 goes live - so I'd like to get some, if not all, of the feedback addressed (including others). 1 + 2) almost the same thing - the first problem I see is the AIR browser, which

[jQuery] Re: Problems with the New API Browser

2009-01-15 Thread Ricardo Tomasi
Two things bother me more: - James' #3 point, that other categories hide when you click one, an accordion would be a better fit for quick navigation. - the subcategories. I like to see the method's names directly, deciding between Hierarchy or Child filters is not an intuitive task. They should

[jQuery] Re: Problems with the New API Browser

2009-01-15 Thread Remy Sharp
I think the animation of menus is one for the options as well then. I understand what you mean, once you're familiar with it, you just want to get on with it. On Jan 15, 9:28 pm, Ricardo Tomasi ricardob...@gmail.com wrote: Two things bother me more: - James' #3 point, that other categories

[jQuery] Re: Need advice on new jQuery plugin

2009-01-07 Thread Richard D. Worth
On Tue, Jan 6, 2009 at 2:15 PM, BrianH emilyandbr...@gmail.com wrote: I had a need for a certain functionality on my web page and thought I would try my hand at writing my first jQuery plugin (I'm sure that's how everyone gets their first plugin started). Since this is my first plugin, I

[jQuery] Re: Draggable function for new created div..

2009-01-07 Thread Richard D. Worth
You have set .draggable to be called as soon as the document is ready, making any element with the id of 'myNewDiv' draggable. The problem is, you're not creating that element until you click on a link. See

[jQuery] Re: Need advice on new jQuery plugin

2009-01-07 Thread BrianH
Thank you so much! I have fixed items 1,2, and 3. For items 4 and 5, I had created an issue on the project site: http://code.google.com/p/postlink/issues/detail?id=1 I know I shouldn't use alerts (that was more for me when I was developing the plugin). I would prefer to just ignore any

[jQuery] Re: Need advice on new jQuery plugin

2009-01-07 Thread Richard D. Worth
On Wed, Jan 7, 2009 at 12:41 PM, BrianH emilyandbr...@gmail.com wrote: Thank you so much! I have fixed items 1,2, and 3. For items 4 and 5, I had created an issue on the project site: http://code.google.com/p/postlink/issues/detail?id=1 I know I shouldn't use alerts (that was more for me

[jQuery] Re: Load new content, new links dont activate jquery function..

2008-12-10 Thread Max
Thanks ive used delegation to fix the links that are created by ajax, but i still cant seem to figure out how to update 2 div's using .load ajax function... at the moment i have: $(#clickrate).fadeOut(fast); $('#clickrate').load(http://www.site.com/mypage #clickrate, function () {

[jQuery] Re: Load new content, new links dont activate jquery function..

2008-12-10 Thread Richard D. Worth
On Wed, Dec 10, 2008 at 3:19 AM, Max [EMAIL PROTECTED] wrote: Thanks ive used delegation to fix the links that are created by ajax, but i still cant seem to figure out how to update 2 div's using .load ajax function In this case I would recommend using .get() instead of .load(). Then in

[jQuery] Re: Load new content, new links dont activate jquery function..

2008-12-10 Thread Max
Thanks for the reply, but im not exaclty sure how i go about picking a piece of the page and putting it into a div... i jsut cant seem to find out anywhere how to do this :(.. $(#nav).fadeOut(fast); $(#content).fadeOut(fast); $.get(http://www.site.com/mypage;,

[jQuery] Re: Load new content, new links dont activate jquery function..

2008-12-10 Thread Max
Also just wondering what does fn mean? does it carry some special meaning? .load(url, fn) ... sorry im really slowly trying to learn jquery :/

[jQuery] Re: Load new content, new links dont activate jquery function..

2008-12-10 Thread Michael Geary
It's just a popular convention for put a function here, either an inline anonymous function or the name of a function. In the case of .load(), this is a callback function that will be called when the data has completed downloading. -Mike From: Max Also just wondering what does fn mean? does

[jQuery] Re: Load new content, new links dont activate jquery function..

2008-12-10 Thread Max
oh, yea thanks :) now if i could just figure out how to pick out each piece of the returned page and load them into each div

[jQuery] Re: Load new content, new links dont activate jquery function..

2008-12-10 Thread Richard D. Worth
See http://docs.jquery.com/Ajax/jQuery.get#urldatacallbacktype The callback function you provide to .get() is called with a first parameter 'data' (you can actually give it any name you please, the documentation calls it data). This contains the result of the get, in your case, a web page.

[jQuery] Re: Load new content, new links dont activate jquery function..

2008-12-10 Thread Max
Thanks, it works great now :), however i have one more question, what is the best way to perform a php mysql function to get data and update a div using jquery... i ask because i have a comments section that allows the user to choose how many comments to display the default is just 1, but i want

[jQuery] Re: Load new content, new links dont activate jquery function..

2008-12-09 Thread MorningZ
Docs http://docs.jquery.com/Selectors Then FAQs http://docs.jquery.com/Frequently_Asked_Questions Leads to the answer to your question http://docs.jquery.com/Frequently_Asked_Questions#Why_do_my_events_stop_working_after_an_AJAX_request.3F On Dec 9, 10:43 pm, Max [EMAIL PROTECTED] wrote:

[jQuery] Re: Reset Validation with new rules

2008-09-24 Thread Jörn Zaefferer
Give this a try: var validator = $(#form1).validate({rules:...}); validator.settings.rules = { newrules... }; Jörn On Fri, Sep 19, 2008 at 2:49 AM, MACE [EMAIL PROTECTED] wrote: The problem: I have a form that changes its validation rules based on user input. I have tried:

[jQuery] Re: Reset Validation with new rules

2008-09-23 Thread MACE
Anything?

[jQuery] Re: help needed with new node replace

2008-09-22 Thread Balazs Endresz
Write plugins! It's easy: $.fn.myReplaceWith = function () { var ret = $( arguments[0] ); this.replaceWith( ret ); return ret; }; On Sep 22, 3:15 pm, redcom [EMAIL PROTECTED] wrote: If anyone knows a jQuery way to replace a node and return the new node object that would be great

[jQuery] Re: Reset Validation with new rules

2008-09-19 Thread MACE
Sorry, I forgot to mention I'm using the JQuery/Validation plugin. Also, here is a working example of what I tried: http://www.centralwow.com/validate/validate.html

[jQuery] Re: Replace form with new form - AJAX stops working

2008-09-12 Thread Mike Alsup
The problem I am running into is that on a failure, the myForm.php with the error message and fields filled in is passed back, but clicking on the Submit button no longer seems to call the jQuery event handler for the click. Nothing happens. Can dynamically loaded HTML be used in conjunction

[jQuery] Re: Question about the new jQuery website

2008-09-02 Thread Orkan
is it me or they have z-index issue in IE7 ? On Sep 1, 4:56 pm, Joel Birch [EMAIL PROTECTED] wrote: That's all correct about IE. In this case however, it seems like the reason for the if/else is for the benefit of Mac Firefox 2. In that browser, the weight of the text appears to alter

[jQuery] Re: Question about the new jQuery website

2008-09-01 Thread SeanCurtis
I know that IE (6 and 7) both have issues with opacity with regards to content inside the opacity-changing container. If the content has bold text (IE6 and 7) or transparent PNG images there can be display issues - the font is rendered without it's anti-aliasing (eg. cleartype) and the image is

[jQuery] Re: Question about the new jQuery website

2008-09-01 Thread Joel Birch
That's all correct about IE. In this case however, it seems like the reason for the if/else is for the benefit of Mac Firefox 2. In that browser, the weight of the text appears to alter suddenly whenever it's opacity shifts between 0 and 0.0001, and also between 0. and 1. The else block

[jQuery] Re: passing parameters to new Function as array... possible?

2008-07-19 Thread Ariel Flesler
I think your confusing something. If you want to call a function with certain arguments from an array you do: var args = [ 1, 2, 3 ]; var sum = function( a, b, c ) { return a + b + c; }; sum.apply(this, args); // -- 6 If you want to create a function and specify the named arguments with an

[jQuery] Re: old tablesorter works, new one doesn't

2008-05-09 Thread lamp5matt
Thanks, and sorry for asking such an elementary question. I had assumed that nothing fundamental like that would be likely to change, and that I therefore had done something else wrong. This tool looks really slick, btw. On May 9, 2:31 am, Christian Bach [EMAIL PROTECTED] wrote: Check out the

[jQuery] Re: ui.tabs - appending multiple new tabs

2008-04-02 Thread rolfsf
In partial answer to my own question, I wrote this, which seems to work: $('#newTab').click(function() { var $tabs = $('#container ul.tabs-nav').tabs('length'); var tabNum = ($tabs + 1);

[jQuery] Re: Is there a .new() ?

2008-01-26 Thread Karl Swedberg
On Jan 25, 2008, at 10:13 PM, David Serduke wrote: How about $(input type='hidden'/).attr({id:myid, name:myname}).val(foo).appendTo(this); I think that would work although the way you have it would be faster. Most elements you could just say $(div/) to create a new one but in IE the input

[jQuery] Re: Is there a .new() ?

2008-01-26 Thread David Serduke
Actually I was just thinking about this and I'm not positive which is faster either but I think not using attr would be. And I'm not sure the speed difference is significant, so take all this with a grain of salt. :) It might actually depend on what type of element is being created too. Some

[jQuery] Re: Is there a .new() ?

2008-01-26 Thread Eli_Cochran
Hi folks, I was mulling over both those two DOM instantiation patterns just this week. Has anyone actually run that test? I'm curious what the numbers were. There is this delightful feel of control and power in $(input type='hidden'/).attr({id:myid, name:myname}).val(foo).appendTo(this);

[jQuery] Re: Is there a .new() ?

2008-01-25 Thread Matt Quackenbush
David, Thanks for the reply. I had no idea that a new element could be created as you've shown. That's pretty cool, from a code standpoint. But if it's faster the way I've been doing it, I'll continue in that fashion. Matt

[jQuery] Re: Is there a .new() ?

2008-01-25 Thread David Serduke
How about $(input type='hidden'/).attr({id:myid, name:myname}).val(foo).appendTo(this); I think that would work although the way you have it would be faster. Most elements you could just say $(div/) to create a new one but in IE the input requires the type be set. So you have to specify the

[jQuery] Re: Plugin Repository - Report New Bugs and Request New Features?

2007-08-26 Thread Stephan Beal
On Aug 26, 5:23 am, Karl Swedberg [EMAIL PROTECTED] wrote: Why is hardly anyone using these on the plugin pages? The path of least resistance. They all post here instead. And the developers here normally say either won't fix that or I just posted an update, which means no long-term tracking is

[jQuery] Re: Plugin Repository - Report New Bugs and Request New Features?

2007-08-26 Thread Ganeshji Marwaha
For starters, i don't know if i have write access to the jquery svn repository to checkin my plugin. Once i know that i already have it or not, or if i am given one, then i might be more interested in tracking bugs and enhancements from the plugin page itself. Second, the plugin site is fairly

[jQuery] Re: Plugin Repository - Report New Bugs and Request New Features?

2007-08-26 Thread Stephan Beal
On Aug 26, 9:03 am, Ganeshji Marwaha [EMAIL PROTECTED] wrote: For starters, i don't know if i have write access to the jquery svn repository to checkin my plugin. You don't need it - anyone can submit a plugin to the plugin web site, which is independent of the svn tree. You just need to

[jQuery] Re: Plugin Repository - Report New Bugs and Request New Features?

2007-08-26 Thread Ganeshji Marwaha
You don't need it - anyone can submit a plugin to the plugin web site, which is independent of the svn tree. You just need to create an account on the plugins site, then you're all set to go. I am aware of that... coz, i have my plugins already listed there. What, i was trying to convey was,

[jQuery] Re: Plugin Repository - Report New Bugs and Request New Features?

2007-08-26 Thread Ganeshji Marwaha
your site is hosted on hostmonster (same as mine), and they run apache 1.x, which doesn't have the necessary apache modules for hosting an svn server. yup, that is true :-( . -GTG On 8/26/07, Stephan Beal [EMAIL PROTECTED] wrote: On Aug 26, 7:29 pm, Ganeshji Marwaha [EMAIL PROTECTED]

[jQuery] Re: Plugin Repository - Report New Bugs and Request New Features?

2007-08-26 Thread Jörn Zaefferer
Ganeshji Marwaha schrieb: your site is hosted on hostmonster (same as mine), and they run apache 1.x, which doesn't have the necessary apache modules for hosting an svn server. yup, that is true :-( . You can use Google Code just like jQuery does. And in contrast to sourceforge.net, your

[jQuery] Re: Plugin Repository - Report New Bugs and Request New Features?

2007-08-26 Thread Stephan Beal
On Aug 26, 11:04 pm, Jörn Zaefferer [EMAIL PROTECTED] wrote: You can use Google Code just like jQuery does. And in contrast to sourceforge.net, your project creation request isn't delayed or denied on some random basis. Thanks for that tip. :) What services do they provide? i'm poking around

[jQuery] Re: Plugin Repository - Report New Bugs and Request New Features?

2007-08-26 Thread Karl Swedberg
On Aug 26, 2007, at 2:55 AM, Stephan Beal wrote: On Aug 26, 5:23 am, Karl Swedberg [EMAIL PROTECTED] wrote: It's seems a shame not to use what looks like a nice tool. i agree 100%, and i think it would help if the plugin developers started directing people to the bug db. The bug db has a

[jQuery] Re: Plugin Repository - Report New Bugs and Request New Features?

2007-08-26 Thread Ganeshji Marwaha
Excellent Karl, initiatives like this is what makes open source so much fun... -GTG On 8/26/07, Karl Swedberg [EMAIL PROTECTED] wrote: On Aug 26, 2007, at 2:55 AM, Stephan Beal wrote: On Aug 26, 5:23 am, Karl Swedberg [EMAIL PROTECTED] wrote: It's seems a shame not to use what looks

[jQuery] Re: Selector help for new user please

2007-07-28 Thread Benjamin Sterling
Doug, This should work, but untested: if($(div#sidebar2).children(.plugin).size() != 0{ $(div#sidebar2).css('width',160); $(div#content)css('marginRight', 170); } On 7/28/07, duggoff [EMAIL PROTECTED] wrote: How would I turn this pseudocode into jquery? if div#sidebar2 contains

[jQuery] Re: Selector help for new user please

2007-07-28 Thread duggoff
Thanks! I had to change .children to .find, but then it worked great :) Doug On Jul 28, 1:51 pm, Benjamin Sterling [EMAIL PROTECTED] wrote: Doug, This should work, but untested: if($(div#sidebar2).children(.plugin).size() != 0{ $(div#sidebar2).css('width',160);

[jQuery] Re: Moving Plugins to new repository

2007-07-25 Thread Dan G. Switzer II
Stephan, However, plug-ins that don't need to return a specific value should be returning a jQuery reference so the chain doesn't break. The plug-ins that *do* break the chain should be clearly stated as doing such. That's a question of plugin documentation, though, not the plugin

[jQuery] Re: Moving Plugins to new repository

2007-07-24 Thread Sam Collett
Is the old list still going to be archived (incase some plugins are not updated by the original author and someone takes it over)? On Jul 24, 3:30 pm, Yehuda Katz [EMAIL PROTECTED] wrote: I'm not sure how many folks have noticed, but an excellent new plugin repository was activated with little

[jQuery] Re: Moving Plugins to new repository

2007-07-24 Thread george.gsgd
Have all the bugs been fixed? Plugin repository seems to have major feature creep, so much stuff that doesn't seem necessary. On Jul 24, 3:30 pm, Yehuda Katz [EMAIL PROTECTED] wrote: I'm not sure how many folks have noticed, but an excellent new plugin repository was activated with little

[jQuery] Re: Moving Plugins to new repository

2007-07-24 Thread Stephan Beal
On Jul 24, 5:23 pm, Dan G. Switzer, II [EMAIL PROTECTED] wrote: However, plug-ins that don't need to return a specific value should be returning a jQuery reference so the chain doesn't break. The plug-ins that *do* break the chain should be clearly stated as doing such. That's a question of

[jQuery] Re: Moving Plugins to new repository

2007-07-24 Thread John Resig
Is the old list still going to be archived (incase some plugins are not updated by the original author and someone takes it over)? Yeah, we'll make a copy of the old plugin list. Plugin authors should try and prune plugins that they have already moved over, or are dead and they are no longer

[jQuery] Re: clueTip updates and new theme

2007-07-23 Thread Klaus Hartl
Web Specialist wrote: Karl, I'll want to suggest a little change in your clueTip plugin. Using this code: A class=cluetip_Help id=http://localhost/local/cluetip/demo/ajax4.htm; title=Testing new clueTip Plugin Test /A will display the hint for that link. This occurs because IE reads

[jQuery] Re: clueTip updates and new theme

2007-07-23 Thread Web Specialist
Karl, I'll want to suggest a little change in your clueTip plugin. Using this code: A class=cluetip_Help id=http://localhost/local/cluetip/demo/ajax4.htm; title=Testing new clueTip Plugin Test /A will display the hint for that link. This occurs because IE reads title argument and displays that

[jQuery] Re: clueTip updates and new theme

2007-07-23 Thread Web Specialist
Wow! Thanks for the fast response. Please look this image: How to remove the hint(native IE) message? Is it possible(using title argument for clueTip plugin)? Cheers 2007/7/23, Klaus Hartl [EMAIL PROTECTED]: Web Specialist wrote: Karl, I'll want to suggest a little change in your clueTip

[jQuery] Re: clueTip updates and new theme

2007-07-23 Thread Karl Swedberg
yes, I agree with Klaus on this one, and actually thought I had built in that feature. I declare the variable so it can be used in the clueTip: var tipTitle = $this.attr(defaults.titleAttribute) // default titleAttribute is title, of course then on show, I remove the attribute from the

[jQuery] Re: clueTip updates and new theme

2007-07-23 Thread Klaus Hartl
Web Specialist wrote: Wow! Thanks for the fast response. Please look this image: How to remove the hint(native IE) message? Is it possible(using title argument for clueTip plugin)? Cheers Hm, after looking through the code it turns out, that the plugin already does what I was talking

[jQuery] Re: clueTip updates and new theme

2007-07-23 Thread Klaus Hartl
Karl Swedberg wrote: yes, I agree with Klaus on this one, and actually thought I had built in that feature. I declare the variable so it can be used in the clueTip: var tipTitle = $this.attr(defaults.titleAttribute) // default titleAttribute is title, of course then on show, I remove

[jQuery] Re: clueTip updates and new theme

2007-07-23 Thread Karl Swedberg
On Jul 23, 2007, at 8:58 AM, Klaus Hartl wrote: Hm, after looking through the code it turns out, that the plugin already does what I was talking about (I should have known Karl better). :-) Although the title is changed when activating a tooltip and restored after closing, so maybe you

[jQuery] Re: clueTip updates and new theme

2007-07-23 Thread Karl Swedberg
On Jul 23, 2007, at 9:05 AM, Klaus Hartl wrote: Karl, maybe that's because the title is removed no sooner than the content for the tip is loaded? Just guessing... absolutely. I think you're spot on with that. Will work on this as soon as I have some time to breathe. While I was

[jQuery] Re: clueTip updates and new theme

2007-07-23 Thread Web Specialist
Karl, This is my directories structure: clueTip /css /images /loader.gif /js / jquery.js and so on / jquery.cluetip.js / alt-demo.js Using this code: - html: a class=cluetip_Help rel=http://localhost/local/cluetip/ajax4.cfm;

[jQuery] Re: clueTip updates and new theme

2007-07-20 Thread Karl Swedberg
thanks, Glen and Web Specialist! Glen, great idea for the fadeIn(). I'll see what I can do. By the way, I posted a blog entry for beta 2 last night, with more enhancements/fixes and committed the files to svn: BLOG ENTRY: http://www.learningjquery.com/2007/07/cluetip-plugin-beta-2 SOURCE

[jQuery] Re: clueTip updates and new theme

2007-07-20 Thread Danjojo
Amazing work, clue-tips (hyperlink hints), are one of my favorite things to come out of all the changes of late.. I hope to try them out soon.. On Jul 20, 3:07 pm, Glen Lipka [EMAIL PROTECTED] wrote: Right now, I think this is a great plugin. Very easy to set up and useful/usable. Feature

[jQuery] Re: ANNOUNCE: Please Welcome New jQuery Team Member Glen Lipka

2007-06-18 Thread Scott Sauyet
Klaus Hartl wrote: As a member of the welcoming committee, I'm pleased to announce that we have sent you [ ... ] a 5-page, 4-color instructional brochure detailing the secret jQuery Team handshake. Hey, i didn't get that ;-) I had to learn the handshake all alone... As all true members

[jQuery] Re: ANNOUNCE: Please Welcome New jQuery Team Member Glen Lipka

2007-06-16 Thread Klaus Hartl
Glen Lipka wrote: I want to thank all the little people. (Under 5 ft tall). Seriously, I have been involved in alot of 'communities' in the last decade and every single one was a complete pain in the ass. This is the very first one that I actually enjoy. I think its a testament to how easy

[jQuery] Re: ANNOUNCE: Please Welcome New jQuery Team Member Glen Lipka

2007-06-16 Thread Klaus Hartl
Karl Swedberg wrote: Glen, I'm thrilled that you've officially joined the cult ... ummm ... I mean ... team. As a member of the welcoming committee, I'm pleased to announce that we have sent you some /fabulous/ membership prizes via carrier pigeon, including an upside-down flower pot, a 10%

[jQuery] Re: ANNOUNCE: Please Welcome New jQuery Team Member Glen Lipka

2007-06-16 Thread Glen Lipka
Doing the handshake all on your own? If you do that too often you will go blind. Punchline to a good jQuery joke: So then the Priest said, I thought that's what slideDown() was for!! Glen On 6/16/07, Klaus Hartl [EMAIL PROTECTED] wrote: Karl Swedberg wrote: Glen, I'm thrilled that

[jQuery] Re: ANNOUNCE: Please Welcome New jQuery Team Member Glen Lipka

2007-06-15 Thread Sean Catchpole
Congrats Glen! I hear your voice a lot in this group and no doubt you will be a great addition to the team. ~Sean

[jQuery] Re: ANNOUNCE: Please Welcome New jQuery Team Member Glen Lipka

2007-06-15 Thread Ⓙⓐⓚⓔ
Great news! It's always good to hear from Glen! He comes to jQuery from a different place than most of us geeks! -- Ⓙⓐⓚⓔ - יעקב ʝǡǩȩ ᎫᎪᏦᎬ

[jQuery] Re: ANNOUNCE: Please Welcome New jQuery Team Member Glen Lipka

2007-06-15 Thread Glen Lipka
I want to thank all the little people. (Under 5 ft tall). Seriously, I have been involved in alot of 'communities' in the last decade and every single one was a complete pain in the ass. This is the very first one that I actually enjoy. I think its a testament to how easy jQuery is to TEACH.

[jQuery] Re: ANNOUNCE: Please Welcome New jQuery Team Member Glen Lipka

2007-06-15 Thread Karl Swedberg
Glen, I'm thrilled that you've officially joined the cult ... ummm ... I mean ... team. As a member of the welcoming committee, I'm pleased to announce that we have sent you some fabulous membership prizes via carrier pigeon, including an upside-down flower pot, a 10% discount coupon for

[jQuery] Re: ANNOUNCE: Please Welcome New jQuery Team Member Glen Lipka

2007-06-15 Thread Bil Corry
Karl Swedberg wrote on 6/15/2007 6:31 PM: As a member of the welcoming committee, I'm pleased to announce that we have sent you some fabulous membership prizes via carrier pigeon, Don't you mean delivered via RFC 2549? - Bil

[jQuery] Re: ANNOUNCE: Please Welcome New jQuery Team Member Glen Lipka

2007-06-15 Thread Bil Corry
Karl Swedberg wrote on 6/15/2007 6:52 PM: ha! that's pretty funny. I had no idea what you were talking about. It's always good to learn more trivia, especially if it's fake. :) Geek humor for sure. - Bil

[jQuery] Re: Preview of my new website

2007-04-24 Thread Michael Price
On Apr 23, 8:59 am, Michael Price [EMAIL PROTECTED] wrote: Here's a video preview of the new version of Cyberscore which I'm hoping to launch in the summer: http://www.cyberscore.net/cs4/cs4.wmv It's a 21mb WMV file about 12 minutes in length with professional (arf!) narration by yours

[jQuery] Re: Form plugin: Add new param in pre action.

2007-04-23 Thread Mike Alsup
Try this: formData.push({ name: METHOD, value: update }); I would like to add a new param in preactio function preSubmit(formData, jqForm, options) { ADD PARAM - METHOD= update return true; }

[jQuery] Re: Form plugin: Add new param in pre action.

2007-04-23 Thread oscar esp
Thanks! On 23 abr, 12:06, Mike Alsup [EMAIL PROTECTED] wrote: Try this: formData.push({ name: METHOD, value: update }); I would like to add a new param in preactio function preSubmit(formData, jqForm, options) { ADD PARAM - METHOD= update return true; }- Ocultar

[jQuery] Re: Preview of my new website

2007-04-23 Thread Dan G. Switzer, II
Michael, Hi all, Here's a video preview of the new version of Cyberscore which I'm hoping to launch in the summer: http://www.cyberscore.net/cs4/cs4.wmv Looks like you've put a lot of time and hard work into the project! Here's to a little premature congratulations! -Dan

[jQuery] Re: Preview of my new website

2007-04-23 Thread Michael Price
Dan G. Switzer, II wrote: Here's a video preview of the new version of Cyberscore which I'm hoping to launch in the summer: http://www.cyberscore.net/cs4/cs4.wmv Looks like you've put a lot of time and hard work into the project! Here's to a little premature congratulations! Thanks :) I