[jQuery] Re: Why does my ajax call fail ? (when it is called the second time) ??

2007-04-24 Thread Olaf Gleba
Am 24.04.2007 um 07:49 schrieb naveman: that is my code, my comments show my problem. i tried not onle jquery.html() but also any other possibilty to update the innerHTML. so i am really wierd about that, since it has no error. Since the call is excecuted correctly the first time, it may

[jQuery] DOM traversal: changing XHTML attributes w/ jquery???

2007-04-24 Thread ldexterldesign
hey all, wondering if anyone could help with this... i have two jquery functions that act independently on two separate columns of text in my webpage. $(document).ready(function() { $(#articles .view_more).toggle(function() { $(#articles .bullet_text).addClass(bullet_text_go); } ,

[jQuery] How to make a methode in jQuery

2007-04-24 Thread wyo
Sorry my question might be rather basic stuff but none of the tutorials, sample code or API description helps me solving my question. I've a function cropImage which I'd like to use as a methode. What's the correct syntax for function cropImage () { ... $(this).css

[jQuery] Re: How to make a methode in jQuery

2007-04-24 Thread Sean Catchpole
Try: $.fn.cropImage = function() { ... } Although this may be old syntax. ~Sean

[jQuery] Re: vertical fisheye menu? OSX dock or tsunami

2007-04-24 Thread Patrick Hall
On Apr 23, 7:21 pm, Sapphire [EMAIL PROTECTED] wrote: Very nice. Will it work for images? Thanks =] http://ruphus.com/code/jquery/fishimg.html I'm not sure why it doesn't work the same way there; only $(this) seems to be getting resized. Paging brainiacs! Cleanup on aisle 12! -p@

[jQuery] Re: jQuery and EXT not working at all

2007-04-24 Thread oscar esp
I have followed all steps however I got an error: Microsoft JScript runtime error: 'style' is null or not an object My code: html head link href=ext-1.0/resources/css/ext-all.css rel=stylesheet type=text/css / link href=ext-1.0/resources/css/ytheme-vista.css rel=stylesheet type=text/css /

[jQuery] Re: DOM manipulation white space issues

2007-04-24 Thread Mika Tuupola
On Apr 24, 2007, at 3:04 AM, Josh Nathanson wrote: I am having trouble with jEditable/textarea that seems to be related to your issue. When I do a POST, and the textarea kicks back to the div, a space and two newlines are being inserted in the DOM in my div. If I go and re-edit the

[jQuery] Re: Google AJAX Feed API

2007-04-24 Thread Mika Tuupola
On Apr 24, 2007, at 4:02 AM, Mike Alsup wrote: I decided to make this a more polished plugin. You can find the new version here: http://malsup.com/jquery/gfeed/ Great work Mike. I was actually working on something similar :) -- Mika Tuupola

[jQuery] Re: Ajax loading problem (IE7)

2007-04-24 Thread MrTufty
Thanks Dan, I didn't realise that. And Diego too, not to forget anyone :) In any case, our client didn't like the initial concept, so we've rebuilt it with a new skin - this one doesn't require the use of tables, so the problem is neatly avoided. On Apr 23, 1:28 pm, Dan G. Switzer, II [EMAIL

[jQuery] WYMEditor just released as jQuery plugin

2007-04-24 Thread Remy Sharp
For anyone out there developing CMS's you may have heard of the What You Mean editor. It's latest (alpha 0.3) release has seen it converted to a jQuery plugin making it very quick and easy to drop in to your own CMS. http://www.wymeditor.org/en/

[jQuery] Interface.$recallDroppable();

2007-04-24 Thread faz
Hi All, some one kno if there are problem using $recallDroppable(); using div??? Thanx for all faz

[jQuery] Re: Browser Dom Performance

2007-04-24 Thread Ariel Jakobovits
this sounds interesting. did anyone actually have a .rar decompressor to view the code and samples? was it interesting? - Original Message From: lacroix1547 [EMAIL PROTECTED] To: jQuery (English) jquery-en@googlegroups.com Sent: Monday, April 23, 2007 2:38:08 PM Subject: [jQuery] Re:

[jQuery] Re: WYMEditor just released as jQuery plugin

2007-04-24 Thread weepy
theres also : http://www.themaninblue.com/experiment/widgEditor/ which looks pretty good - should be v easy to work with jquery since it converts a textarea with class widgEditor to a WYSIWYG form On Apr 24, 9:59 am, Remy Sharp [EMAIL PROTECTED] wrote: For anyone out there developing CMS's

[jQuery] Re: Alternative way of reacting to clicked link?

2007-04-24 Thread Alessandro Portale
I thought about splitting it on the server side at some point, later. A pure Ajax splitting sound like a good idea, I will think about that, thanks for the suggestion. But a page like http://doc.trolltech.com/4.3-snapshot/qwidget.html is hard to split and killing a few browsers with its 1100

[jQuery] datePicker v2 beta

2007-04-24 Thread Kelvin Luck
Hi, I'd like to announce the beta release of v2 of my datePicker plugin for jQuery. This release is a complete rewrite which makes the date picker considerably more powerful and flexible than it previously was. Check out the temporary project page:

[jQuery] Re: $('#div').hide(); - ?

2007-04-24 Thread David Heggie
agent2026 wrote: Some time off from jQuery, and it seems I'm just broken. Why can't I get this hide() to work? div id=content div id=language ...some flag images... /div /div Would that be because you've not closed the double-quotes in the div id=language line ? David

[jQuery] Re: datePicker v2 beta

2007-04-24 Thread Mike Alsup
This is awesome, Kelvin!! Works great in IE7. Mike I'd like to announce the beta release of v2 of my datePicker plugin for jQuery. This release is a complete rewrite which makes the date picker considerably more powerful and flexible than it previously was. Check out the temporary project

[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: datePicker v2 beta

2007-04-24 Thread weepy
looks great - but i think it should have a close button (x), since clicking on the background to close it isn't quite intuitive On Apr 24, 11:41 am, Mike Alsup [EMAIL PROTECTED] wrote: This is awesome, Kelvin!! Works great in IE7. Mike I'd like to announce the beta release of v2 of my

[jQuery] Re: $('#div').hide(); - ?

2007-04-24 Thread Alexandre Plennevaux
This should work !! $('#language').hide(); If your html is : div id=content div id=language ... -Original Message- From: jquery-en@googlegroups.com [mailto:[EMAIL PROTECTED] On Behalf Of agent2026 Sent: mardi 24 avril 2007 11:03 To: jQuery (English) Subject: [jQuery]

[jQuery] Re: datePicker v2 beta

2007-04-24 Thread Kelvin Luck
Thanks Mike :) On Tue, 24 Apr 2007 11:41:00 +0100, Mike Alsup [EMAIL PROTECTED] wrote: This is awesome, Kelvin!! Works great in IE7. Mike I'd like to announce the beta release of v2 of my datePicker plugin for jQuery. This release is a complete rewrite which makes the date picker

[jQuery] Re: datePicker v2 beta

2007-04-24 Thread weepy
great ! you've thought of everything :) On Apr 24, 12:02 pm, Kelvin Luck [EMAIL PROTECTED] wrote: You can create a close button by passing in displayClose:true when you create the date picker. You can use CSS to style it how you like, I've left it very simple in my multiple select

[jQuery] Re: $('#div').hide(); - ?

2007-04-24 Thread Ariel Jakobovits
also make sure your '$' namespaces are not getting messed up. take out other javascript libraries you might have just to test. - Original Message From: Alexandre Plennevaux [EMAIL PROTECTED] To: jquery-en@googlegroups.com Sent: Tuesday, April 24, 2007 4:57:46 AM Subject: [jQuery] Re:

[jQuery] Re: jQuery and EXT not working at all

2007-04-24 Thread Juha Suni
I tested this and it works prefectly with IE7, FF and Opera. The error you are referring to would indicate that the dimensions-plugin is not loaded. Double-check that the url (script language=javascript src=dimension.js/script) points to the dimensions-plugin and it loads correctly. I'm 90%

[jQuery] Re: WYMEditor just released as jQuery plugin

2007-04-24 Thread Glen Lipka
On 4/24/07, Remy Sharp [EMAIL PROTECTED] wrote: For anyone out there developing CMS's you may have heard of the What You Mean editor. It's latest (alpha 0.3) release has seen it converted to a jQuery plugin making it very quick and easy to drop in to your own CMS.

[jQuery] Re: No action on change

2007-04-24 Thread Diego A.
The answer to your problems: http://kelvinluck.com/assets/jquery/datePicker/v2/demo/datePickerListen.html On Apr 22, 6:25 pm, Creazion [EMAIL PROTECTED] wrote: Hi Dan, and how can I do this? On 22 Apr., 18:33, Dan G. Switzer, II [EMAIL PROTECTED] wrote: Hi, I've an input field (calendar

[jQuery] Re: datePicker v2 beta

2007-04-24 Thread Dan G. Switzer, II
Kelvin, I'd like to announce the beta release of v2 of my datePicker plugin for jQuery. This release is a complete rewrite which makes the date picker considerably more powerful and flexible than it previously was. Check out the temporary project page:

[jQuery] Re: datePicker v2 beta

2007-04-24 Thread Kelvin Luck
On Tue, 24 Apr 2007 16:53:27 +0100, Shelane [EMAIL PROTECTED] wrote: Is there a way to allow the user to select a date in the past without that being the default date shown? Yes. Simply pass a startDate in when you initialise the date picker or call dpSetStartDate afterwards. The date

[jQuery] Re: datePicker v2 beta

2007-04-24 Thread Glen Hinkle
Kelvin, you are my hero. -g On Apr 24, 2007, at 12:36 PM, Kelvin Luck wrote: On Tue, 24 Apr 2007 16:53:27 +0100, Shelane [EMAIL PROTECTED] wrote: Is there a way to allow the user to select a date in the past without that being the default date shown? Yes. Simply pass a startDate in

[jQuery] Re: datePicker v2 beta

2007-04-24 Thread Brian Miller
OK, that's hot. Thank you for doing such awesome work! I'm totally going to use this all over the place. :) - Brian Hi, I'd like to announce the beta release of v2 of my datePicker plugin for jQuery. This release is a complete rewrite which makes the date picker considerably more

[jQuery] Re: datePicker v2 beta

2007-04-24 Thread Kelvin Luck
Hi Dan, * When using clickInput:true, you might want to turn off autocomplete automatically for the field. When the browser's built-in autocomplete box gets triggered, it hovers over the data picker. Plus it looks a little weird. Thanks for the info. My browser hadn't tried to autocomplete

[jQuery] Re: datePicker v2 beta

2007-04-24 Thread =jamon
I wonder if is was possible to display two months , should be extremely helpfull for travel sites , could it be done easily ? Great work ! Jamin On Apr 24, 11:54 am, Kelvin Luck [EMAIL PROTECTED] wrote: Hi, I'd like to announce the beta release of v2 of my datePicker plugin for jQuery. This

[jQuery] ANNOUNCE: Another LightBox Option - Interface ImageBox

2007-04-24 Thread Rey Bango
In searching for a LightBox option that was similar to this: http://www.huddletogether.com/projects/lightbox2/ I came upon this version which is currently not listed in the plugins section: http://www.intelliance.fr/jquery/imagebox/ The animation and navigation differs from ThickBox and the

[jQuery] Re: Alternative way of reacting to clicked link?

2007-04-24 Thread Diego A.
I think this is possible (never done it myself). 1. Bind a single click event to the entire document. 2. use event.target (sourceElement) to access the element that triggered the event. 3. Check if its one of your # links 4. do your magic. On Apr 24, 10:47 am, Alessandro Portale [EMAIL

[jQuery] Re: Alternative way of reacting to clicked link?

2007-04-24 Thread Alessandro Portale
Thank You, Juha and Diego! Your suggestions work very well for me. I wasn't aware of the nice and useful information that I can get out if the event (.target). Now, it seems much faster, and I will test it on different OSes/Browsers. Best regards, Alessandro On Apr 24, 2:09 pm, Juha Suni

[jQuery] Re: DOM manipulation white space issues

2007-04-24 Thread Josh Nathanson
When you POST something to script this script should echo back content of the div. Is your script echoing back extra newline. This is what was happening. I am using ColdFusion for the backend and I had to set cfsetting enablecfoutputonly = yes to get rid of the extra junk. -- Josh

[jQuery] Selecting all but first-child

2007-04-24 Thread Fabien Meghazi
Hi all, What is the more elegant way to select all but first-child of a set of elements ? I tried $(div.myclass:not(first-child)).css(do, stuff); whithout success -- Fabien Meghazi Website: http://www.amigrave.com Email: [EMAIL PROTECTED] IM: [EMAIL PROTECTED]

[jQuery] Re: datePicker v2 beta

2007-04-24 Thread Klaus Hartl
Mike Alsup schrieb: This is awesome, Kelvin!! +1 Just in time to make it into plazes probably... :-) -- Klaus

[jQuery] Re: datePicker v2 beta

2007-04-24 Thread Chris W. Parker
On Tuesday, April 24, 2007 2:55 AM Kelvin Luck said: I'd like to announce the beta release of v2 of my datePicker plugin for jQuery. This release is a complete rewrite which makes the date picker considerably more powerful and flexible than it previously was. Check out the temporary project

[jQuery] Re: datePicker v2 beta

2007-04-24 Thread Glen Lipka
On 4/24/07, Dan G. Switzer, II [EMAIL PROTECTED] wrote: Kelvin, I'd like to announce the beta release of v2 of my datePicker plugin for jQuery. This release is a complete rewrite which makes the date picker considerably more powerful and flexible than it previously was. Check out the

[jQuery] Re: datePicker v2 beta

2007-04-24 Thread Dmitrii 'Mamut' Dimandt
Kelvin Luck wrote: Hi, I'd like to announce the beta release of v2 of my datePicker plugin for jQuery. This release is a complete rewrite which makes the date picker considerably more powerful and flexible than it previously was. Check out the temporary project page:

[jQuery] Re: Best way to determine if a user has Javascript enabled?

2007-04-24 Thread Nathan Young -X \(natyoung - Artizen at Cisco\)
Hi. There is another surefire solution to getting a site that works with JS and non-js usage, and that is to bifurcate the experience quite early on and send the two sets of users down very different paths. In that case, JS users see one set of pages and non-js users see another.

[jQuery] Re: datePicker v2 beta

2007-04-24 Thread Nettoyeur
Kevin, thanks for the fantastic work, almost all my wishes for v1 have come thru. I have already implemented v1 in my page which uses google-adwords style datepickers. This means, one radio button followed by a select with quick options like today ,yesterday, this week last month etc. Below

[jQuery] Re: Browser Dom Performance

2007-04-24 Thread lacroix1547
I have uncompressed it in http://beta00.logient.com/cat/dom-analysis/ You can run it from there.

[jQuery] Re: datePicker v2 beta

2007-04-24 Thread Christopher Jordan
Kelvin, The size of the calendar is totally controlled via CSS so yes - you can configure it with CSS... cool :o) The date picker is implemented as a popup but did you see the renderCalendar examples? These allow you to draw a calendar table into any element in your document. I'll have

[jQuery] Re: datePicker v2 beta

2007-04-24 Thread Scott Sauyet
Kelvin Luck wrote: I'd like to announce the beta release of v2 of my datePicker plugin for jQuery. This release is a complete rewrite which makes the date picker considerably more powerful and flexible than it previously was. Check out the temporary project page:

[jQuery] Re: Google AJAX Feed API

2007-04-24 Thread Scott Sauyet
I don't know why this didn't show up on the list. I sent it hours ago... Mike Alsup wrote: I decided to make this a more polished plugin. You can find the new version here: http://malsup.com/jquery/gfeed/ Very nice! One minor bug: you're max value is going to get ignored if it's

[jQuery] Re: WYMEditor just released as jQuery plugin

2007-04-24 Thread Benjamin Sterling
I second that Glen. I think I will try to do some research tonight on making a WP plugin. On 4/24/07, Glen Lipka [EMAIL PROTECTED] wrote: On 4/24/07, Remy Sharp [EMAIL PROTECTED] wrote: For anyone out there developing CMS's you may have heard of the What You Mean editor. It's

[jQuery] Re: ANNOUNCE: Another LightBox Option - Interface ImageBox

2007-04-24 Thread Josh Nathanson
I see what's going on there Rey. It looks like there are two divs on top of the image - when you hover the right half, it pops up the next link and when you hover the left half, it pops up the previous link. When you click it, it shows the browser's native focus mechanism for that div -

[jQuery] Re: datePicker v2 beta

2007-04-24 Thread Kelvin Luck
On Tue, 24 Apr 2007 14:56:41 +0100, Diego A. [EMAIL PROTECTED] wrote: I'd just come across a scenario where events would have made datePicker more flexible and was thinking of passing the idea to you. http://groups.google.com/group/jquery-en/browse_frm/thread/8993bb17785c6d3b?hl=en There's

[jQuery] Re: how to show the loading image during image loading

2007-04-24 Thread Glen Lipka
On 4/24/07, WebolizeR [EMAIL PROTECTED] wrote: Hi; I got an image like this img id=myImage src=flower.jpg / the src of this image will be changed by dynamically via ajax response During AJAX response and after getting the new src of image, I need to show the loading image instead of orjinal

[jQuery] Re: Autocomplete (Jorn) plugin problems - click broken, etc

2007-04-24 Thread Kim Johnson
Hi Dan, Though my response is late, thanks for your reply. :) I implemented your plugin without a hitch and it works perfectly. I'm fiddling with using IDs now and will post with any other questions I come up with. thanks again! And I hope Jorn sees these issues for his plugin too. -kim

