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 To

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

2007-03-29 Thread David Dexter
ri_open') == -1){ Cheers, 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: [jQue

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

2007-03-29 Thread David Dexter
child.html(data).slideToggle("fast"); }); }else{ // If it does close it up. curImg.attr("src","images/loader.gif"); child.slideUp('fast',function(){ cu

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] 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
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] 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] n related select boxes

2007-03-26 Thread David Duymelinck
it's not very elegant 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] 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- Fr

Re: [jQuery] Code simplifying request.

2007-03-21 Thread David Dexter
ror").show(); return false; }else{ a.removeClass("required"); a.siblings("span.error").hide(); } David Dexter | brilliantlemming.com | Brentwood, CA | 310.414.0949

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] Plugin released: textify. PROBLEMS UNSOLVED

2007-03-19 Thread David Duymelinck
easiest way to do this is to check if the tag 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 al

Re: [jQuery] TransferTo giving an error

2007-03-19 Thread David Dexter
The script tag in the header has 2 quotation marks at the end of the type attribute. Is that failing to load the script? -David -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Jason Levine Sent: Monday, March 19, 2007 7:35 AM To: discuss@jquery.com

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

Re: [jQuery] Event not firing inside unhidden div

2007-03-18 Thread David Dexter
way you initiate the bind on the initial load, and then reinitiate it when you click on the button (with id="button") I am not an expert by any means, and that is just how I'd go about it. There are most likely better solutions, but I hope that helps. - David -Original Message

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] Layou

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

2007-03-16 Thread David Dexter
App 4 Icon App 5 Icon I hope that helps. David Dexter -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Dan G. Switzer, II Sent: Friday, March 16, 2007 12:32 PM To: 'jQuery Discussion.' Subject: [jQuery] Layout plug-ins / Creating a Das

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&

Re: [jQuery] Delay on keypress

2007-03-15 Thread David Dexter
Thanks Erik that did the trick! - David Dexter -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Erik Beeson Sent: Thursday, March 15, 2007 8:59 PM To: jQuery Discussion. Subject: Re: [jQuery] Delay on keypress You basically want to have a timer that

[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] Can't figure out how to put this all together...

