[jQuery] Re: Could anyone send me a copy of Catfish Advert Plugin 1.3.

2007-06-21 Thread Logan Cai
help.! Logan Cai wrote: Could anyone send me a copy of Catfish Advert Plugin 1.3. its official site is offline now. I am developing another Jquery based Open Source Project - Ajax Form Builder, need it ASAP. thanks in advance. Logan Cai

[jQuery] Re: Easing rocks

2007-06-21 Thread Erik Beeson
I like backin/out. It feels like the virtual equivalent of physical toggle switches that work like that (often used as power switches). I disagree about having that stuff in the core though. Often I don't even need animations or ajax, but part of what I really like about jQuery is that it's

[jQuery] Re: Table cell navigation

2007-06-21 Thread Rob Desbois
I would suggest making all of these items related via numeric IDs, you then dispose with having to traverse up and back down the DOM to find the related elements: tr td select id=select_1.../select /td td input id=text_1a type=text ... / /td td input id=text_1b type=text ... /

[jQuery] Re: New Plugin Repository

2007-06-21 Thread Alexandre Plennevaux
Another idea: i'd like to be informed whenever a new plugin has been added, because plugins are a source of inspiration . Possible to have RSS or email warning? Or an automated and preformated email to the mailing list? -Original Message- From: jquery-en@googlegroups.com [mailto:[EMAIL

[jQuery] Re: Easing rocks

2007-06-21 Thread Rob Desbois
Glen I disagree there too. Stuff like this doesn't belong in the core IMO - in fact I think the only effects that should be present are show() and hide(). What is this mythical 'turbospeed' you speak of? Surely anything that makes the selectors faster should be the default mechanism used by the

[jQuery] Re: Easing rocks

2007-06-21 Thread Klaus Hartl
Erik Beeson wrote: I like backin/out. It feels like the virtual equivalent of physical toggle switches that work like that (often used as power switches). I disagree about having that stuff in the core though. Often I don't even need animations or ajax, but part of what I really like about

[jQuery] Re: need hellp with .get and json

2007-06-21 Thread amircx
umm. i tried it , not work! i got in firebug this: uncaught exception: [object Object] {statusmsg:1,errmsg:0,desiredurl:sddadandsadsad-as} http://localhost/includes/private/php/checkVars.php?bn=sddadgn=sadsadbl=sadasdgl=aswhat=SuggestSiteName $.get(/includes/private/php/checkVars.php, {

[jQuery] Re: Easing rocks