[jQuery] Re: datePicker v2 beta

2007-04-24 Thread Dan G. Switzer, II
Kelvin, * When using clickInput:true, you might want to turn off autocomplete automatically for the field. When the browser's built-in autocomplete box gets triggered, it hovers over the data picker. Plus it looks a little weird. Thanks for the info. My browser hadn't tried to autocomplete

[jQuery] Re: datePicker v2 beta

2007-04-24 Thread Fabien Meghazi
It's a clean 10 out of 10 from me. Yeah sure !! This is an excellent plugin ! Maybe adding ESC key mapping in order to close would be a plus.

[jQuery] Re: ANNOUNCE: Another LightBox Option - Interface ImageBox

2007-04-24 Thread Rey Bango
Thanks for looking into this Josh and finding the issue. I'll see how I can fix it but if you find a fix in the interim, please share it. Thanks again for your help. Rey... Josh Nathanson wrote: I see what's going on there Rey. It looks like there are two divs on top of the image - when

[jQuery] ImageBox Issue

2007-04-24 Thread Rey Bango
So I'm working with the new ImageBox LightBox plugin and I've noticed a quirk in FF 2.0.0.3. When an image comes up and I click on the Next or Previous button, I see a line drawn right down the center of the image. To see what I'm talking about, go here: http://www.intoajax.com/lb/ Click