2007-03-15 Thread David
function (data) {$("#Result_Interest").empty().append(data) }) }); $("#Years").blur(function(){ $.post("callpage_Validate_Mortgage_Inputs.cfm",{years:$("#Years").val()}, function (data) {$("#Result_Years&qu

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 wi

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 m

Re: [jQuery] the pitfalls of jquery

2007-03-15 Thread David Duymelinck
use any frameworks. >> >> So I take a look at the specs and my brain just goes limp.. I >> CAN'T THINK OF HOW I WOULD DO THIS WITH OUT JQUERY.. >> >> it is a sad sad world all because of my dependency of the crack >> tha

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

2007-03-14 Thread David Duymelinck
or something like this $(function(){ // create link and hide spoiler $('.spoiler').before('Spoiler').hide(); // toggle the spoilers $('span.spoilertoggle').toggle( function(){ $(this).next('.spoiler').show(); }, function

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 b

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 ((n

[jQuery] Inifinite loop in IE

2007-03-13 Thread David
name=validation_level value="Basic">Basic name=validation_level value="Standard">Standard class="otherfield"> Other: value="" class="input othertext"> Regards, David ___ jQuery mailing list discuss@jquery.com http://jquery.com/discuss/

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

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
$("#myform").validate({ errorPlacement: function(error, element) { if(element.attr('id') == "dateselect") { error.appendTo("#errordiv"); } else { error.insertAfter(element); } } }); - David

Re: [jQuery] Plugin: jdMenu 1.3.beta2

2007-03-07 Thread David Duymelinck
If you want i will set up an example this evening. -- David Duymelinck [EMAIL PROTECTED] ___ jQuery mailing list discuss@jquery.com http://jquery.com/discuss/

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 Duy

[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 anot

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

2007-03-02 Thread David Duymelinck
007 09:17 > À : jQuery Discussion. > Objet : Re: [jQuery] Announce: Unobtrusive 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

Re: [jQuery] jqModal r7 release!

2007-03-01 Thread David Duymelinck
t i do use it in an asp.net page 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/

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

2007-03-01 Thread David Duymelinck
); UJS_add_behaviour('a.toggle', 'click', "$('#foobar').toggle();return false;"); ?> If you go unobtrusive go unobtrusive all the way :) Once i get around to learning how to use symfony i will definitively give your helper a try. I bet this will amaze

Re: [jQuery] jqModal r7 release!

2007-03-01 Thread David Duymelinck
e, in firebug i got the error: is not a function. When i replaced 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] _

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&#x

Re: [jQuery] Manipulating several independent elements at once

2007-03-01 Thread David Duymelinck
quot;group" the #a, #b, #e selectors. Of course, this is an example, I > need 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 and symfony

2007-02-28 Thread David Duymelinck
alert('foobar') }); }); i'm just thinking aloud. It could also be good to cache the javascript like this 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

[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? Regar

Re: [jQuery] ANNOUNCE: Thickbox Reloaded alpha

2007-02-27 Thread David Duymelinck
[-Stash-] schreef: > I like the sound of this idea if it can be made to work :) > > Do you have an example of what you're talking about David? > > Luke > I will set up an example this evening. -- David Duymelinck __

Re: [jQuery] Tabs Plugin and fxAutoHeight

2007-02-27 Thread David
as they should. 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 k

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 i

Re: [jQuery] ANNOUNCE: Thickbox Reloaded alpha

2007-02-27 Thread David Duymelinck
forward to the final release. -- David Duymelinck [EMAIL PROTECTED] ___ jQuery mailing list discuss@jquery.com http://jquery.com/discuss/

Re: [jQuery] Tabs plugin / CSS problem

2007-02-26 Thread David
hi Dylan, As a quick test in Firefox2.0 I removed the '#main ul' and 'H3' styles from your css, and that got rid of the space between the tabs and the tab content. You may need to play with the margin values to get it to wrok the way you want. Regards, David Dylan Verheul w

[jQuery] Help with animate()

2007-02-26 Thread David
.animate({right: 100}, "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/

[jQuery] Tabs Plugin and fxAutoHeight

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

Re: [jQuery] Progress Bar Plugin

2007-02-26 Thread David Duymelinck
on > other platforms. Feedback is welcomed! > > 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] ___

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 h

Re: [jQuery] jqModal r7 release!

2007-02-22 Thread David Duymelinck
list > discuss@jquery.com > http://jquery.com/discuss/ > > > may i say wow :) At first the hourglass cursor threw me off with the modal example but it's a nice find to show the underlying page is inaccessable. And your code still looks so clean. even the css is clearner than

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 but

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

2007-02-20 Thread David Duymelinck
parent('dt').next('dd').slideToggle(500);return > false;}); > 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 Duymeli

Re: [jQuery] tables - is this possible ?

2007-02-19 Thread David Duymelinck
bject and output that as html and make an excel file? this will not fatten 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] 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] CSS: Wasteful requests when switching input image

2007-02-16 Thread David Duymelinck
gt; http://jquery.com/discuss/ > > > I saw a css technique where the initial and the mouseover image where one image and they swiched them with by showing only that part of the picture that was needed. I can't find 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] 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: >

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 th

Re: [jQuery] Newbie Question - wraping an element

2007-02-13 Thread David Duymelinck
Agrawal, Ritesh schreef: > Original > > Heading > > > Modified (desired result) > > > >heading > > > > > you have to use the wrap function $('span.heading').wrap('

Re: [jQuery] asp.net and jquery

2007-02-09 Thread David
the library 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 fe

Re: [jQuery] jQUpload - request for features

2007-02-09 Thread David
cross server language. I was intrigued on how it was possible to make a flash load indicator and i saw this component : http://www.element-it.com/MultiPowUpload.aspx. 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

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

2007-02-07 Thread David
onite 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 > effec

Re: [jQuery] jQUpload - request for features

2007-02-07 Thread David
use 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: &g

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 lic

[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] 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

Re: [jQuery] Release: Accordion menu plugin 1.1

2007-02-03 Thread David
ugin > page, 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.

Re: [jQuery] Creating Custom Show/Hide system

2007-02-02 Thread David Duymelinck
he divs a class and then you could use $('div.class').click(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(

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 de

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

2007-01-29 Thread David
/2006/03/base/) -- although I think I'd > run into complexities with stacking plugins. > > Does anyone have/know of examples of JS plugin frameworks that may be > applicable? > > Thanks! > > I don't know if it is an error or not but when you click on the link to

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

2007-01-27 Thread David
orks and i'm not a good javascript programmer. One minor error 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/

Re: [jQuery] Retrieve a from iframe

2007-01-25 Thread David Gironella
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. _

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:

Re: [jQuery] Select Box

2007-01-25 Thread David Gironella
ct").selectOptions("Value"); David Gironella wrote: > I have a multiple selection select. I can use jquery to check which > options are selected? > >

[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/

[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
ade child element positioning. Now you can use 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/

[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/

Re: [jQuery] Detect browser close event

2007-01-19 Thread David Duymelinck
orums.devarticles.com/javascript-development-22/how-to-stop-browser-from-closing-using-javascript-8458.html i understand there is a window.onbeforeunload event -- 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 > p

[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] FaviconLinkMarker - last call

2007-01-15 Thread David
of the favicon? I put the image check function outside the plugin 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] Interface 1.1

2007-01-15 Thread David Duymelinck
oticed it because i clicked on one of the items and when i hit the back 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] ___

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

2007-01-14 Thread David
alert("Thanks for visiting!"); > > }); > > }); > > > > > Did you insert jquery before your own 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 wit

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

