[jQuery] Re: Prev and Next problem

2007-09-15 Thread Jan Sorgalla
Hi, that happens due to a bug in jQuery 1.2. You either have to wait for 1.2.1 (which is scheduled for this weekend) or use the older version delivered with jCarousel. debussy007 wrote: Hello, I have a problem to make this plugin running correctly for my web site. I have been trying

[jQuery] Re: Prev and Next problem

2007-09-15 Thread debussy007
Thank you for your reply Jan! So I was getting headache for nothing :-) Anyway I seem to have some undesired effects with older jquery, I'll wait 1.2.1 though and will be back on this subject. Jan Sorgalla wrote: Hi, that happens due to a bug in jQuery 1.2. You either have to wait for

[jQuery] Re: filter(fn)

2007-09-15 Thread Wizzud
Umm... there seems to be a slight misunderstanding here. In your first example (the commented-out one) the methods you are using will not affect the DOM in any way, shape or form. The filter() method simplify restricts the current element selection to those that match the specified criteria. In

[jQuery] Re: Superfish Question (v1.3.1)

2007-09-15 Thread Joel Birch
Hi again, So here's what happened. Between jQuery versions 1.1.2 and 1.1.3 the animation engine was completely rewritten. Some of the behaviour that Superfish was built upon was changed, such that show(), fadeIn() and similar custom animations would no longer work unless the item was first

[jQuery] Re: New plugin - Linked Selects

2007-09-15 Thread Joel Birch
Hi Rob, Congrats on the release of your first plugin - and what a hugely useful plugin it is! You are too kind for crediting me for what very little help I gave you, but cheers! I'm going to have a good look at your code when I get chance, and will send you any feedback I may have. Stay well

[jQuery] Re: newbie question

2007-09-15 Thread Wizzud
Your php program simply 'echo's its data. That data can be HTML, XML, JSON, etc, but whatever it is the $.ajax call needs to be aware of the type of data expected to be returned (dataType), and it can then inspect the returned data in its success handler and, if necessary, act on it. Example

[jQuery] Re: New plugin - Linked Selects

2007-09-15 Thread David
Great plugin but i noticed when you select a new state the city select remains. Is it possible to remove the value of children selects? -- David Rob D schreef: Hi, Sometime ago I built my first plugin called linkedSelects and I would finally like to announce it to the list. You can see

[jQuery] Re: New plugin - Linked Selects

2007-09-15 Thread David
Please put in arhive full code(database) David. Rob D wrote: Hi, Sometime ago I built my first plugin called linkedSelects and I would finally like to announce it to the list. You can see it in action and download the code here: http://www.msxhost.com/jquery/linked-selects/json/ I

[jQuery] Re: Bug in slide up/down? Contents of target hide as well, but don't show also.

2007-09-15 Thread Richard D. Worth
Do you have some sample code? Does this happen in more than one browser? - Richard On 9/14/07, Andy Matthews [EMAIL PROTECTED] wrote: I'm using slide up/down on a div which contains a table. When I slide the div up it works just fine. When I slide it down it works fine as well, until the

[jQuery] Disable the Firefox Error Console

2007-09-15 Thread quayfee
Hi All, I'm finding that the error console pops up on every .load() call, even if there are no errors. While it's fine and very helpful for development, I would like to be able to turn it off as the last stage before putting the app into a production environment. Can anyone tell me how i can

[jQuery] Re: Superfish Question (v1.3.1)

2007-09-15 Thread Karl Swedberg
Hey Joel, That was a great post. I think you've done a great service to the community in revealing some of the process involved in keeping your plugin up to date and improving it. Thanks. Your commitment to making Superfish an excellent, solid plugin is much appreciated. I'm by no means

[jQuery] Re: New plugin - Linked Selects

