Re: [jQuery] CODE REVIEW: the fruits of today's labor - now with REALCODE!

2007-03-29 Thread David Dexter
I would definitely consider adding close functionality to a menu that is already expanded. That way if a user clicks an arrow in the down state the row would collapse and the arrow would then point back to the right. David Dexter | brilliantlemming.com | Brentwood, CA | 310.414.0949

Re: [jQuery] CODE REVIEW: the fruits of today's labor - nowwithREALCODE!

2007-03-29 Thread David Dexter
',function(){ curImg.attr(src,images/tri_closed.gif); }); } }); }); David Dexter | brilliantlemming.com | Brentwood, CA | 310.414.0949 _ From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Andy Matthews Sent: Thursday, March 29, 2007 8

Re: [jQuery] CODE REVIEW: the fruits of today's labor -nowwithREALCODE!

2007-03-29 Thread David Dexter
, David Dexter | brilliantlemming.com | Brentwood, CA | 310.414.0949 _ From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of David Dexter Sent: Thursday, March 29, 2007 8:58 AM To: 'jQuery Discussion' Subject: Re: [jQuery] CODE REVIEW: the fruits

Re: [jQuery] Sortable list example has gone

2007-03-29 Thread David Dexter
Is this what you are looking for? http://interface.eyecon.ro/demos/sort_lists.html David Dexter | brilliantlemming.com | Brentwood, CA | 310.414.0949 -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Yoyo Sent: Thursday, March 29, 2007 11:16 AM

Re: [jQuery] Masked Input Plugin Beta 1

2007-03-28 Thread David Dexter
great plugin. I tested on my Apple in FF2 and Safari and everything works as expected! I like your progress bar plugin as well. Great work. David On Mar 28, 2007, at 10:17 PM, mrcarxpert wrote: The feedback from the Alpha release of my plugin was very good, but several of you pushed

Re: [jQuery] bind two events to same function

2007-03-27 Thread David Dexter
Have a look at the hover() function it does exactly what you are looking for. David Dexter | brilliantlemming.com | Brentwood, CA | 310.414.0949 -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Josh Nathanson Sent: Tuesday, March 27, 2007 2:41 PM

Re: [jQuery] bind two events to same function

2007-03-27 Thread David Dexter
I have my dunce cap. which corner do I go sit in? David Dexter | brilliantlemming.com | Brentwood, CA | 310.414.0949 _ From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Aaron Heimlich Sent: Tuesday, March 27, 2007 3:02 PM To: jQuery Discussion Subject: Re: [jQuery

Re: [jQuery] n related select boxes

2007-03-26 Thread David Duymelinck
or light code. i meant to clean it up and make it into a plugin later. -- David Duymelinck [EMAIL PROTECTED] ___ jQuery mailing list discuss@jquery.com http://jquery.com/discuss/

Re: [jQuery] Code simplifying request.

2007-03-21 Thread David Dexter
; }else{ a.removeClass(required); a.siblings(span.error).hide(); } David Dexter | brilliantlemming.com | Brentwood, CA | 310.414.0949 _ From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Luc Pestille

Re: [jQuery] Google Groups Move Delayed