2007-01-11 Thread David Duymelinck
pera used Extra-CSS > > What about this? > > With the #text a links your own links don't show the favicon in FF2 and IE7 -- 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
idn't think to just > provide a "top" value, so this isn't directly possible. > I tried something like just: > > onStop : function() { > $('.dragbox').css("z-index","1"); > $(this).css("z-index&qu

Re: [jQuery] mousewheel plugin updated

2007-01-11 Thread David Duymelinck
David Duymelinck schreef: > Brandon Aaron schreef: > >> Test page: http://brandon.jquery.com/plugins/mousewheel/test/test.html >> >> > I tested the page on FF2 and i didn't see the log frame. > > In IE7 tests 6 and 7 fail their limitation.

Re: [jQuery] mousewheel plugin updated

2007-01-11 Thread David Duymelinck
the speed 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] List of jQuery-Powered Sites

2007-01-10 Thread David Olinsky
on, and the Thickbox implementation allowed us to grab the information from the readers without upsetting them. --David Olinsky Lead Technical Architect Money-Media, Inc. -- View this message in context: http://www.nabble.com/List-of-jQuery-Powered-Sites-tf2947146.html#a8265489 Sent from the JQuery

[jQuery] Please remove me from this list.

2007-01-10 Thread David Jenkins
--- David Jenkins [EMAIL PROTECTED] Web development and hosting Application Development Phone: 847-698-9350 9:00 5:00 CST Additional info at http://www.web1-di.com

Re: [jQuery] Play around with JQuery

2007-01-10 Thread David Duymelinck
does the weight of styling pages in javascript would be a lot less. IE6 doesn't support selectors. IE7 picked it up but the latest browser statistics i saw IE7 was used by 7 and an odd percent. -- David Duymelinck [EMAIL PROTECTED] ___

Re: [jQuery] Smooth page scrolling between internal anchors

2007-01-08 Thread David Duymelinck
o $('[EMAIL PROTECTED]"#"]').each(function(i){ $(this).click(function(){ if($(this).next('[EMAIL PROTECTED]"#"]').size() == 1){ // check if there is a innerlink further on the page $(this).next().ScrollTo(2000); return false; }else{ $(

Re: [jQuery] Smooth page scrolling between internal anchors

2007-01-08 Thread David Duymelinck
don't need href . Are there more 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
-- > http://techfoolery.com/archives/2006/08/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. -

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. >&g

Re: [jQuery] jQuery 1.1a

2007-01-08 Thread David Duymelinck
you have to use .bind(). I don't know how the compatibility plugin will deal those functions. -- David Duymelinck [EMAIL PROTECTED] ___ jQuery mailing list discuss@jquery.com http://jquery.com/discuss/

Re: [jQuery] jQuery 1.1a

2007-01-07 Thread David Duymelinck
t; discuss@jquery.com > http://jquery.com/discuss/ > > > After having a quick look at the new documentation, much clearer now too, i must say it had to be hard work to realize all those things to make working with jQuery easier than before and more powerful with less code

Re: [jQuery] New plugin: jScrollPane

2006-12-30 Thread David
lPane.html > nice, the first thing i can 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 ___ jQue

  1   2   3   >