2007-06-21 Thread george.gsgd
Isn't that the point of having plugins, for bells and whistles like this? Obviously it's a great plugin (well I would say that as it's mine ;) but it's not essential functionality by any means.

[jQuery] jquery documentation in aptana

2007-06-21 Thread Robert O'Rourke
Hi, Don't know if this has come up yet, I was wondering if anyone could help get the scriptdoc stuff together for use in aptana, I know it can be done for jquery1.1.1 (http://www.bitstorm.org/edwin/jquery/), I just need to find the latest and I can't see where other versions of the

[jQuery] Re: Could anyone send me a copy of Catfish Advert Plugin 1.3.

2007-06-21 Thread Su
When you go 24hours without reposting this question, I'll go digging through the archive I'm pretty sure has a copy of it. Deal? On 6/21/07, Logan Cai [EMAIL PROTECTED] wrote: help.! Logan Cai wrote: Could anyone send me a copy of Catfish

[jQuery] Re: Multiple Interface Slideshows on one page not showing up good in IE6, IE7

2007-06-21 Thread ronaldo
Hi all, this quite old and i dont mean to dust off the antiques, but am having the same problem - has anyone found a solution yet? Thanks T snagt wrote: Hello there! Just getting to know the wonderful world of Jquery and all the things written for it. I'm building my new website with

[jQuery] Re: Could anyone send me a copy of Catfish Advert Plugin 1.3.

2007-06-21 Thread Michael Price
Su wrote: When you go 24hours without reposting this question, I'll go digging through the archive I'm pretty sure has a copy of it. I sent him a version I had - not sure it was 1.3 though. The last mention of it on Google was only 1.2 anyway. Regards, Michael Price

[jQuery] Re: Works with not() but not with filter()

2007-06-21 Thread Gordon
A bit of rearranging of the code allowed me to achieve the same effect without havign to pass an elements array to filter as shown below: elements = $('.globalClass'); elemsToAnimate = elements.not (unselectedArr); elementsToHide = elements.not (elemsToAnimate).not (':hidden'); elementsToShow =

[jQuery] Re: Could anyone send me a copy of Catfish Advert Plugin 1.3.

2007-06-21 Thread sz_quadri
I too need the catfish adverts plugin. Please cc it to me too. On Jun 21, 11:16 am, Logan Cai [EMAIL PROTECTED] wrote: help.! Logan Cai wrote: Could anyone send me a copy of Catfish Advert Plugin 1.3. its official site is offline now. I am

[jQuery] Re: Easing rocks

2007-06-21 Thread GianCarlo Mingati
I've made that http://www.gcmingati.net/wordpress/wp-content/lab/jquery/imagestrip/imageslide-plugin.html using easing's expoinout. GC On Jun 21, 11:56 am, george.gsgd [EMAIL PROTECTED] wrote: Isn't that the point of having plugins, for bells and whistles like this? Obviously it's a great

[jQuery] Re: Remove Parent not working in IE6

2007-06-21 Thread G[N]Urpreet Singh
Thanks Guys, It worked like a charm... Gurpreet On 6/20/07, Scott Sauyet [EMAIL PROTECTED] wrote: G[N]Urpreet Singh wrote: I cannot remove the parent of an element in IE6. The behavior in IE6 is that only the first of the parents is getting removed and then it stops working. [ ... ]

[jQuery] ANNOUCE: slideView plugin released

2007-06-21 Thread GianCarlo Mingati
Hi all. After a bit of trials i ended up with this plugin. http://www.gcmingati.net/wordpress/wp-content/lab/jquery/imagestrip/imageslide-plugin.html Basically it is possible, into any page (blog), to insert an unordered List of images inside a DIV such as div id=myinstantgallery ul

[jQuery] Re: encodeURIComponent localized for custom encoding

2007-06-21 Thread oscar esp
I have some issues with jquery . When I use the jquery from your branch I get some error in code that works fine with official 1.2 version. I have ajax calls that returns a html in order tu full a div. Seems that if data has html doesn't work Seems that type param doesn't work.

[jQuery] Re: Could anyone send me a copy of Catfish Advert Plugin 1.3.

2007-06-21 Thread Alexandre Plennevaux
Why don't you add it to the plugin directory instead? -Original Message- From: jquery-en@googlegroups.com [mailto:[EMAIL PROTECTED] On Behalf Of sz_quadri Sent: jeudi 21 juin 2007 9:29 To: jQuery (English) Subject: [jQuery] Re: Could anyone send me a copy of Catfish Advert Plugin 1.3.

[jQuery] Re: Easing rocks

2007-06-21 Thread Alexandre Plennevaux
GianCarlo, it is really nice! Is it possible to use it as paging for large chunks of text? -Original Message- From: jquery-en@googlegroups.com [mailto:[EMAIL PROTECTED] On Behalf Of GianCarlo Mingati Sent: jeudi 21 juin 2007 12:19 To: jQuery (English) Subject: [jQuery] Re: Easing rocks

[jQuery] Re: Easing rocks

2007-06-21 Thread george.gsgd
That's very nice. Can you customise the easing function you're allowed to use? That'd look great with elasticout. Boing... On Jun 21, 12:18 pm, GianCarlo Mingati [EMAIL PROTECTED] wrote: I've made thathttp://www.gcmingati.net/wordpress/wp-content/lab/jquery/imagestrip/i... using easing's

[jQuery] Re: Easing rocks

2007-06-21 Thread Toby
I love easing too! I used Penners Equations in flash and these are just as good in xhtml, really good to add to animations for that touch of class :¬) I also thought that it would be nice to include this in the core, just because it is so sexy and the size of the equations looks rather small -

[jQuery] Re: Easing rocks

2007-06-21 Thread GianCarlo Mingati
alexandre, it could be modified as an auto-paging for texts. yes, it should work Try yourself playing with the code: If you look at the plugin, i used var pictWidth = container.find(img).width(); to find dinamically the width of the images so the galleries can slide images of any size. The value

[jQuery] Re: Ajax call - lost event handlers

2007-06-21 Thread AJ
By coincidence, I was about to post a very similar issue today. It seems that any time I include content via ajax, and that content also needs to use jQuery functions from the containing page, the content included via ajax seems to lose the functions. I've tried and tried to find fixes for this,

[jQuery] Re: Ajax call - lost event handlers

2007-06-21 Thread Klaus Hartl
AJ wrote: By coincidence, I was about to post a very similar issue today. It seems that any time I include content via ajax, and that content also needs to use jQuery functions from the containing page, the content included via ajax seems to lose the functions. I've tried and tried to find

[jQuery] Re: ANNOUCE: slideView plugin released

2007-06-21 Thread ing. Salvatore FUSTO
Very good, congrats, but... i think a user would know what image is displayed, in term of its number, so i suggest to disable the button of the displayed image salvatore - Original Message - From: GianCarlo Mingati [EMAIL PROTECTED] To: jQuery (English) jquery-en@googlegroups.com

[jQuery] Re: Ajax call - lost event handlers

2007-06-21 Thread Brandon Aaron
On 6/21/07, Klaus Hartl [EMAIL PROTECTED] wrote: Brandon is working on a behavior plugin, that takes care of that and will bind handlers automatically. It is true and it will be officially released once jQuery 1.1.3 is released. If you don't mind using jQuery 1.1.3 alpha and getting your

[jQuery] Re: ANNOUCE: slideView plugin released

2007-06-21 Thread Sapphire
Works perfectly in Konqueror, FF-2, and Opera in Linux Great job! Wish list for next release: Option to autoslide the images Option to not show the image numbers if using autoslide Thanks -- Sapphire On Thursday 21 June 2007 04:57:35 am GianCarlo Mingati wrote: Hi all. After a bit of

[jQuery] Re: Ajax call - lost event handlers

2007-06-21 Thread AJ
It is true and it will be officially released once jQuery 1.1.3 is released. If you don't mind using jQuery 1.1.3 alpha and getting your hands dirty with inline docs and minimal examples ... then you can start using it now. Wow, thanks! I am in a real crisis with a site right now, so I'll go

[jQuery] jQuery home page...

2007-06-21 Thread flagship interactive
This might be posted in the wrong list, but the web list seemed broken. I am hoping someone see this request. It is simple, can we please have something on the home page, a tag line that tells everyone the latest current version of jQuery?

[jQuery] Re: Easing rocks

2007-06-21 Thread Rey Bango
Hi Rob, What Glen is referring to is something that the team is throwing around. We're considering how to improve selector speeds and one option is to have a 'turbospeed' plugin that would allow us to keep the core size small but give the jQuery community super fast selectors. Nothing has

[jQuery] Re: ANNOUCE: slideView plugin released

2007-06-21 Thread Rey Bango
GianCarlo, I really love this plugin man!! Great work. Could you please help us out by doing the following: - translate it the page to English - throw in a download link for the plugin itself - List the dependencies (eg: easing plugin and jQuery version) Again, many thanks. This is really

[jQuery] Re: Ajax call - lost event handlers

2007-06-21 Thread Brandon Aaron
I would highly suggest grabbing the latest from SVN instead of the jQuery 1.1.3a download. -- Brandon Aaron On 6/21/07, AJ [EMAIL PROTECTED] wrote: It is true and it will be officially released once jQuery 1.1.3 is released. If you don't mind using jQuery 1.1.3 alpha and getting your

[jQuery] Re: ANNOUCE: slideView plugin released

2007-06-21 Thread Rey Bango
Something that caught my eye when testing it in IE7 is that all of the images initially appear sequentially on the page and then the page gets reformatted into the SlideViewer. Its hard to explain it but I've taken a screen cap of it and attached it to this email. FireFox works fine. Rey...

[jQuery] Tooltip and select info

2007-06-21 Thread David Duymelinck
Hello, I wanted to add some info text to a select using the tooltip plugin so i added a title attribute and the tooltip gets shown in FF1.5+ and IE7 but not in IE6 (of course). Has somebody experienced the same behaviour? -- David Duymelinck [EMAIL PROTECTED]

[jQuery] Re: superfish variable width

2007-06-21 Thread Olivier Percebois-Garve
could such behavior be scripited ? On 6/21/07, Su [EMAIL PROTECTED] wrote: If I recall correctly, suckerfish menus assume each of the items is going to be the same width. I've gotten around this by first styling a base width that they'd all get, and then basically listing a *lot* of very

[jQuery] Re: Ajax call - lost event handlers

2007-06-21 Thread Klaus Hartl
AJ wrote: It is true and it will be officially released once jQuery 1.1.3 is released. If you don't mind using jQuery 1.1.3 alpha and getting your hands dirty with inline docs and minimal examples ... then you can start using it now. Wow, thanks! I am in a real crisis with a site right now,

[jQuery] Re: superfish variable width

2007-06-21 Thread Olivier Percebois-Garve
I mean getting the width of each li's content and then to give that width to the li On 6/21/07, Olivier Percebois-Garve [EMAIL PROTECTED] wrote: could such behavior be scripited ? On 6/21/07, Su [EMAIL PROTECTED] wrote: If I recall correctly, suckerfish menus assume each of the items is

[jQuery] Re: Is this normal?

2007-06-21 Thread Tony
Sorry, the correct tags are: divtabletbody./tbody/table/div

[jQuery] Re: Easing rocks

2007-06-21 Thread GianCarlo Mingati
Done! http://www.gcmingati.net/wordpress/wp-content/lab/jquery/imagestrip/imageslide-plugin.html Added the possibility to customize animation kind and duration. Will rewrite it in english and will add documentation. Anyhow, it's pretty simple. Easing rocks and jQ too!! Ciao! On Jun 21, 3:02

[jQuery] Re: ANNOUCE: slideView plugin released

2007-06-21 Thread GianCarlo Mingati
Hi it is something i noticed too but i don't know how to fix. IE7 and FF/Opera have different ways to behave on DOM ready AND document LOAD. i don't know how to fix it. GC anybody? On Jun 21, 4:26 pm, Rey Bango [EMAIL PROTECTED] wrote: Something that caught my eye when testing it in IE7 is

[jQuery] Re: ANNOUCE: slideView plugin released

2007-06-21 Thread GianCarlo Mingati
Sure i'll do that tomorrow! Thanks! P.S Added the possibility to customize animation type and duration. Enjoy again. http://www.gcmingati.net/wordpress/wp-content/lab/jquery/imagestrip/imageslide-plugin.html GC On Jun 21, 4:20 pm, Rey Bango [EMAIL PROTECTED] wrote: GianCarlo, I really love

[jQuery] Re: superfish variable width

2007-06-21 Thread Joel Birch
On 22/06/2007, at 12:45 AM, Olivier Percebois-Garve wrote: I mean getting the width of each li's content and then to give that width to the li On 6/21/07, Olivier Percebois-Garve [EMAIL PROTECTED] wrote:could such behavior be scripited ? I'm sure it could be scripted. Depending on the

[jQuery] Re: validate.js errors

2007-06-21 Thread [EMAIL PROTECTED]
Thanks Jörn! I got it working. I have a few dynamic form element names/ids which weren't matching with the script.

[jQuery] Re: ANNOUCE: slideView plugin released

2007-06-21 Thread Rey Bango
Its not working any longer. When I hit the page, it just displays all of the images. I don't see any JS errors being reported. Rey GianCarlo Mingati wrote: Hi it is something i noticed too but i don't know how to fix. IE7 and FF/Opera have different ways to behave on DOM ready AND document

[jQuery] jQuery on freesoftwaremagazine.com

2007-06-21 Thread Jake McGraw
Hey guys, just wanted to let you know, I helped develop the JavaScript for the Drupal Simple Karma Module using jQuery ajax/selectors/modifiers: Drupal project page: http://drupal.org/project/simple_karma JS Dev Test Bed: http://dev.jakemcgraw.com/karma As a result of my work,

[jQuery] Re: ANNOUCE: slideView plugin released

2007-06-21 Thread GianCarlo Mingati
Rey, r u sure?? Hit F5. GC On Jun 21, 5:03 pm, Rey Bango [EMAIL PROTECTED] wrote: Its not working any longer. When I hit the page, it just displays all of the images. I don't see any JS errors being reported. Rey GianCarlo Mingati wrote: Hi it is something i noticed too but i don't

[jQuery] Re: superfish variable width

2007-06-21 Thread Olivier Percebois-Garve
thx. I'll look into that that some times. My co-worker went with : http://www.cssplay.co.uk/menus/variable_dl.html But its not a satisfiying code. Since I'm trying to push suckerfish (superfish) as our default menu system, I'd love to get around that issue. On 6/21/07, Joel Birch [EMAIL

[jQuery] Re: ANNOUCE: slideView plugin released

2007-06-21 Thread Rey Bango
I did. I even cleared FF's cache. No dice. It is working, though, in IE7. Rey GianCarlo Mingati wrote: Rey, r u sure?? Hit F5. GC On Jun 21, 5:03 pm, Rey Bango [EMAIL PROTECTED] wrote: Its not working any longer. When I hit the page, it just displays all of the images. I don't see any JS

[jQuery] Re: jQuery on freesoftwaremagazine.com

2007-06-21 Thread Rey Bango
Excellent work Jake!! Jake McGraw wrote: Hey guys, just wanted to let you know, I helped develop the JavaScript for the Drupal Simple Karma Module using jQuery ajax/selectors/modifiers: Drupal project page: http://drupal.org/project/simple_karma JS Dev Test Bed:

[jQuery] Re: jQuery on freesoftwaremagazine.com

2007-06-21 Thread Jake McGraw
Thanks! - jake On 6/21/07, Rey Bango [EMAIL PROTECTED] wrote: Excellent work Jake!! Jake McGraw wrote: Hey guys, just wanted to let you know, I helped develop the JavaScript for the Drupal Simple Karma Module using jQuery ajax/selectors/modifiers: Drupal project page:

[jQuery] Re: ANNOUCE: slideView plugin released

2007-06-21 Thread Rey Bango
Ok. Its working now. The image stacking issue I reported earlier is there but the slider now renders correctly. In terms of the images displaying first, I'm wondering if you could initially place the images within a hidden div and then load them into the slider. There was also discussion on

[jQuery] Re: Interface: Slider, fractions, onSlide reporting incorrect fractions?

2007-06-21 Thread Gordon
I have been having some trouble with the interface sliders as well, it has been suggested to me when I posted about it that the sliders code simply needs a rework as it stands, and that certain things just don't work very well currently. Sorry I can't be mroe help than that, it's pretty much all

[jQuery] Re: Ajax call - lost event handlers

2007-06-21 Thread Aaron Heimlich
If you need something that works *right now* with 1.1.2, I suggest you take a look at event delegation[1]. [1] http://icant.co.uk/sandbox/eventdelegation/ On 6/21/07, Klaus Hartl [EMAIL PROTECTED] wrote: AJ wrote: It is true and it will be officially released once jQuery 1.1.3 is released.

[jQuery] Radio button

2007-06-21 Thread rayfidelity
Hi, I have a problem, i'd like to mark the radio button that's checked. Here's what i came up with, but it doesn't work. $(document).ready(function() { $([EMAIL PROTECTED]'section']).click(function(){ $([EMAIL PROTECTED]'section']:checked).val() == 1 ? $ ([EMAIL

[jQuery] Re: Radio button

2007-06-21 Thread Mike Alsup
This should work: $(document).ready(function() { $([EMAIL PROTECTED]'section']).click(function(){ $(this).css('background', this.checked ? 'red' : ''); }) }); Here's what i came up with, but it doesn't work. $(document).ready(function() { $([EMAIL

[jQuery] Re: encodeURIComponent localized for custom encoding

2007-06-21 Thread Ⓙⓐⓚⓔ
do a diff -u between the 2 versions is there anything more than a slight change in param: ? On 6/21/07, oscar esp [EMAIL PROTECTED] wrote: I have some issues with jquery . When I use the jquery from your branch I get some error in code that works fine with official 1.2 version. I have

[jQuery] Re: Table cell navigation

2007-06-21 Thread Brad Perkins
Rob, That is an excellent suggestion. I didn't give actual source in the example, but it turns out that each of the selects and inputs have unique numbered name attributes already, e.g., name=serial-304. The numeric part correspond to keys in the db backend. So I can either add a redundant id

[jQuery] Re: Radio button

2007-06-21 Thread Klaus Hartl
Mike Alsup wrote: This should work: $(document).ready(function() { $([EMAIL PROTECTED]'section']).click(function(){ $(this).css('background', this.checked ? 'red' : ''); }) }); On top of that I'd like to suggest a better separation of the presentational aspect. It's the

[jQuery] Re: Could anyone send me a copy of Catfish Advert Plugin 1.3.

2007-06-21 Thread Karl Swedberg
I emailed Logan off-list with a couple suggestions for how he could contact the plugin author. Michael, I'd be happy to host the plugin on learningjquery.com somewhere if you send me a copy. Of course, I'm not agreeing to maintain the plugin or provide support. ;) --Karl

[jQuery] Re: Radio button

2007-06-21 Thread rayfidelity
Thanks but it doesn't work. On Jun 21, 6:39 pm, Mike Alsup [EMAIL PROTECTED] wrote: This should work: $(document).ready(function() { $([EMAIL PROTECTED]'section']).click(function(){ $(this).css('background', this.checked ? 'red' : ''); }) }); Here's what i came up with,

[jQuery] Re: Radio button

2007-06-21 Thread rayfidelity
Klaus thanks it works! Since you made a great suggestion, here's the thing it's like this ul liinput type=radio name=section value=bla bla/li liinput type=radio name=section value=bla bla 2/li /ul i'd actually like to change the background of the list item, so how do i append

[jQuery] Re: Radio button

2007-06-21 Thread Chris W. Parker
On Thursday, June 21, 2007 9:48 AM Klaus Hartl said: $(document).ready(function() { $([EMAIL PROTECTED]'section']).click(function(){ $(this)[this.checked ? 'addClass' : 'removeClass']('checked'); }); }); What kind of syntax is that third line? (I don't mean the ternary operator.)

[jQuery] Re: Radio button

2007-06-21 Thread Klaus Hartl
rayfidelity wrote: Thanks but it doesn't work. On Jun 21, 6:39 pm, Mike Alsup [EMAIL PROTECTED] wrote: This should work: $(document).ready(function() { $([EMAIL PROTECTED]'section']).click(function(){ $(this).css('background', this.checked ? 'red' : ''); }) }); Here's what

[jQuery] Re: Radio button

2007-06-21 Thread Klaus Hartl
rayfidelity wrote: Klaus thanks it works! Since you made a great suggestion, here's the thing it's like this ul liinput type=radio name=section value=bla bla/li liinput type=radio name=section value=bla bla 2/li /ul i'd actually like to change the background of the list item,

[jQuery] Re: Radio button

2007-06-21 Thread Klaus Hartl
Chris W. Parker wrote: On Thursday, June 21, 2007 9:48 AM Klaus Hartl said: $(document).ready(function() { $([EMAIL PROTECTED]'section']).click(function(){ $(this)[this.checked ? 'addClass' : 'removeClass']('checked'); }); }); What kind of syntax is that third line? (I don't mean the

[jQuery] Re: Radio button

2007-06-21 Thread Jörn Zaefferer
Chris W. Parker wrote: On Thursday, June 21, 2007 9:48 AM Klaus Hartl said: $(document).ready(function() { $([EMAIL PROTECTED]'section']).click(function(){ $(this)[this.checked ? 'addClass' : 'removeClass']('checked'); }); }); What kind of syntax is that third line? (I don't mean

[jQuery] Re: Radio button

2007-06-21 Thread rayfidelity
Hmm the removeclass part doesn't seem to work, when i click on the other radio button the previous stays red... On Jun 21, 7:27 pm, Klaus Hartl [EMAIL PROTECTED] wrote: rayfidelity wrote: Klaus thanks it works! Since you made a great suggestion, here's the thing it's like this ul

[jQuery] Re: Radio button

2007-06-21 Thread rayfidelity
Thanks Klaus! I owe you a beer ;) On Jun 21, 7:27 pm, Klaus Hartl [EMAIL PROTECTED] wrote: rayfidelity wrote: Klaus thanks it works! Since you made a great suggestion, here's the thing it's like this ul liinput type=radio name=section value=bla bla/li liinput

[jQuery] Re: Radio button

2007-06-21 Thread Klaus Hartl
rayfidelity wrote: Hmm the removeclass part doesn't seem to work, when i click on the other radio button the previous stays red... On Jun 21, 7:27 pm, Klaus Hartl [EMAIL PROTECTED] wrote: rayfidelity wrote: Klaus thanks it works! Since you made a great suggestion, here's the thing it's like

[jQuery] Slide-in/out: Toggle right panel example?

2007-06-21 Thread Pete
It seemed like forever when I was searching for anything jQuery, I kept coming up with a very nice example where a form button would toggle a dark gray panel to slide in from the right and then slide out on toggle. The panel takes up 100% of the page. I can't seem to find it now that I would

[jQuery] Re: Could anyone send me a copy of Catfish Advert Plugin 1.3.

2007-06-21 Thread Su
The plugin works(or worked) fine. I've used it. But there's been at least one release of jQuery since then, which might've introduced an incompatibility. On 6/21/07, Logan Cai [EMAIL PROTECTED] wrote: thanks Michael, I got it, but it has javascript errors when running it with FF IE7.0 so I

[jQuery] Re: Radio button

2007-06-21 Thread rayfidelity
Nope. Eh too much. I'll stick to marking just the radio button. I've already taken too much of your time. Thank you very much! On Jun 21, 7:53 pm, Klaus Hartl [EMAIL PROTECTED] wrote: rayfidelity wrote: Hmm the removeclass part doesn't seem to work, when i click on the other radio button

[jQuery] Re: Ajax call - lost event handlers

2007-06-21 Thread Karl Swedberg
This issue comes up repeatedly, and I keep posting this link: http://docs.jquery.com/Tutorials:AJAX_and_Events If you read it all the way through, I think you'll get a good understanding of event binding and a few ways to bind events at the right time. Also, a quick search in this

[jQuery] Re: Validation Element ID differ from Element name

2007-06-21 Thread Jörn Zaefferer
Terak wrote: I'm using cakephp framework and I'm running into problem if the element name if different from the element ID. Currently the form is getting submitted w/o being validated, but if I change the textarea name to contact_description then it will validate it. Also I would like to make

[jQuery] BlockUI - changing messages in a dialog

2007-06-21 Thread rolfsf
I'm using the blockUI plugin to block a div, and display a small confirmation dialog, which is based on a hidden div (#question) on the page. That all works. If the user confirms the action by clicking a button, I want to display a second div with a data loading sort of message loading gif

[jQuery] problem using jquery.flash plugin in my plugin

2007-06-21 Thread Alexandre Plennevaux
Hello! i'm trying to switch the dependency of my plugin to a proper jquery plugin dedicated to flash embedding instead of swfobject. Yet i cannot seem to make it work: no error thrown but the element is not replaced by the flash file. here is the schematics of what i do:

[jQuery] Re: BlockUI - changing messages in a dialog

2007-06-21 Thread Mike Alsup
rolfsf, You need to take the same approach with the 2nd message as you did with the first - cache it: var question = $('#question')[0]; var wait = $('#wait')[0]; Then in your yes handler do this: $('#myDiv').unblock().block(wait, {width: '275px'}); But if you're just displaying a simple

[jQuery] Re: BlockUI - changing messages in a dialog

2007-06-21 Thread rolfsf
Cool - thanks Mike. I guess I don't understand the purpose of the cacheing in this case (my javascript knowledge is limited). When I've got my proof-of-concept working correctly and pass it on to the engineers to implement, I'll know better whether the div or the simple static message works

[jQuery] Re: Release: Validation plugin 1.1

2007-06-21 Thread Chris W. Parker
On Thursday, June 21, 2007 12:04 PM Jörn Zaefferer said: Hooray! Version 1.1 of the validation plugin ( http://bassistance.de/jquery-plugins/jquery-plugin-validation/ ) brings, along a few bufixes, sophisticated validation on blur, keyup and click events. They are designed to help the user

[jQuery] Re: Release: Validation plugin 1.1

2007-06-21 Thread Jörn Zaefferer
How will that work? Are you going to write the library yourself? Will it be language independent? If not, what language? Basically the plugin will provide the necessary protocol for client-server communication and display messages accordingly. The acutal validation is then done on the

[jQuery] Re: BlockUI - changing messages in a dialog

2007-06-21 Thread Mike Alsup
rolfsf, The purpose of the caching is because when you invoke unblock() or unblockUI the blocking elements are removed from the DOM. That means you can't find them again with a jQuery selector, so they need to be cached or they won't be reusable. The difference between using an existing DOM

[jQuery] Re: problem using jquery.flash plugin in my plugin

2007-06-21 Thread Alexandre Plennevaux
i even tried removing everything in my plugin, still no go. Yet, just calling it in the main $(document).ready loop works. It seems the plugin does not accept to be wrapped by another function, is this possible? _ From: jquery-en@googlegroups.com [mailto:[EMAIL PROTECTED] On Behalf Of

[jQuery] jquick speed

2007-06-21 Thread Jack Killpatrick
Earlier today I converted some string concat js stuff (for creating HTML) to use the jquick plugin instead: http://jquick.sullof.com/jquick/ Things now seem noticably slower, but I also changed a bunch of other stuff in the code I'm working on. I haven't dug in deeper to see where the

[jQuery] Re: jquick speed

2007-06-21 Thread Rey Bango
Hi Jack, I've never used it but my suggestion is to take a small section of your code that is noticeably slower, create a test file, drop the slow code in there. Then create a second file and use straight jQuery core functions or DOM code to do the same thing. Leverage FireBug's profiler

[jQuery] Re: jEdible in place editor plugin

2007-06-21 Thread Erik Beeson
The official site has quite a few examples: http://www.appelsiini.net/~tuupola/jquery/jeditable/ What problems are you having? Note that if your quantity variable is blank, the containing div won't have any height and you won't be able to trigger the editing. --Erik On 6/21/07, cfdvlpr [EMAIL

[jQuery] Re: jEdible in place editor plugin

2007-06-21 Thread Josh Nathanson
I'm using it, also in conjunction with ColdFusion, with good success...nothing jumps out of your code...what exactly is the doing something funny that you reference? -- Josh - Original Message - From: cfdvlpr [EMAIL PROTECTED] To: jQuery (English) jquery-en@googlegroups.com Sent:

[jQuery] Thickbox, JQuery and editInPlace

2007-06-21 Thread Angelo Zanetti
hi all, i have used jQuery with thickbox and editInPlace (http://15daysofjquery.com/edit-in-place-with-ajax-using-jquery-javascript-library/15/) successfully in Firefox. However doesnt seem to work at all in IE. Basically its meant to work like if there is a section of text, click on it and

[jQuery] Re: Ajax call - lost event handlers

2007-06-21 Thread AJ
Bind the change event again in the Ajax callback, like this: Klaus, I ended up using a modified version of your suggestion and it worked great. Thanks! AJ

[jQuery] Toggle not working correctly

2007-06-21 Thread Farkit
Hi, On a click event I want to slideToggle and show and alert for open and close states. But the alert shows different behavior in IE FireFox; neither in correct order. HTML: div class=showBlock a href=# class=showTitleThe Office/a div class=showDescriptionThe

[jQuery] Re: slideToggling a dd in firefox

2007-06-21 Thread DXCJames
For some reason the heiarchy for firefox is different from IE and Safari... wierd I changed a few things around to this for the function $(dl).find(dl).click(function(){ if($.browser.mozilla)

[jQuery] Re: jEdible in place editor plugin

2007-06-21 Thread Josh Nathanson
There is probably a CF error happening. If this happens, the ajax post does not complete. If you have firebug, you can check the ajax response to see what the CF error is. -- Josh - Original Message - From: cfdvlpr [EMAIL PROTECTED] To: jQuery (English)