2007-03-21 Thread David Dexter
John, Thanks for all your hard work on this. The community support has been one of jQuery's strongest assets in my opinion. I'd like to buy you a beer for you efforts Is the best way to do so via the Donations link at jQuery.com? Cheers, -David -Original Message- From: [EMAIL

Re: [jQuery] Plugin released: textify. PROBLEMS UNSOLVED

2007-03-20 Thread David Duymelinck
is an iframe, if it's not get the dimensions of the element and replace it with an iframe. I don't know if it would add much code to the plugin but it would degrade nicer. I'm just thinking aloud. -- David Duymelinck [EMAIL PROTECTED

Re: [jQuery] (OT) DED|Chain

2007-03-20 Thread David Dexter
Sounds like the like the pronunciation issue I had with convincing my boss to switch to FCKeditor! David Dexter _ From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Brian Cherne Sent: Tuesday, March 20, 2007 7:39 PM To: jQuery Discussion. Subject: Re: [jQuery] (OT) DED|Chain

Re: [jQuery] document ready not firing when loaded via ajax in IE

2007-03-18 Thread david
checkout $.getScript() on visualjquery.com under the ajax tab Thank You, David SENT FROM MY TREO 650 HANDHELD -Original Message- From: Marshall Salinger [EMAIL PROTECTED] Subj: [jQuery] document ready not firing when loaded via ajax in IE Date: Sun Mar 18, 2007 11:24 am Size: 547

Re: [jQuery] RSS feed not updating

2007-03-16 Thread David Olinsky
Thanks John, the nabble xml one worked (I use Nabble to read the boards, didn't know they had an atom feed). So the jQuery feed is dead to us, at least for now? :) -David John Resig wrote: You could try the Nabble one: http://www.nabble.com/JQuery-f15494.xml I'm trying to cut down

Re: [jQuery] Layout plug-ins / Creating a Dashboard

2007-03-16 Thread David Dexter
/div div class=app style=float:left;App 2 Icon/div div class=app style=float:left;App 3 Icon/div div class=app style=float:left;App 4 Icon/div div class=app style=float:left;App 5 Icon/div /div I hope that helps. David Dexter -Original Message- From

Re: [jQuery] Layout plug-ins / Creating a Dashboard

2007-03-16 Thread David Dexter
Do you have a design comp that shows what you are trying to achieve? -David Dexter -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Dan G. Switzer, II Sent: Friday, March 16, 2007 2:39 PM To: 'jQuery Discussion.' Subject: Re: [jQuery] Layout plug-ins

Re: [jQuery] OT: Job posting

2007-03-15 Thread David Dexter
Where is the job? _ From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Andy Matthews Sent: Thursday, March 15, 2007 9:54 AM To: [jQuery] Subject: [jQuery] OT: Job posting I've never done this before, but I figured it couldn't hurt. My company is hiring and I thought I

Re: [jQuery] Animation question

2007-03-15 Thread David
Hi Daemach, I came across the same problem and agree that it is counter-intuitive. In the meantime I have implemented a filter on the visibility of the element before calling the function. e.g. $(#myDiv:visible).slideUp(); Regards, David Daemach wrote: I'm working with the fade

Re: [jQuery] Can't figure out how to put this all together...

2007-03-15 Thread David
(){ $.post(callpage_Validate_Mortgage_Inputs.cfm,{years:$(#Years).val()}, function (data) {$(#Result_Years).empty().append(data) }) }); // add this line $(#Calculate).click(function() { return CalculateMortgage(); }); }); /script Regards, David Rick

[jQuery] RSS feed not updating

2007-03-15 Thread David Olinsky
Anybody else noticed that the RSS feed hasn't updated in at least a few days now? http://jquery.com/discuss/feed/ http://jquery.com/discuss/feed/ Somebody feed the meter! -- View this message in context: http://www.nabble.com/RSS-feed-not-updating-tf3412453.html#a9508208 Sent from the JQuery

Re: [jQuery] How to bind a hover event?

2007-03-14 Thread David Dexter
Can't you just use the hover function? $(this).hover(functionA,functionB); - David Dexter -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Daniel Hofstetter Sent: Wednesday, March 14, 2007 7:37 AM To: discuss@jquery.com Subject: [jQuery] How to bind

Re: [jQuery] Creating a visible link to show and unhide content.

2007-03-14 Thread David Duymelinck
$('.spoiler').before('span class=spoilertoggleSpoiler/span').hide(); // toggle the spoilers $('span.spoilertoggle').toggle( function(){ $(this).next('.spoiler').show(); }, function(){ $(this).next('.spoiler').hide(); } ) }); -- David Duymelinck [EMAIL

[jQuery] Inifinite loop in IE

2007-03-13 Thread David
othertext/div /td /tr /tbody /table /td /tr /tbody /table /body Regards, David ___ jQuery mailing list discuss@jquery.com http://jquery.com/discuss/

Re: [jQuery] enhanced suckerfish-style menu plugin

2007-03-13 Thread David
Hi, I know that I used to have the same problem with the original Suckerfish menu (ie. not the jQuery version). The workaround was to set the 'wmode' to 'transparent' on the flash file. Regards, David Joel Birch wrote: On 14/03/2007, at 5:18 AM, Nathan Young -X ((natyoung - Artizen

Re: [jQuery] Validation help with Date Selector

2007-03-09 Thread David Dexter
Yeah, I knew about the css (.error) but my issue was with where it was being placed in relation to the date selector image that was added. My final solution was to append the error message before the input field. That made everything consistent. Good luck with your form. David -Original

Re: [jQuery] Validation help with Date Selector

2007-03-09 Thread David Dexter
Yes - that way it didn't interfere with the date selector icon at all. - David -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Rick Faircloth Sent: Friday, March 09, 2007 11:20 AM To: 'jQuery Discussion.' Subject: Re: [jQuery] Validation help with Date

[jQuery] Get text from selected dropdown option

2007-03-07 Thread David Duymelinck
I thought this was easy because it's easy to get the selected value from a dropdown but i ended up doing something like this $('#dropdown').change(function(){ $.log($(this).find('option').filter(':selected').text()); }); Is there another way to get the text? -- David

Re: [jQuery] Get text from selected dropdown option

2007-03-07 Thread David Duymelinck
Klaus Hartl schreef: I can only imagine to make that a little shorter: $('#dropdown').change(function() { $.log( $('option:selected', this).text() ); }); A little is good enough for me :) thank you -- David Duymelinck [EMAIL PROTECTED

Re: [jQuery] Plugin: jdMenu 1.3.beta2

2007-03-07 Thread David Duymelinck
this evening. -- David Duymelinck [EMAIL PROTECTED] ___ jQuery mailing list discuss@jquery.com http://jquery.com/discuss/

Re: [jQuery] Announce: Unobtrusive JavaScript with jQuery andsymfony

2007-03-02 Thread David Duymelinck
JavaScript with jQuery andsymfony David - I think the catch was the very last item that was mentioned on the page: Grouping all inline JS snippets into a single file. That's what makes the plugin all worth it. That is great, thanks for having patients with me. it wasn't clear to me how it all

Re: [jQuery] Manipulating several independent elements at once

2007-03-01 Thread David Duymelinck
a general method of achieving this. just use a comma separated string $('#a, #b, #e').show(); -- David Duymelinck [EMAIL PROTECTED] ___ jQuery mailing list discuss@jquery.com http://jquery.com/discuss/

Re: [jQuery] Announce: Unobtrusive JavaScript with jQuery andsymfony

2007-03-01 Thread David Duymelinck
François Zaninotto schreef: David, What you ask is exactly what the plugin does. Take a look at the blog post explaining how you can use it to replace obtrusive javascript at: http://redotheweb.com/2007/02/28/unobtrusive-javascript-made-possible/ It's my mistake, I got it now you can

Re: [jQuery] jqModal r7 release!

2007-03-01 Thread David Duymelinck
the internal $ with jQuery the plugin works like it should. The way i use javascript is to combine the plugins and the actual code for the site in one javascript file. -- David Duymelinck [EMAIL PROTECTED] ___ jQuery mailing list

Re: [jQuery] jqModal r7 release!

2007-03-01 Thread David Duymelinck
maybe that is the problem? I haven't figured out yet how to avoid default asp.net javascript behavior. -- David Duymelinck [EMAIL PROTECTED] ___ jQuery mailing list discuss@jquery.com http://jquery.com/discuss/

[jQuery] Tablesorter docs

2007-02-28 Thread David
Hi, Are there any docs or howto's for the TableSorter plugin? The plugin source is a little lite on for documentation and the page associated with it only contains a change log. I'm sure there used to be a page with a demo and instructions? Does anyone know where that is? Regards, David

Re: [jQuery] Announce: Unobtrusive JavaScript with jQuery and symfony

2007-02-28 Thread David Duymelinck
('/js/testpage.js'); ? Anyway nice work. I feels good to see jquery hooked into php, before we know it will be the prototype library of php :) -- David Duymelinck [EMAIL PROTECTED] ___ jQuery mailing list discuss@jquery.com http

Re: [jQuery] ANNOUNCE: Thickbox Reloaded alpha

2007-02-27 Thread David Duymelinck
Is it possible to bind the confirm to the button and not to the form, that way there can be different confirms for a form. I'm thinking about a datagrid with two delete buttons, one to delete a row and one to delete all the data. Nice work so far, looking forward to the final release. -- David

Re: [jQuery] ANNOUNCE: Thickbox Reloaded alpha

2007-02-27 Thread David Duymelinck
Klaus Hartl schreef: David Duymelinck schrieb: Klaus Hartl schreef: * Automatic type detection depending on type of element, respectively on type of link: image: href is an image content: href is a hash ajax: href is internal and not image iframe: href

Re: [jQuery] Tabs Plugin and fxAutoHeight

2007-02-27 Thread David
. This seems to be the case for both FF and IE. Regards, David Klaus Hartl wrote: David schrieb: Hi, I've just been checking out the docs and demo of the tabs plugin as I want to use it in a project I'm working on.I'm keen to have all the tabs to be the same `height as I think it will look

Re: [jQuery] Progress Bar Plugin

2007-02-26 Thread David Duymelinck
! Josh When i tested the demo in FF1.5 on xp i noticed the content of the page jumped a bit down. it only happens when the page is loaded for the first time. -- David Duymelinck [EMAIL PROTECTED] ___ jQuery mailing list discuss

[jQuery] Tabs Plugin and fxAutoHeight

2007-02-26 Thread David
to the core and other plugins and is there a workaround? Regards, David ___ jQuery mailing list discuss@jquery.com http://jquery.com/discuss/

[jQuery] Help with animate()

2007-02-26 Thread David
}, slow); Am I completely missing the point of the animate function? Can anybody please give me a nudge in the right direction? Regards, David ___ jQuery mailing list discuss@jquery.com http://jquery.com/discuss/

Re: [jQuery] KICK-BUTT javascript based Zoom feature

2007-02-24 Thread David
Hi Rick, The jquery panview plugin does something similar to this. You may be able to use it as a starting point to get what you want. http://www.sevir.org/projects/storage/jpanview/index.html Regards, David Rick Faircloth wrote: Being able to move the mouse over a smaller image and have

Re: [jQuery] jqModal r7 release!

2007-02-22 Thread David Duymelinck
clean. even the css is clearner than before or is it just my imagination. Nice work. -- David Duymelinck [EMAIL PROTECTED] ___ jQuery mailing list discuss@jquery.com http://jquery.com/discuss/

Re: [jQuery] Text looks choppy in IE7 with Opacity

2007-02-21 Thread David
Hi, I fixed this in a previous project by applying a background-image rather than a background-color. I just checked it in IE7 and the text still appears to be fading in/out smoothly. Regards, David Brandon Aaron wrote: This bug used to be fixable by applying a background color

Re: [jQuery] Hide/show question with dl/dt/dd

2007-02-20 Thread David Duymelinck
;}); you don't need parent if the you want the following dd element $('dt.toggle').bind(click, function(){$(this).next('dd').slideToggle(500);return false;}); -- David Duymelinck [EMAIL PROTECTED] ___ jQuery mailing list discuss

Re: [jQuery] tables - is this possible ?

2007-02-19 Thread David Duymelinck
your javascript code which needs to be downloaded too. -- David Duymelinck [EMAIL PROTECTED] ___ jQuery mailing list discuss@jquery.com http://jquery.com/discuss/

Re: [jQuery] CSS: Wasteful requests when switching input image

2007-02-16 Thread David Duymelinck
it back right now but i think it was on a list apart. i got an article here : http://wellstyled.com/css-nopreload-rollovers.html -- David Duymelinck [EMAIL PROTECTED] ___ jQuery mailing list discuss@jquery.com http://jquery.com/discuss/

Re: [jQuery] Google's Summer of Code

2007-02-16 Thread David
to transform html code with javascript which will not always be who the author meant it. I think microformat generation will be basic at best. David ___ jQuery mailing list discuss@jquery.com http://jquery.com/discuss/

Re: [jQuery] Attribute Selector issue

2007-02-13 Thread David
hi Allan, To quote Jorn's tutorial: More often then selecting anchors by name, you might need to selected anchors by their href attribute. This can be a problem as browsers behave quite inconsistently when returning what they think the href value is. To match only a part of the

Re: [jQuery] Attribute Selector issue

2007-02-13 Thread David
hi Allan, The tutorial is here: http://docs.jquery.com/Tutorials:Getting_Started_with_jQuery Cheers, DB Allan Mullan wrote: Thanks heaps for that David, works beautifully :-) Do you have a link to the tutorial? Cheers, Allan David wrote: hi Allan, To quote Jorn's tutorial

Re: [jQuery] jQUpload - request for features

2007-02-09 Thread David
. Anyway i'm a php programmer but i'm busy with an asp.net site now so i want to make the best of it and work on a great jquery plugin at the same time, if you want. David ___ jQuery mailing list discuss@jquery.com http://jquery.com/discuss/

Re: [jQuery] asp.net and jquery

2007-02-09 Thread David
for me. It's not because the language needs a lot of code that the solutions are worse than in other languages. There is always a better language or library behind the corner. This is the end of my ranting for today :) david Benjamin Sterling schreef: Good to see?! I feel very sorry for those

Re: [jQuery] jQUpload - request for features

2007-02-07 Thread David
a jQuery makeover. You can see a demo of it at: http://cees.crtconsulting.ca/perl/talks/yapc_ajax_and_perl/examples/UploadProgress/ Details on how to get it running are here http://www.mail-archive.com/cgiapp@lists.erlbaum.net/msg05269.html Regards, David Alexandre Plennevaux wrote: hello

Re: [jQuery] Taconite Plugin - New and Improved!

2007-02-07 Thread David
does it's magic, how would you reapply those click handlers to the loaded content? Regards, David Mike Alsup wrote: I've just rewritten my Taconite Plugin and added some pretty cool features. If you're not familiar with Taconite, it's an easy way to effect multiple client-side updates

[jQuery] License?

2007-02-06 Thread David
Since jQuery is licensed under the GPL (and MIT) license, would I need to license my entire site under the GPL? David ___ jQuery mailing list discuss@jquery.com http://jquery.com/discuss/

Re: [jQuery] License?

2007-02-06 Thread David
Thanks! Quote: halfer Under the GPL, I think you would need need to if you are packaging up your site and distributing it. But if it is a web site that you are hosting (even if you are selling subscriptions/memberships) then this does not count as distribution and so you would not need to

Re: [jQuery] Release: Accordion menu plugin 1.1

2007-02-03 Thread David
, including documentation. A zip archive with both uncompressed and compressed files is ready for download, or you can check it out from jQuery's subversion repository. The demo page isn't working. the jquery file isn't linked right. Beginner mistake for the advanced :) David

Re: [jQuery] 3oh scroller by youngpup

2007-02-03 Thread David
IMHO the scroll to functionality can be added best using anchors instead of the home-made description attribute. The placing of the links is nice though. David Kelvin Luck schreef: Or this one: http://www.kelvinluck.com/assets/jquery/jScrollPane/jScrollPane.html When I get a chance I'll

Re: [jQuery] jqModal updated - less code, more features.

2007-02-02 Thread David Gironella
Really good work. I use jqModal on my new project, and i need to change you code to make callbacks Now i think that your code is more clena and less code than me. Giro. -Mensaje original- De: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] En nombre de Brice Burgess Enviado el: viernes, 02

Re: [jQuery] Creating Custom Show/Hide system

2007-02-02 Thread David Duymelinck
(function(){ // to catch the id of the div $(this).attr('id'); // to hide and show $('div.class').hide(); $(this).show(); }); i'm not sure if $('div.class').not(this).hide() would work too? -- David Duymelinck [EMAIL PROTECTED

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

2007-01-29 Thread David
? Thanks! I don't know if it is an error or not but when you click on the link to demo the preserving of the events the page scrolls to the top on windows in FF2, IE6 and IE7. David ___ jQuery mailing list discuss@jquery.com http://jquery.com

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

2007-01-27 Thread David
on the site is the demo code of the /Concurrent Modals/ isn't shown when you click on the javascript/css/html tabs. David ___ jQuery mailing list discuss@jquery.com http://jquery.com/discuss/

[jQuery] Retrieve a from iframe

2007-01-25 Thread David Gironella
How can I get all A from all IFRAMES in web? Thk. Giro. ___ jQuery mailing list discuss@jquery.com http://jquery.com/discuss/

Re: [jQuery] Select Box

2007-01-25 Thread David Gironella
(Value); David Gironella wrote: I have a multiple selection select. I can use jquery to check which options are selected? Some example? Thk. Giro

Re: [jQuery] Retrieve a from iframe

2007-01-25 Thread David Gironella
frames is to include jQuery in each frame's source. If they do, then you could do something like: var a=$(nothing); $(iframe).each(function(){ if (this.jQuery ) a.add(this.jQuery(a)); }); Blair On 1/25/07, David Gironella [EMAIL PROTECTED] wrote: How can I get all A from all IFRAMES in web

Re: [jQuery] Retrieve a from iframe

2007-01-25 Thread David Gironella
a from iframe What about: var a=$(nothing); $(iframe).each(function(){ a.add(this.contentDocument.getElementsByTagName(a)); }); On 1/25/07, David Gironella [EMAIL PROTECTED] wrote: I can't place code inside Iframe. Thk. Giro. _ De: [EMAIL PROTECTED] [mailto: mailto:[EMAIL

[jQuery] Select Box

2007-01-24 Thread David Gironella
I have a multiple selection select. I can use jquery to check which options are selected? Some example? Thk. Giro. ___ jQuery mailing list discuss@jquery.com http://jquery.com/discuss/

Re: [jQuery] image position question

2007-01-22 Thread David Duymelinck
jQuery to change the z-index to make a roll-over image. -- David Duymelinck [EMAIL PROTECTED] ___ jQuery mailing list discuss@jquery.com http://jquery.com/discuss/

Re: [jQuery] jEditable dont work with IE7

2007-01-19 Thread David Gironella
] jEditable dont work with IE7 On Jan 18, 2007, at 6:09 PM, David Gironella wrote: Some of my user say me that jEditable(http://www.appelsiini.net/ ~tuupola/javascript/jEditable/) dont work with IE 7. They say that textarea is not restored with value returned by url parameter

[jQuery] Editinplace and WYSIWYG

2007-01-19 Thread David Gironella
Somebody test or have a piece of code to use editinplace and WYSIWYG editor(tiny_mc,fckeditor,etc..) Thk. Giro. ___ jQuery mailing list discuss@jquery.com http://jquery.com/discuss/

[jQuery] jEditable dont work with IE7

2007-01-18 Thread David Gironella
Some of my user say me that jEditable(http://www.appelsiini.net/~tuupola/javascript/jEditable/) dont work with IE 7. They say that textarea is not restored with value returned by url parameter. Is possible some problem of permission on IE7? Thk, Giro.

Re: [jQuery] Interface 1.1

2007-01-15 Thread David Duymelinck
button i got back to the demo page. Maybe i'm too picky but all other menu items direct you to a page. Still very nice work on the interface plugin. -- David Duymelinck [EMAIL PROTECTED] ___ jQuery mailing list discuss@jquery.com http

Re: [jQuery] FaviconLinkMarker - last call

2007-01-15 Thread David
and i got both the onerror and onload function. i hope you can learn from my mistakes David ___ jQuery mailing list discuss@jquery.com http://jquery.com/discuss/

Re: [jQuery] Newbie: Ok... how do I code this?

2007-01-14 Thread David
!); }); }); /script Did you insert jquery before your own script? script type=text/javascript src=jquery.js/script You also can replace $(document).ready(function with $(function. David ___ jQuery mailing list discuss@jquery.com http://jquery.com/discuss/

Re: [jQuery] Look Ma no IMG-tag - FaviconLinkMarker Beta3 out

2007-01-12 Thread David Duymelinck
Olaf Bosch schreef: David Duymelinck schrieb: What about this? With the #text a links your own links don't show the favicon in FF2 and IE7 :) it's a feature, no Favicon with *intern* links, this Script is for external Links The last 2 Links are to my domain

Re: [jQuery] mousewheel plugin updated

2007-01-11 Thread David Duymelinck
of the movement but i haven't used it yet. I already made it into a game to get the highest movement (24.975) :) -- David Duymelinck [EMAIL PROTECTED] ___ jQuery mailing list discuss@jquery.com http://jquery.com/discuss/

Re: [jQuery] Simple(ish?) bring to top method

2007-01-11 Thread David Duymelinck
: onStop : function() { $('.dragbox').css(z-index,1); $(this).css(z-index,1); } I believe you have to use zIndex. You have to search the previous threads. It's been discussed before. -- David Duymelinck [EMAIL PROTECTED

Re: [jQuery] jQuery 1.1a

2007-01-08 Thread David Duymelinck
Klaus Hartl schreef: David Duymelinck schrieb: Klaus Hartl schreef: Performming .click(), .blur(), .focus(), .submit() will actually trigger the browsers default action for those events. Oh no... is there a way to prevent this? -- Klaus

Re: [jQuery] Smooth page scrolling between internal anchors

2007-01-08 Thread David Duymelinck
/11/2021/?PHPSESSID=784f3aa2dd287a7ce685852ff5d7ff9a#comment-4 That is the scrollto function of the interface plugin: http://interface.eyecon.ro/docs/fx you can download it there too. -- David Duymelinck [EMAIL PROTECTED

Re: [jQuery] Smooth page scrolling between internal anchors

2007-01-08 Thread David Duymelinck
changes in the to be released interface? or do you keep them under the hat to surprise everybody :) -- David Duymelinck [EMAIL PROTECTED] ___ jQuery mailing list discuss@jquery.com http://jquery.com/discuss/

Re: [jQuery] Smooth page scrolling between internal anchors

2007-01-08 Thread David Duymelinck
$(this).next().ScrollTo(2000); return false; }else{ $('[EMAIL PROTECTED]#]')[0].ScrollTo(2000); // go to the first innerlink return false; } }); }); i don't know if it works but it can be a step in the right direction -- David Duymelinck [EMAIL PROTECTED

Re: [jQuery] New plugin: jScrollPane

2006-12-30 Thread David
think of is creating a consistent design in firefox and IE. As you will know firefox removes the scrollbar when the page doesn't reach the fold. I will experiment with it soon. David ___ jQuery mailing list discuss@jquery.com http://jquery.com

[jQuery] A Semantic Solution for Presenting NSFW Content

2006-12-29 Thread David
jquery is mentioned in a blog post : http://pj.doland.org/archives/041577.php. It's used for a workaround for the missing attribute selector of css in IE6 David ___ jQuery mailing list discuss@jquery.com http://jquery.com/discuss/

Re: [jQuery] Auto scrolling the page to a specific point - like anchor links with animation

2006-12-28 Thread David Duymelinck
of the interface plugin. scrollto it the name of the function -- David Duymelinck [EMAIL PROTECTED] ___ jQuery mailing list discuss@jquery.com http://jquery.com/discuss/

Re: [jQuery] Auto scrolling the page to a specific point - like anchor links with animation

2006-12-28 Thread David Duymelinck
of the functions of interface rely on it to get things like height, width, ... -- David Duymelinck [EMAIL PROTECTED] ___ jQuery mailing list discuss@jquery.com http://jquery.com/discuss/

Re: [jQuery] googlemaps plugin with IE ?

2006-12-28 Thread David Duymelinck
in javascript 1.6. so you can pray IE will adopt it soon :) -- David Duymelinck [EMAIL PROTECTED] ___ jQuery mailing list discuss@jquery.com http://jquery.com/discuss/

Re: [jQuery] googlemaps plugin with IE ?

2006-12-28 Thread David Duymelinck
+''); }); -- David Duymelinck [EMAIL PROTECTED] ___ jQuery mailing list discuss@jquery.com http://jquery.com/discuss/