[jQuery] Re: datePicker v2 beta

2007-04-24 Thread Brandon Aaron
Great work! All the demos work in Safari. -- Brandon Aaron On 4/24/07, Kelvin Luck [EMAIL PROTECTED] wrote: Hi, I'd like to announce the beta release of v2 of my datePicker plugin for jQuery. This release is a complete rewrite which makes the date picker considerably more powerful and

[jQuery] Re: Sortables issue that should be (relatively) easy

2007-04-24 Thread damnpenguins
No ideas? Am I at least on the right track by thinking I can change the droppable to a sortable when I want the user to sort items between days? I dont know really how to do that, but I sort of got it working previously. I just remember the thread saying it was possible to drag onto a

[jQuery] Re: ext dialog and form

2007-04-24 Thread Wizzud
One thing to bear in mind when using Ext with the jQuery engine is that you don't have to use Ext all the time! I have built a backend application using Ext's brilliant border layouts, message boxes, dialogs, trees, etc, but for all form processing (and a lot of the ajax calls, as well) I simply

[jQuery] Re: datePicker v2 beta

2007-04-24 Thread Charles Capps
Kelvin Luck wrote: Hi, I'd like to announce the beta release of v2 of my datePicker plugin for jQuery. This release is a complete rewrite which makes the date picker considerably more powerful and flexible than it previously was. Check out the temporary project page:

[jQuery] Why is IE messing with my mind?

2007-04-24 Thread [EMAIL PROTECTED]
Hi, On PC IE (v. 7.0) only, I'm getting a JS error on line 9, saying Error: Expected identifier string, or number. Here's the code function slideIn(id) { hideAllSubNavs(); if (IsHidden(id)) toggleDiv(id); $('#' + id).animate( {

[jQuery] Re: datePicker v2 beta

2007-04-24 Thread rolfsf
Looks fantastic, Kelvin! I showed it to our lead engineer who has been assessing date packages and he said he'd drop his current date package in a heartbeat for this one IF someone had built a server-side version of it (.NET). So, if anyone takes on that challenge let me know. I long for the day

[jQuery] Re: library conflict

2007-04-24 Thread wls
On Apr 23, 5:01 am, Sapphire [EMAIL PROTECTED] wrote: Has anyone figured out how to make jQuery play nice with prototype/scriptaculous? Play nice... no. Get along... yes. !-- THESE MUST GO FIRST AND IN THIS ORDER -- script src=javascript/prototype.js type=text/javascript/script script

[jQuery] Re: ANNOUNCE: Another LightBox Option - Interface ImageBox

2007-04-24 Thread Rey Bango
Hey Josh, Man you really helped me pinpoint the issue. With a little work, I found that the issue was the anchor tag's focus attribute. Once I added this to the plugin's style, it worked like a charm: #ImageBoxContainer a:focus { outline: none; } Thanks again for the help and if anybody

[jQuery] Re: Interface Slider - Clicks don't trigger onChange event

2007-04-24 Thread skimber
I tried adding a $('.slider').unbind(mousedown); which stops clicking working but also stops the dragging from working too... so that's not much use! This is obviously a problem as there is not a separate click event... it's the same event as starts the dragging process. Grrr. On Apr 23, 7:31

[jQuery] Re: Why is IE messing with my mind?

2007-04-24 Thread Stuart
Try removing the comma after left: 0 on line 8. Firefox doesn't seem to mind the trailing comma but IE completely breaks. You see this with mostly with literal notation. On Apr 24, 11:06 am, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote: Hi, On PC IE (v. 7.0) only, I'm getting a JS error on line

[jQuery] Re: Why is IE messing with my mind?

2007-04-24 Thread Ⓙⓐⓚⓔ
left: 0, the trailing comma! that trick only works in firefox, drop the comma! On 4/24/07, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote: Hi, On PC IE (v. 7.0) only, I'm getting a JS error on line 9, saying Error: Expected identifier string, or number. Here's the

[jQuery] Re: Finding id of this

2007-04-24 Thread Shelane
In terms of searching a scope I'm not quite sure if this is true: there are many divs with a class of newsitem. I want to bind a click event to all p.newsheaders within all the newsitems divs. So, this repeats for each story: div class=newsitem p class=newsheaderMy News Header/p div

[jQuery] Re: Finding id of this

2007-04-24 Thread Shelane
Sorry, hit the button and the message posted prematurely. Can I do this?: $(function(){ $('p.newsheader', '.newsitem').click(function(){ var myid = $(this).attr('id'); $(this).next().load('mynews.lasso?news=' + id); }); }); On Apr 24, 8:03 pm, Shelane [EMAIL PROTECTED]

[jQuery] Re: Best way to determine if a user has Javascript enabled?

2007-04-24 Thread Rick Faircloth
As much as I dislike the idea of having to develop two different sites or, sometimes, just different pages, it seems like that is the only way to accommodate both JS and non-JS users. I know jQuery can be used unobtrusively, but in some cases that just doesn't seem to be a workable approach.

[jQuery] Re: ImageBox Issue

2007-04-24 Thread Aaron Heimlich
I've tried this on FF 2.0.0.3, IE6, IE7, and Opera 9.10 (Win XP Pro SP2) and I cannot see what you're describing On 4/24/07, Rey Bango [EMAIL PROTECTED] wrote: So I'm working with the new ImageBox LightBox plugin and I've noticed a quirk in FF 2.0.0.3. When an image comes up and I click on

[jQuery] Re: Finding id of this

2007-04-24 Thread Ⓙⓐⓚⓔ
change $('p.newsheader', '.newsitem').click(function(){ to $('p.newsheader , .newsitem').click(function(){ On 4/24/07, Shelane [EMAIL PROTECTED] wrote: Sorry, hit the button and the message posted prematurely. Can I do this?: $(function(){ $('p.newsheader',

[jQuery] Re: Finding id of this

2007-04-24 Thread Shelane Enos
Wouldn’t that apply the click to the newsitem div and the p.newsheader and not just the p.newsheader inside each div.newsitem ? I was thinking scope of “within” this (whatever I say this is) context. If there are multiple items that fix the scope, will it be applied for each of those items. On

[jQuery] Re: ImageBox Issue

2007-04-24 Thread Rey Bango
Hi Aaron, I've since fixed it. I posted the following reply in another posting and I should've updated this one as well: With a little work, I found that the issue was the anchor tag's focus attribute. Once I added this to the plugin's style, it worked like a charm: #ImageBoxContainer

[jQuery] Re: Finding id of this

2007-04-24 Thread Ⓙⓐⓚⓔ
Yes it would! if you want to set the context it has to be a dom element or a jQuery object. try $('p.newsheader', $('.newsitem')).click(function(){ but aren't all the .newsheaders in a .newsitem? Maybe I'm missing something! On 4/24/07, Shelane Enos [EMAIL PROTECTED] wrote: Wouldn't that

[jQuery] Re: datePicker v2 beta

2007-04-24 Thread Daemach
Very cool - I can finally replace xin :) One thing I had to hack into that code was the ability to trigger an event on the input field programatically after selecting the date. Can you provide a triggerEvent(keyup|focus|change) parameter that will trigger the specified event in the attached

[jQuery] Re: IE cachine .ajax calls?

2007-04-24 Thread [EMAIL PROTECTED]
Send the JavaScript millisecond time as a GET value. It will make the request unique each time. -khoker On Apr 24, 2:11 pm, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote: Hi, On IE 7.0, I'm noticing the same data is repeatedly returned to me from this call var data =

[jQuery] Sortables issue that should be (relatively) easy

2007-04-24 Thread damnpenguins
Hi all, Am trying to get my head around an issue here with sortables and dragging new items onto a sortable. Here is a page I set up as a test, an earlier thread I saw through searching this group said it was possible to add a draggable to a sortable. How can I do that? I have tried adding

[jQuery] Re: datePicker v2 beta

2007-04-24 Thread fabyo . php
Thanks i desenvolv datagrid +- http://extjs.com/deploy/ext/docs/ Inline editing - 2 cliques in date visibled datepiker I you trying to make one grid using its to datepiker thanks On 24 abr, 06:54, Kelvin Luck [EMAIL PROTECTED] wrote: Hi, I'd like to announce the beta release of v2 of my

[jQuery] Re: vertical fisheye menu? OSX dock or tsunami

2007-04-24 Thread Patrick Hall
On Apr 24, 1:25 pm, Ⓙⓐⓚⓔ [EMAIL PROTECTED] wrote: you are resizing the br/ tag. and that ain't good. use twice as many prev's to jump over the br's Thanks Jake. I tried it without the br /s and it does what's expected: http://ruphus.com/code/jquery/fisheye/fishimg.html I'm glad I dug into

[jQuery] Re: $('#div').hide(); - ?

2007-04-24 Thread agent2026
Damn you guys are fast. I deleted the post almost immediately - server problems :)

[jQuery] Re: blockUI plugin blocking form submit on IE 6 7

2007-04-24 Thread Stuart
Yes, It works! Mostly. I'm still having problems with the overlay position in IE 6. I'm guessing that might be the result of some of my CSS stomping on the positioning used by blockUI. If you have any ideas where to look for this I'd appreciate it. As for the main issue, I'm not sure I fully