2007-09-15 Thread Web Specialist
Great job Rob. Clear and simple. Really nice your technique: (function(){ $('#country').linkedSelect('select.php?search=country','#state',{firstOption: 'Please Select A State'}); $('#state').linkedSelect('select.php?search=state','#city',{firstOption: 'Please Select A City', loadingText: 'Loading

[jQuery] Re: WYMeditor 0.4 released

2007-09-15 Thread Stosh
Very nice work. I've enjoyed watching this project mature. Once Safari support is added I'll be able to use it a little more widespread, right my now too many of my users are running Safari to make it practical. Keep up the good work, I look forward to following your progress! Pax. On Sep

[jQuery] Re: Stripping query string from URI?

2007-09-15 Thread Brandon Aaron
Looks like Jon already fixed it. -- Brandon Aaron On 9/14/07, Stosh [EMAIL PROTECTED] wrote: There's a ticket opened for this: http://dev.jquery.com/ticket/1579 But does anyone know the rationale here? Is there any chance we can get this fixed in 1.2.1? I like the concept, but there

[jQuery] Re: Disable the Firefox Error Console

2007-09-15 Thread Erik Beeson
jQuery doesn't do anything in particular to trigger such a thing. Maybe it's something in a firefox extension that you have? --Erik On 9/15/07, quayfee [EMAIL PROTECTED] wrote: Hi All, I'm finding that the error console pops up on every .load() call, even if there are no errors. While

[jQuery] Re: OT: Hosting Service

2007-09-15 Thread Tane Piper
I just set up my hosting with vpslink.com. It's a fully managed Linux hosting, with several different types of OS for you to choose from. Full root access to install all the apps you need, fast, good uptime, good price for what you get (Link 3 is the minimum needed for LAMP and it's $29.95 a

[jQuery] Does jquery1.2 support easing plugin 1.1.1

2007-09-15 Thread joomlafreak
I use easing plugin in many places but it seems the version 1.2 of jQuery does not support this plugin. Does anybody know how to get around this. thanks JoomlaProdigy

[jQuery] Re: Disable the Firefox Error Console

2007-09-15 Thread quayfee
Hi Erik, Having done some more detailed checking i've narrowed it down to one function rather than the .load() method. I haven't been able to narrow it down further yet, but should be able to sort it. Thanks for comign back to me. Cheers Keith -- View this message in context:

[jQuery] Re: Does jquery1.2 support easing plugin 1.1.1

2007-09-15 Thread John Resig
How so? It works great for me - I've used it in all of my tests, for example: http://dev.jquery.com/~john/ticket/fx-rewrite2/ --John On 9/15/07, joomlafreak [EMAIL PROTECTED] wrote: I use easing plugin in many places but it seems the version 1.2 of jQuery does not support this plugin. Does

[jQuery] Re: Does jquery1.2 support easing plugin 1.1.1

2007-09-15 Thread joomlafreak
First of all let me thank you for the quick reply. Let me provide you a link. http://feed.joomlaprodigy.com works in present state with 1.1.12 http://www.joomlaprodigy.com/feed/modules/mod_newsscrollerjp/js/jquery.innerfade.js This is innerfade plugin where I am using easing effect and it was

[jQuery] jQuery 1.2 and jdMenu Problem

2007-09-15 Thread Allan Mullan
Hey all, I've just upgraded to 1.2 and all seems to be ok except when using jdMenu. Whenever I load a page using it I get the following in Firebug: $(ul.jd_menu).jdMenu is not a function (no name)() e() e() e([function()], function(), undefined) e() $('ul.jd_menu').jdMenu(); Does

[jQuery] Can anyone suggest a jQuery way of improving this UI? Screenshot included.

2007-09-15 Thread Steve Finkelstein
Hi all, So I created a portion of a project which users are having quite a bit of difficulty working with. If you take a look at the following screen shot, it'll give you the general gist of the particular page: http://catalyst.httpd.org/tmp/photos.png Here, users can order their pictures by

[jQuery] Re: newbie question

2007-09-15 Thread Wizzud
I really think you should read through the examples given under the ajax() documentation, and the tutorials available on Ajax (and possibly some of the others too) - look for Tutorials on the jQuery website Documentation page. The ajax() examples show you what needs to go in your calling

[jQuery] Re: Can anyone suggest a jQuery way of improving this UI? Screenshot included.

2007-09-15 Thread Erik Beeson
I think sortables are ideal for ordering situations. If nothing else, I suggest replacing your Position text box with a select box, and that delete checkbox with a delete button. I'd rather the checkboxes be on the left side of the labels. I know that breaks the label: control layout, but it

[jQuery] Re: Can anyone suggest a jQuery way of improving this UI? Screenshot included.

2007-09-15 Thread Rick Faircloth
Hi, Steve... I haven't used the plug-in yet, but I know there's one for dragging rows in a table (I think) and re-ordering them. Perhaps that would be of use to you. Sorry I can't think of the name of it. Perhaps you could browse the jQuery site and pick it up. I just wanted to let you know

[jQuery] jQuery camp: any closer to a location decision?

2007-09-15 Thread Su
Or at any rate, something a little narrower than two possible cities? *grin* I want to try and get myself to this, but need to do figure out logistics a bit as a car rental is probably out of the question.

[jQuery] Re: jQuery camp: any closer to a location decision?

2007-09-15 Thread John Resig
It's very likely that this will be taking place at Harvard University, thus, it'll be on any number of bus and subway lines, making for easy transportation. --John On 9/15/07, Su [EMAIL PROTECTED] wrote: Or at any rate, something a little narrower than two possible cities? *grin* I want to

[jQuery] Re: Can anyone suggest a jQuery way of improving this UI? Screenshot included.

2007-09-15 Thread Glen Lipka
My suggestions: 1. Priority should be handled with a drag/drop vertical table. The gold standard on this action is netflix's queue. It works awesome. I believe Yahoo has a design pattern for this as well. You could also do a slightly different UI with draggable sorting, but not a

[jQuery] Re: New plugin - Linked Selects

2007-09-15 Thread Rob D
Hi, Thank you to everyone for the positive feedback, its much appreciated. @ David Is it possible to remove the value of children selects? Great suggestion, I will look into this when time permits. Please put in arhive full code(database) I have updated the archive to include the database

[jQuery] finding the parent style

2007-09-15 Thread Pops
I have a master-detail display with an iframe to display the detail. The iframe URL is autonomous in that it was originally designed to be displayed in its own page and hence it has its own style sheet. What I would to do is automatically change the style sheet (colors mostly) of the iframe

[jQuery] Re: jQuery camp: any closer to a location decision?

2007-09-15 Thread Su
Good enough! Thanks. On 9/15/07, John Resig [EMAIL PROTECTED] wrote: It's very likely that this will be taking place at Harvard University, thus, it'll be on any number of bus and subway lines, making for easy transportation. --John On 9/15/07, Su [EMAIL PROTECTED] wrote: Or at any

[jQuery] Re: finding the parent style

2007-09-15 Thread Michael Geary
From: Erik Beeson Oh, just read your message again. I'd say make your widget page fix itself. I'm not sure how cross platform this is, but cursory testing indicates that you can do: if(window.parent == window) { // standalone page } else { // in iframe } Yeah, that is the

[jQuery] Problems with firefox performance?

2007-09-15 Thread josko
Hey guys. My job is to make the interface of a new browser-based game. (No, i'm not some 14 year old trying to make habbo ;)). The game includes JQuery + SWFObject at each page, since they're both used. Then, it uses a common script, approximately 500 rules, for some common things. Then, the

[jQuery] Please help: How to simulate a Tab key press with jQuery

2007-09-15 Thread Mark
Hi, I have a very large and complex form, and I am using some autocomplete components, and I need when user selects one item in the autocomplete option list, focus automatically go to the next component, like pressing the tab key. So, I am trying to simulate a tab key press on a component, with

[jQuery] Re: Changes to $(selector).append

2007-09-15 Thread Bob Buffone
I did some more debugging and the changes seems to have happened between 1.1.2 and 1.1.3. The error is only with IE. The following file works it uses 1.1.2. http://incubator.apache.org/xap/docs/xmodify/content/prototype-index.html The file that doesn't work uses 1.1.3

[jQuery] Browser compatibility

2007-09-15 Thread malebrok
This code works in firefox but not in ie (6.0) : div class=bookDiv div class=theHover onmouseover=$ (this).parent().find('.bookCoverTxt').fadeIn('medium')/div img src=img border=0 class=bookCover / div class=bookCoverTxt strongblabla/strong /div /div the hover div

[jQuery] Re: help with interface ondrop function

2007-09-15 Thread Asenov
I too have a problem with Interface with Highlight effect.

[jQuery] Re: bassistance validition plugin the form plugin

2007-09-15 Thread skatta
this is da fix ... whoo hoo ... i think i'll go and get smashed now!! :) $(#sendCoMailForm).validate({ submitHandler: function(form) {

[jQuery] Re: Changes to $(selector).append

2007-09-15 Thread Bob Buffone
I forgot to tell you what button to press. It's the Fill Table button that shows the difference between the two version. On Sep 13, 1:00 am, John Resig [EMAIL PROTECTED] wrote: Nothing in that area was changed in 1.2. Do you have some more information - possibly a demo? --John On 9/12/07,

[jQuery] Going to a particular element (or emulating anchor in javascript)

2007-09-15 Thread Fabien Schwob
Hello, I would like to develop a next item in jQuery but I can't find how to develop it. I have found how to get the offset of an element (with .offset()), but I can't find how to go to this offset. For example the html is : div id=items div class=item /div div class=item /div

[jQuery] Re: newbie question

2007-09-15 Thread 胡争辉
if php's version great than 5.2.0, you may use json_encode function. 2007/9/15, Wizzud [EMAIL PROTECTED]: Example (very simple!): /* * AjaxHandler.php */ ?php $myName = $_SERVER['PHP_SELF']; echo div id='ajaxOne'Hello World, from $myName/div; ? -- http://www.goumin.com/ QQ: 443089607

[jQuery] Re: grabbing event.target using it load - no longer works for me in 1.1.4+

2007-09-15 Thread skatta
Thanks much Brandon! On Sep 14, 11:05 am, Brandon Aaron [EMAIL PROTECTED] wrote: I think you want to get the event.target.href. You are passing the whole element which is an A tag. Which its toString() method reports the href value and is why the +event.target works. var resultlink =

[jQuery] Selecting text of an object (in this case a span) onclick.

2007-09-15 Thread Heath
Nothing gets selected. The correct text is logged to the console in FireBug. I don't think this is a jquery problem, but not sure how to figure this out. Thanks in advance for any help. Code below: html head titleTesting Text Selection/title script type=text/javascript

[jQuery] Re: Disable the Firefox Error Console

2007-09-15 Thread 胡争辉
What is the code ? 2007/9/15, quayfee [EMAIL PROTECTED]: Hi All, I'm finding that the error console pops up on every .load() call, even if there are no errors. While it's fine and very helpful for development, I would like to be able to turn it off as the last stage before putting the

[jQuery] Re: bassistance validition plugin the form plugin

2007-09-15 Thread skatta
Anyone? On Sep 14, 10:09 am, skatta [EMAIL PROTECTED] wrote: Hi all, I'm stumped on this. I use Ajax to load a form into the DOM. I use the FORM plugin to handle the form and the Validation plugin to validate it. If I load the form, fill out everything completely and click submit, it

[jQuery] Input type

2007-09-15 Thread erveloso
Hi, How do I detect an input type? Something like: if ($('#birth_date').type() == 'text'){ // do something } Thanks, Emilio

[jQuery] Firefox and performance? Opera and.. queuing?

2007-09-15 Thread josko
Hey guys, I am developing a rather large (from my point of view) interface, currently standing with 4300 rules of javascript (included a stripped jquery (1900) and swfobject + some plugins (interface iutil, ifx and idrag)), and each 15 seconds a JSON object with 4kb of plain text. Well, what's

[jQuery] FadeIn

2007-09-15 Thread BooZker
I want something so simple, but I do not know how to do it. All I want is when the page loads to fade in slowly my logo on the page then the navigation. I just want it to fade in once the page is done loading. How do i do this?

[jQuery] Plugin documentation dependency tool

2007-09-15 Thread [EMAIL PROTECTED]
Hi all, I've written a command-line documentation dependency tool for jQuery plugins: http://code.diffle.com/jqdoc/ I did it mostly to solve a few pressing problems I had. Among the things this is useful for: * Getting a full transitive dependency list of a plugin * Packaging together

[jQuery] Re: filter(fn)

2007-09-15 Thread Pluthos
Wizzud, Thanks a million. I was under the false impression that filter also included the remove function. It does not. Your example is excellent. It should be included in the documentation for the beginners like me, who go astray. Pluthos On Sep 15, 12:41 am, Wizzud [EMAIL PROTECTED] wrote:

[jQuery] Re: Downloading 1.2 minified, getting 46kb instead of 14kb ??!?

2007-09-15 Thread Joan Piedra
Yes, I agree with Karl. You can talk with your tech support and see if you have mod_deflate enabled, it's just too easy. You can check if your server supports it by using phpinfo() (if using php). Look for the http accept encoding statment, and you should see gzip or deflate, or both. Like this.

[jQuery] Re: help with interface ondrop function

2007-09-15 Thread 胡争辉
What operation do you want to define as changing the order? 2007/9/15, Giovanni Battista Lenoci [EMAIL PROTECTED]: Hi, I'm using this example to organize categories on a project: http://interface.eyecon.ro/demos/drag_drop_tree.html It works very fine, but I want to modify it to make also

[jQuery] Re: OT: Hosting Service

2007-09-15 Thread Sergei NZ
you can tru BigDaddy. Blue server is suposed to be good too. On Sep 15, 1:04 pm, Glen Lipka [EMAIL PROTECTED] wrote: I used to use Powweb, but the site was unbearably slow for me. Pings were 3x slower than anywhere else. So I switched to LunarPages. It has good speed, but the service fails

[jQuery] Re: Input type

2007-09-15 Thread Erik Beeson
Maybe: if($('#birth_date').attr('type') == 'text') { Or: if($('#birth_date')[0].type == 'text') { Or: if($('#birth_date').is(':text')) { Or if you just want to do something to birth_date if it is a certain type, then just: $('#birth_date:text').doSomething(); See here:

[jQuery] Re: Please help: How to simulate a Tab key press with jQuery

2007-09-15 Thread Erik Beeson
Can you not just focus the next field? Assuming your fields are all at the same level, just: $(/* current component */).next('input,select,textarea,button')[0].focus(); Does that makes sense? --Erik On 9/14/07, Mark [EMAIL PROTECTED] wrote: Hi, I have a very large and complex form, and I

[jQuery] Re: Browser compatibility

2007-09-15 Thread Erik Beeson
I'm unclear about what you expect to happen since it seems your theHover div is empty... But I suggest you don't define inline event handlers like that. Instead, add something like this to your HEAD tag: script type=text/javascript $(document).ready(function() {

[jQuery] Dynamic loading of PHP array into jCarousel?

2007-09-15 Thread Steve Finkelstein
Hi all, I'm a bit confused trying to understand sources on dynamic loading of images into a jCarousel object. The issue here is the JavaScript array is already populated by page load, and obviously I can't see how server-side data was used to populate it. I'm a bit novice when it comes to this,

[jQuery] Re: FadeIn

2007-09-15 Thread Erik Beeson
Maybe something like: $(window).load(function() { $('#myLogo').fadeIn('slow', function() { $('#navigation').fadeIn('slow'); }); }); That will fade in an element with id myLogo, then after it finishes fading in, it will fade in an element called navigation. See here:

[jQuery] Re: Bug in slide up/down? Contents of target hide as well, but don't show also.

2007-09-15 Thread Andy Matthews
Richard... It only happens in IE (7 at least, possibly 6 too). I just wrote some quick sample code to test and it doesn't do it. I'll have to post my complete code when I get to work on Monday. On Sep 15, 6:59 am, Richard D. Worth [EMAIL PROTECTED] wrote: Do you have some sample code? Does

[jQuery] Re: finding the parent style

2007-09-15 Thread Pops
On Sep 15, 10:17 pm, Erik Beeson [EMAIL PROTECTED] wrote: Oh, just read your message again. I'd say make your widget page fix itself. I'm not sure how cross platform this is, but cursory testing indicates that you can do: if(window.parent == window) { // standalone page } else {

[jQuery] Re: finding the parent style

2007-09-15 Thread Pops
Thanks Mike. I tried this but I think we need to get the computedStyle not sure if that is correct, but that seems to return something.I think I have it (close) but it comes back in rgb format which I need to convert, I think. Style exploring. :-) -- HLS On Sep 15, 10:45 pm, Michael

[jQuery] Re: finding the parent style

2007-09-15 Thread Pops
As a follow up about the rgb format. The returned rgb(x,x,x) color is used by .css(). In this case, I am seeing rgb(255,255,255) which of course is white. The page is black, so it must be coming from a div wrapper or something. So I guess I need to start with the iFrame because it may have a

[jQuery] Re: Please help: How to simulate a Tab key press with jQuery

2007-09-15 Thread Richard D. Worth
Try these three DOM methods in concert: http://developer.mozilla.org/en/docs/DOM:document.createEvent http://developer.mozilla.org/en/docs/DOM:event.initKeyEvent http://developer.mozilla.org/en/docs/DOM:element.dispatchEvent If you're able to get it to work, the event that gets generated and