[jQuery] slider

2006-12-27 Thread David Moshal
Anyone know of a jQuery slider, similar to this YUI Slider: http://developer.yahoo.com/yui/examples/slider/index.html Dave ___ jQuery mailing list discuss@jquery.com http://jquery.com/discuss/

Re: [jQuery] Removing Parent Node

2006-12-26 Thread David Duymelinck
Mohsen Saboorian schreef: David, Naturally it doesn't work :) if($(this).is(span.a)) would never be true, since this is refering to the parent node of span.a. It was too easy to be true :) I thought because it was in an each loop this referred to the elements caught by the parent

Re: [jQuery] Removing Parent Node

2006-12-25 Thread David Duymelinck
= $(this).text(); $(this).html(t); } }); -- David Duymelinck [EMAIL PROTECTED] ___ jQuery mailing list discuss@jquery.com http://jquery.com/discuss/

[jQuery] a tablesorter library

2006-12-22 Thread David Duymelinck
http://www.javascripttoolbox.com/lib/table/. maybe some inspiration for the tabelsorter plugin guys ;) There are some nice examples on the example page. -- David Duymelinck [EMAIL PROTECTED] ___ jQuery mailing list discuss

[jQuery] Problem with .load() in Firefox

2006-12-21 Thread David
); return false; The version of Firefox I am running is the latest (1.5.0.9). Any idea tips, etc. would be most welcome. Thanks, David ___ jQuery mailing list discuss@jquery.com http://jquery.com/discuss/

Re: [jQuery] Problem with .load() in Firefox

2006-12-21 Thread David
Thanks Klaus, much appreciated. Regards, David Klaus Hartl wrote: David schrieb: Hi, I am trying to get some html content to load into a div when a hyperlink is clicked. The code I have is very simple and works perfectly in IE7, but no matter what I do I can't get Firefox to use

[jQuery] get selected element

2006-12-20 Thread David Gironella
If i have select id=myselect option value=110/option option value=220/option option value=330/option option value=440/option /select I need to know which element is selected? Thk. Giro. ___ jQuery mailing list

Re: [jQuery] jquery session handling versus PHP

2006-12-20 Thread David Duymelinck
Juha Suni schreef: David Duymelinck wrote: Putting post data in a session isn't a good choice because cookies and sessioncookies have a limited file size. Ermm... the session data is not stored in the cookie (thank god). Therefore filesize for regular POST-requests should

Re: [jQuery] jquery session handling versus PHP

2006-12-19 Thread David
you want. So i don't think you should switch. try to find a way that works for you. David ___ jQuery mailing list discuss@jquery.com http://jquery.com/discuss/

Re: [jQuery] jquery session handling versus PHP

2006-12-19 Thread David Duymelinck
could be a way to identify them. Post data shouldn't live longer than needed for database manipulation or form redirecting if an error has occurred. You could also create a second cookie to hold the form data but i've never done that. -- David Duymelinck [EMAIL PROTECTED

Re: [jQuery] plugin: fieldSelection

2006-12-16 Thread David
or a link. David Alex Brem schreef: Hey jQuery lovers, I coded a small plugin to retrieve the caret position and the current selection index of input fields and textareas. Special treatment for such an simple thing is needed because MSIE doesn't support the easy DOM 3.0 methods (yes, this also

Re: [jQuery] Optimizing DOM Traversal

2006-12-16 Thread David
on the context 4, $('#id .class') 5, $('.class1 .class2') 4 is faster than 5 because of the getElementById function This is was i understood from the answers. Correct me if i made a mistake somewhere. David ___ jQuery mailing list discuss@jquery.com

  1   2   >