[jQuery] Re: jQuery style guide?

2008-04-20 Thread [EMAIL PROTECTED]
elementary to you ;) Cherry. On Apr 20, 7:20 pm, Scott González [EMAIL PROTECTED] wrote: Your problem actually has nothing to do with JavaScript; it is purely CSS. http://www.w3.org/TR/REC-CSS2/selector.html On Apr 19, 10:38 pm, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote: As anyone who's

[jQuery] Re: Postal Code Validation

2008-04-20 Thread [EMAIL PROTECTED]
have forgotten how - but they work. Done for PHP - is javascript regex different? On Apr 20, 8:47 pm, Ian [EMAIL PROTECTED] wrote: I've noticed a lot of requests for Postal Code validation. I don't know if anyone posted one, but here is an addon method I wrote for Canadian postal codes

[jQuery] Re: jQuery style guide?

2008-04-20 Thread [EMAIL PROTECTED]
Karl, you're a great teachr and I diligently work through your tutorials wherever I find them! Thanks for the links :)) On Apr 21, 4:22 am, Karl Swedberg [EMAIL PROTECTED] wrote: Hi Cherry, When Jonathan Chaffer and I wrote our books on jQuery, we put together a number of pages to exemplify

[jQuery] Jquery and Ext Menubar

2008-04-19 Thread [EMAIL PROTECTED]
I would like to use the Ext menubar with jquery and have jquery build the menu based on the unordered list contained within the menubar DIV. I am not familiar enough with either Ext OR JQuery to accomplish this. I have the JQuery and Ext properly configured as I can use this combination to

[jQuery] Re: Strange jQuery behavior in IE (67)

2008-04-19 Thread [EMAIL PROTECTED]
Hello Dmitry, I can't answer you - I know little about jQuery 'Ajax' - but wanted to thank you for reducing your question to fewer than 23 posts [grin]! Hope you now get the reply you're hoping for. Cheers, Cherry. On Apr 18, 5:25 am, Dmitry Bykadorov [EMAIL PROTECTED] wrote: Here is my code

[jQuery] Traversing AJAX Response?

2008-04-19 Thread [EMAIL PROTECTED]
Is it possible to parse the HTML of an AJAX response and grab only a certain piece of the response to be displayed by the caller? Specifically, I'm trying to modify a page so that when I hover over a certain set of links, a pop-up window is displayed with the link's target in the pop-up. The

[jQuery] Re: Can jQuery do this?

2008-04-19 Thread [EMAIL PROTECTED]
On Apr 19, 8:11 pm, sutra [EMAIL PROTECTED] wrote: Tried Flex when it was still in Beta, didn't like it. It was too heavy for my taste. Me, too! Thanks for saying that, sutra ... it sometimes feels like criticism is worse than blasphemy ;) @ QuadCom: 2007 estimates (UK, it might be different

[jQuery] Re: jQuery style guide?

2008-04-19 Thread [EMAIL PROTECTED]
Rudd [EMAIL PROTECTED] wrote: It'd probably be a good idea to brush up on CSS selectors as that's how jQuery does it's selecting: http://www.westciv.com/style_master/academy/css_tutorial/selectors/in... Karl Rudd On Sun, Apr 20, 2008 at 1:38 PM, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote

[jQuery] Re: jQuery style guide?

2008-04-19 Thread [EMAIL PROTECTED]
I stand corrected. Cheers, Karl. On Apr 20, 4:57 am, Karl Rudd [EMAIL PROTECTED] wrote: It'd probably be a good idea to brush up on CSS selectors as that's how jQuery does it's selecting: http://www.westciv.com/style_master/academy/css_tutorial/selectors/in... Karl Rudd On Sun, Apr 20

[jQuery] Re: What do you use?

2008-04-19 Thread [EMAIL PROTECTED]
PHP. I'd like to get on top of Python, but I'm currently having enough trouble with javascript ;) On Apr 18, 6:10 pm, cmvonner [EMAIL PROTECTED] wrote: CFML (ColdFusion/BlueDragon) with JSON.cfc for converting server-side data into JSON to pass to jQuery. Carl On Apr 16, 4:31 am, Chalkers

[jQuery] Re: Do I need Livequery?

2008-04-18 Thread [EMAIL PROTECTED]
that was clicked? Two good answers provided, both illustrating how to get a target out of the href attribute. @David: Thank you, that helped me understand what Ariel's solution was doing :)) Cherry. On Apr 17, 1:44 am, David McFarland [EMAIL PROTECTED] wrote: On Apr 16, 2008, at 5:25 PM, [EMAIL

[jQuery] Re: Can jQuery do this?

2008-04-18 Thread [EMAIL PROTECTED]
18, 1:02 am, sutra [EMAIL PROTECTED] wrote: In this site, at the left column, the Model Number, when you click on Select a Phone, the dropdown stay and you can hover through each phone model with viewable thumbnails. http://www.nokiausa.com/A4409001 thanks! sutra

[jQuery] [Tooltip] How to implement an fadeIn and fadeout?

2008-04-17 Thread [EMAIL PROTECTED]
Hi! I use the tooltip from here: http://bassistance.de/jquery-plugins/jquery-plugin-tooltip/ I use Jquery 1.2.3 and wish to know how to implement an fadeIn and fadeOut into it. I use this code: script type=text/javascript //![CDATA[ $(function() { $('.specials-title').tooltip({

[jQuery] Re: HOWTO: Nested hover

2008-04-16 Thread [EMAIL PROTECTED]
Hi, Weepy I was interested by your question so I had a go. It hasn't worked out quite as I expected, but it sort of does the job. Hope it's some help? http://vanilla-spa.homeholistics.com/sometest.html Cherry

[jQuery] Re: Do I need Livequery?

2008-04-16 Thread [EMAIL PROTECTED]
WOW, Ariel, thanks!!! I owe you an apology - I'd been reading up on your plugins ended up thinking LiveQuery was yours :o Apologies to Brandon A, too. I would never have figured out the solution below! Cheers :)) Cherry On Apr 17, 2:17 am, Ariel Flesler [EMAIL PROTECTED] wrote: Hi Cherry

[jQuery] choppy animate FF bug

2008-04-15 Thread [EMAIL PROTECTED]
does anyone know how to fix this choppy animate Firefox bug? Is this normal jquery animate behavior? In safari it looks very smooth. (be sure to hover over the 3 images from left to right, you will notice it jumping from time to time) http://mindimpulse.com/choppy/

[jQuery] Re: Hover Problems

2008-04-15 Thread [EMAIL PROTECTED]
div class='item' div class='img_cont' div class='item_info'264 VIEWS/div img tag is in here /div /div

[jQuery] json - push or serialize DOM data (id,name,class,...)

2008-04-15 Thread [EMAIL PROTECTED]
I'm having a hard time serializing my DOM, serializeArray seems to just store :input value attributes, I'm trying to push other attributes on a json variable, but I can't seem to find anything like php's array_push and such. James

[jQuery] Re: jEditable issue in Firefox 2.0.0.13

2008-04-15 Thread [EMAIL PROTECTED]
Hi Mika, Did you have any thoughts on what might be caugsing the conflict? Regards, Steve On Apr 8, 8:43 pm, Mika Tuupola [EMAIL PROTECTED] wrote: On Apr 8, 2008, at 8:55 PM, [EMAIL PROTECTED] wrote: Thanks, but I think you missed the problem. 'Editable item' does work, but 'Editable

[jQuery] Re: jscrollpane horizontal

2008-04-15 Thread [EMAIL PROTECTED]
Hey, there's a jquery plugin here: http://plugins.jquery.com/project/jscrollhorizontalpane should do what you need cheers On Mar 13, 3:29 pm, Trend-King [EMAIL PROTECTED] wrote: is there a way to use jscrollpane (this exelent plugin) the horizontally way? please help me greet jens from

[jQuery] Expression for finding a displayed DIV?

2008-04-14 Thread [EMAIL PROTECTED]
Hi, I have a number of DIVS of class = policy on my page. At any one time, only one will be displayed, that is, have the CSS display attribute set to block. How can I write a JQuery expression to find the ID of such a DIV? Thanks, - Dave

[jQuery] Getting URL hash

2008-04-14 Thread [EMAIL PROTECTED]
Hi, Not sure if this is the right terminology, but what is the JQuery way to detect if, and then store in a variable, the URL's hash value, meaning anything coming after the #? Thanks, - Dave

[jQuery] get scrollTop of an iframe

2008-04-14 Thread [EMAIL PROTECTED]
I have an iframe in my page, and I need to get the scrollTop, or the amount the iframe is scrolled vertically, but the Dimensions plugin, and everything else I've found, just don't work. This script needs to be on my site, then when the iframe is scrolled I need to know how far it was scrolled.

[jQuery] Hover Problems

2008-04-13 Thread [EMAIL PROTECTED]
I am creating my first site with jquery. (Its my first time with javascript, and I love it) I have most of it ready, one thing I am completely stuck on. I have a bunch of images that when you hover over each one there should be a div appearing. Right now when I hover over any image the div

[jQuery] jquery library to smoothly swap out DIVs

2008-04-13 Thread [EMAIL PROTECTED]
Hi, I want to mimic functionality on this page ... http://www.gomow.com/service.shtml with the exception that when you click on a link in the center the middle section swaps out without the page reloading. It would be nice that upon clicking a link, a hash appears in the URL. Any ideas about

[jQuery] jCarousel problems in IE6 and 7

2008-04-09 Thread [EMAIL PROTECTED]
I'm using jCarousel to scroll a list of images (linked to pages) horizontally. It's a simple setup - the carousel is inside a div that has a background colour set in another stylesheet, the rest of the settings are not changed much from the default for horizontal carousels. In Firefox, everything

[jQuery] Re: jEditable issue in Firefox 2.0.0.13

2008-04-08 Thread [EMAIL PROTECTED]
Hi Mika, Here's a sample: http://www.rymix.co.uk/jquery/d15/inline.html It doesn't actually _do_ anything, but if you look at server activity you'll see that ok.php never gets called. It returns 'OK!' Regards, Steve On Apr 8, 11:06 am, Mika Tuupola [EMAIL PROTECTED] wrote: On Apr 7, 2008, at 9

[jQuery] Re: jEditable issue in Firefox 2.0.0.13

2008-04-08 Thread [EMAIL PROTECTED]
Thanks, but I think you missed the problem. 'Editable item' does work, but 'Editable tab 3' doesn't. The reason I included both a standard ul and tabs one controlled by UI in example was to prove there's nothing wrong with the editable() command (as they both have the class .tabEdit). Can you

[jQuery] Re: cycle plugin with image Array

2008-04-08 Thread [EMAIL PROTECTED]
like to get it working :) Thanks, Cherry On Apr 6, 1:49 am, Mike Alsup [EMAIL PROTECTED] wrote: I had the same issues, and am experimenting with various ways to delay and/or prevent un-needed image loading. I'll post back with any promising results and will be pleased if you'd

[jQuery] Re: question about compatibility with IE v6

2008-04-08 Thread [EMAIL PROTECTED]
v4 browsers! All aargh aside, each new jQuery release reduces the hassle. The javascript runs fine, and it's worth dredging up your old ie6 compliance rules for potentially stunning results :) Cheers, Cherry. On Apr 8, 5:43 pm, Willis [EMAIL PROTECTED] wrote: I am investigating using jQuery

[jQuery] Re: cycle plugin with image Array

2008-04-08 Thread [EMAIL PROTECTED]
You're right, it needed the newer Cycle. Thank you :) On Apr 8, 11:15 pm, Mike Alsup [EMAIL PROTECTED] wrote: I'm probably being really stupid - can't get this working! I keep getting error addSlideFn is not a function. Your page has no errors, so it's certainly my mistake :/ I just

[jQuery] Re: jEditable issue in Firefox 2.0.0.13

2008-04-07 Thread [EMAIL PROTECTED]
Do you have test page online? Just tested with 2.0.0.13 and did not encounter any problems. I don't have an online test. Our dev servers are locked away, and it's a royal pain moving this to a public server. However, I will build one if I can't get to the bottom of the problem. After removing

[jQuery] Re: jEditable issue in Firefox 2.0.0.13

2008-04-07 Thread [EMAIL PROTECTED]
Well, I still can't figure out what the problem is. The issue seems to be an incompatibility between jEditable and UI tabs. Here is an example: http://www.rymix.co.uk/jquery/d15/inline.html The standard unordered list at the top and the table beneath use the same jQuery/jEditable code, but only

[jQuery] Re: jEditable issue in Firefox 2.0.0.13

2008-04-07 Thread [EMAIL PROTECTED]
If anyone's trying to debug this, I have also tried running a function rather than loading ok.php. Even if that function contains only an alert (and a return - or even just a return) it doesn't get run in Firefox. HTH Steve

[jQuery] Re: Accordion: missing auto-close

2008-04-07 Thread [EMAIL PROTECTED]
Thank you, Jorn - I thought the UI docs had all been stashed in a secret hideaway! An accordion doesn't allow more then one content panel to be open at the same time Looks like I've accidentally achieved something clever ;) Cherry On Apr 7, 6:39 pm, Jörn Zaefferer [EMAIL PROTECTED] wrote

[jQuery] jquery plugin: dodo's picklist

2008-04-06 Thread [EMAIL PROTECTED]
Hello, I modified rob.desbois' jqmultiselects jQuery plugin to produce this http://pure-essence.net/stuff/webTips/dodosPicklist/index.html Hope it's useful for someone :)

[jQuery] Accordion: missing auto-close

2008-04-06 Thread [EMAIL PROTECTED]
In the menus here: http://vanilla-spa.homeholistics.com/treatments.htm , only the nested menu at the top auto-closes when you click another item. The main items remain open until you click them again. I don't think this is the default behaviour (I want only one item open at a time) but can't find

[jQuery] @ Mike Alsup: Cleartype fix

2008-04-05 Thread [EMAIL PROTECTED]
Thanks again for your help last night, Mike. Client's so happy with the result using Cycle, she's decided to go live before her new site is finished! ( http://homeholistics.com ) jQuery fade is ruining my beautiful work in ie7. I've tried the available Cleartype fixes, but they're not working -

[jQuery] Re: cycle plugin with image Array

2008-04-05 Thread [EMAIL PROTECTED]
I had the same issues, and am experimenting with various ways to delay and/or prevent un-needed image loading. I'll post back with any promising results and will be pleased if you'd do the same, tetris :) On Apr 5, 2:08 pm, Mike Alsup [EMAIL PROTECTED] wrote: is it possible to configure cycle

[jQuery] Re: @ Mike Alsup: Cleartype fix

2008-04-05 Thread [EMAIL PROTECTED]
Thank you!!! :) On Apr 5, 8:05 pm, Mike Alsup [EMAIL PROTECTED] wrote: Thanks again for your help last night, Mike. Client's so happy with the result using Cycle, she's decided to go live before her new site is finished! (http://homeholistics.com) jQuery fade is ruining my

[jQuery] Cycle - per slide settings

2008-04-04 Thread [EMAIL PROTECTED]
Hello, Is there a way in the jquery.cycle plugin to set settings for individual slides? For example - set a different transition or timeout for each slide. Thanks in advanced

[jQuery] Cycle plugin on menu - rendering problems

2008-04-04 Thread [EMAIL PROTECTED]
This is murdering me and I hope someone else can see what I'm doing wrong! http://homeholistics.com/PROPOSAL/vanilla_treatments.php There are supposed to be 7 images in the top menu bar - the middle 5 are Cycle slideshows. I can't get them to show up. Either ALL the images show, or nothing

[jQuery] Re: Cycle plugin on menu - rendering problems

2008-04-04 Thread [EMAIL PROTECTED]
Fixed it - one comma too many. And all this time I thought the problem was in my CSS! Apologies to anyone who tried to make sense of my increasingly- desperate code :/ [EMAIL PROTECTED] wrote: This is murdering me and I hope someone else can see what I'm doing wrong! http

[jQuery] jquery tabs bind to tabselect

2008-04-04 Thread [EMAIL PROTECTED]
Hello, I'm trying to incorporate jquery tabs to a project at work. I read in the documentation that you can bind to stages of the tab. I would like to bind to the tabselect stage i.e. $('.ui-tabs-nav').bind('tabsselect', function(event, ui) { ui.instance // internal widget instance

[jQuery] jEditable issue in Firefox 2.0.0.13

2008-04-04 Thread [EMAIL PROTECTED]
Hi all, I am building a really simple jEditable (plugin) implementation with the latest jQuery SVN. Trouble is I can't get it to work in Firefox 2.0.0.13. In this example in Firefox, no cal is being made to the php file (php/ tabsave.php). It's just not attempting to call it at all. IE7, 6 and

[jQuery] Re: Cycle plugin on menu - rendering problems

2008-04-04 Thread [EMAIL PROTECTED]
gratefully taken on board ... On Apr 4, 8:10 pm, Mike Alsup [EMAIL PROTECTED] wrote: Fixed it - one comma too many. And all this time I thought the problem was in my CSS! Apologies to anyone who tried to make sense of my increasingly- desperate code :/ Doesn't appear to be fixed in FF

[jQuery] Re: Cycle plugin on menu - rendering problems

2008-04-04 Thread [EMAIL PROTECTED]
: -1000 }); $('#three').cycle({ fx: 'fade', speed: 2500, delay: -2000 }); .. etc.. On Apr 4, 9:37 pm, Mike Alsup [EMAIL PROTECTED] wrote: No, I celebrated too soon - thanks for checking, Mike :) I had trouble getting

[jQuery] Re: Cycle plugin on menu - rendering problems

2008-04-04 Thread [EMAIL PROTECTED]
OMG, you're a genius! (OK, you knew that.) Only tried it in a live edit on FF so far, but the result's great! THANK YOU Will you marry me? ;) On Apr 4, 9:55 pm, Mike Alsup [EMAIL PROTECTED] wrote: Hi, Mike, are you still here? Your advice was good - but Cycle is still trying to show

[jQuery] Re: Cycle plugin on menu - rendering problems

2008-04-04 Thread [EMAIL PROTECTED]
grin :) On Apr 5, 4:00 am, Karl Swedberg [EMAIL PROTECTED] wrote: Wow! I think this counts as the first marriage proposal on the jQuery discussion list. --Karl _ Karl Swedbergwww.englishrules.comwww.learningjquery.com On Apr 4, 2008, at 5:10 PM, [EMAIL PROTECTED] wrote

[jQuery] Re: Re-invoking the jQuery config file dynamically

2008-04-03 Thread [EMAIL PROTECTED]
 pm, ajpiano [EMAIL PROTECTED] wrote: hmmm, my problem isn't that bound events aren't there after elements are ajaxed in - i understand that issue.  mine is like this: let's say i have the following - ul id='myid' li1/li li2/li /ul a id='clicker'clickMe

[jQuery] How do I write this jquery expression?

2008-04-03 Thread [EMAIL PROTECTED]
Hi, Within my TR of class rowData, how do I write a jquery onblur handler for every input field of type = text or every field that is a TEXTAREA? Thanks, - Dave

[jQuery] Re: Re-invoking the jQuery config file dynamically

2008-04-02 Thread [EMAIL PROTECTED]
the issue we're experiencing is that in some cases $ (obj).draggable() is fine, and then in other cases (like inside of the callback of .load()), $(obj).draggable() errors out, throwing not a function... --adam Well, sometimes, but Drake has described my main problem. I can make the

[jQuery] Re: Re-invoking the jQuery config file dynamically

2008-04-02 Thread [EMAIL PROTECTED]
Dude! That's exactly what I was looking for! And I actually understand your solution too, which is a huge bonus for me. Thanks for your time :) Steve On Apr 2, 3:05 pm, tlphipps [EMAIL PROTECTED] wrote: I think the following like may explain the problem you're experiencing (if I'm

[jQuery] rowspan behavior with ie

2008-04-02 Thread [EMAIL PROTECTED]
Hi the list, I was trying to change the rowspan on a table cell and notice that it was not working with ie. (I was doing something like $('...some cell).attr('rowspan',15);) It was working with other browser. Using debug bar I noticed that the computed cell html code was like this: td

[jQuery] Re: Re-invoking the jQuery config file dynamically

2008-04-01 Thread [EMAIL PROTECTED]
HA! I'll post the code up here soon so people can have a look. It seems to me like it would be a fairly common requirement though. Surely there's a way of re-calling the jQuery stuff after it's been initially called? Steve On Mar 31, 6:53 pm, ajpiano [EMAIL PROTECTED] wrote: STEVE I

[jQuery] Cycling through text

2008-04-01 Thread [EMAIL PROTECTED]
Hi, If you visit http://www.thejesusmachine.com/index.php, there is a section in the middle of the page where quotes disappear and new quotes appear in their place. You have to wait several seconds for each to cycle out. I don't know the right term for this effect, but how would I achieve

[jQuery] Re: Re-invoking the jQuery config file dynamically

2008-04-01 Thread [EMAIL PROTECTED]
Here's a demo. It's HEAVILY work-in-progress, so you'll find broken stuff all over the place. Please also excuse the speed of my extremely shoddy server. www.rymix.co.uk/jquery/d13 You can see the effect if you click 'customise this page' and then add a portlet. It will push the portlet into

[jQuery] Deep Extend edits all objects?

2008-03-31 Thread [EMAIL PROTECTED]
This is kind of long, so thank you so much if you read it all. I am building a plugin and running into a problem. Here goes: In my options, I am passing a nested object: $.aPlugin.defaults = { image: { url: myImage.gif, width: 20px,

[jQuery] Re: Deep Extend edits all objects?

2008-03-31 Thread [EMAIL PROTECTED]
I think I have found the problem: When I assign $.extend() to a variable, I don't actually expect $.extend() to alter my source data. I expect my variable to contain a copy of the source data with alterations made to it. Am I using the wrong syntax? I would like to assign the results of

[jQuery] Changing the click trigger inside itself is causing undesired results.

2008-03-31 Thread [EMAIL PROTECTED]
I have a button, when clicked this button invokes a function that changes the buttons html, and it's click. The problem is it somehow maintains the old trigger code. Before I put the click functions in their own functions (rather than just adding function(){} to the parameter) it would gain code

[jQuery] Changing the click trigger inside itself is causing undesired results.

2008-03-31 Thread [EMAIL PROTECTED]
I have a button, when clicked this button invokes a function that changes the buttons html, and it's click. The problem is it somehow maintains the old trigger code. Before I put the click functions in their own functions (rather than just adding function(){} to the parameter) it would gain code

[jQuery] Is their a way to wait for .animate to finish, before executing something?

2008-03-31 Thread [EMAIL PROTECTED]
code: $(#body).animate({height: 'hide'}, 'fast'); //hide the body, untill get returns... $.get(thehtml, {sid: Math.random()}, function(thepage){ $(#body) .html(thepage) //apply new content...

[jQuery] Small program works in FF but not in IE7

2008-03-30 Thread [EMAIL PROTECTED]
I'm building a HTML fragment using jQuery API but I can't get it content using the html() method: it works fine with FF, but returns null on IE7. As a side effect, the replaceWith() method does not work either on IE7: the replaced element just disappear from the DOM tree. Any idea ? !DOCTYPE

[jQuery] Need less generic code than $(form)[1].reset();

2008-03-30 Thread [EMAIL PROTECTED]
I have one form on my page, and it has an id, and is contained in a div with an id, however I tried calling the form with it's id then using reset() and it stopped working. All I'm asking for is a way to reset my form, rather than using a generic array with an arbitrary index. I need better

[jQuery] Register click event on dynamically generated a anchor tag

2008-03-28 Thread [EMAIL PROTECTED]
Hi All, Is there any way to bind events to dynamic html content. e.g I have a div tag and button div id=outerdiv style=z-index:1;/div button id=btnClick/button when the page loads. On click of button a registered event gets fired creating a anchor tag a in the div tag

[jQuery] Re: Effect: fadeOut fadeIn / opacity modifications don't work in my app

2008-03-28 Thread [EMAIL PROTECTED]
(slow) work fine, but slideDown(slow) en show(slow) dont work :-S Is this a bug? Regards, Giel On 3 mrt, 13:19, Jamie [EMAIL PROTECTED] wrote: I'm having the same problem in IE6.. On Mar 3, 5:26 am, Alexandre Plennevaux [EMAIL PROTECTED] wrote: hi friends, I just noticed the fadeIn

[jQuery] Superfish IE network issues

2008-03-28 Thread [EMAIL PROTECTED]
First off, I aplogize in advance that I can't link to the site where I'm having issues - it is a government intranet site. I will do my best to show all elements of the issue here. I'm using the superfish menu to show a dropdown - everything works fine in my LAN testing, but when I move things

[jQuery] Re: jQuery - GET results

2008-03-28 Thread [EMAIL PROTECTED]
Alternatively you can use. $.ajax({ url: letters.php, dataType: html, type: GET, error: function(){ alert('Error loading XML document'); }, success: function(data){ $('#my_div').append(data); } }); On Mar 28, 6:21 pm, Hodge, Steven [EMAIL PROTECTED

[jQuery] Re: jEditable and TinyMCE

2008-03-27 Thread [EMAIL PROTECTED]
i'm not good in JS, I will wait for markItUp! Mika Tuupola napisał(a): On Mar 25, 2008, at 11:11 AM, [EMAIL PROTECTED] wrote: I've got problem in using jEditable. I would like to use TinyMCE in text area showed by jEditable. Is it possible anyway? Yes. But you need to write custom input

[jQuery] Re: horizontal menu

2008-03-26 Thread [EMAIL PROTECTED]
I believe your are wanting slidingPanels... http://cherne.net/brian/resources/jquery.slidingPanels.html On Mar 25, 4:07 pm, Pofferbacco [EMAIL PROTECTED] wrote: Hello, is there a plugin to have an horizontal menu like thishttp://www.phatfusion.net/imagemenu/index.htm? Thank you, Luca

[jQuery] JSONP timestamp parameter (Answered)

2008-03-26 Thread [EMAIL PROTECTED]
I'm re-posting this message, which I originally posted to the Development list by my mistake, for those to find on a search for a similar problem. Answer included: --- I've written a Picasa Webalbum integration script that uses the JSONP calls for

[jQuery] jEditable and TinyMCE

2008-03-25 Thread [EMAIL PROTECTED]
Hello. I've got problem in using jEditable. I would like to use TinyMCE in text area showed by jEditable. Is it possible anyway?

[jQuery] submitting the form by pressing ENTER

2008-03-25 Thread [EMAIL PROTECTED]
Hi, I have a form form id=previewForm name=previewForm with two buttons and a text field. What I would like is when I press enter on the text field, a JS function is invoked. What is the JQuery syntax to trigger this? Thanks, - Dave

[jQuery] Re: submitting the form by pressing ENTER

2008-03-25 Thread [EMAIL PROTECTED]
=javascript:submitPageForm(); Damn, hate going back to the old ways. Oh well, - On Mar 25, 1:26 pm, Andy Matthews [EMAIL PROTECTED] wrote: You should be able to intercept that button press by using the submit() method of the form object. $('#myForm').submit(function(){         // this method should

[jQuery] jCarousel: No width/height set for items. This will cause an infinite loop. Aborting...

2008-03-10 Thread [EMAIL PROTECTED]
when i implement jCarousel with options wrap : 'both', vertical : true, scroll : 1 and call prev method this alert apear. I debg the script and discover that the back var in the pos method is not set to true... so. to make t work i change the script from: if (d == 0) { alert('jCarousel:

[jQuery] execute click in the scrip

2008-03-09 Thread [EMAIL PROTECTED]
Hi, I have this link that I like to automatically 'click' in the script: a href=# id=refresh test link/a here is my code, but it does not 'click', any idea? thanks. jQuery(document).ready(function(){ jQuery(.block).draggable({helper: 'clone'}); jQuery(.drop).droppable({

[jQuery] Form Plugin Help

2008-03-09 Thread [EMAIL PROTECTED]
Hey all, I'm trying to use the form plugin for the first time, and I cannot get any of the functionality to work. The examples seem pretty simple, what am I missing? Here is example code that I'm trying, the onsubmit of my form calls this method: function answerQuestion() {

[jQuery] Re: Dynamically generated HTML and effects on CSS

2008-03-08 Thread [EMAIL PROTECTED]
Yes, i meant dir for html tags, direction for css respectively. Thanks for the response anyway.

[jQuery] ui.draggable() ie6/7 select issues

2008-03-08 Thread [EMAIL PROTECTED]
Hello, I am having a two part issue with ui.draggable() 1. When there is a SELECT within the DIV that has been made draggable, in IE7 the no options in the SELECT can be chosen. In IE6 it is less severe, just that the slider on the SELECT dropdown does not work. 2. As a workaround I tried

[jQuery] Re: best web 2.0 ads and mailings ?

2008-03-07 Thread [EMAIL PROTECTED]
Sure! Could you review http://www.ZoToDo.com? It's a simple daily to do list organizer, I just finished up :) -Venkat On Feb 28, 11:24 am, Olivier Percebois-Garve [EMAIL PROTECTED] wrote: Hi all This is quite an off topic question, I hope it wont be moderated. I would like to review nice

[jQuery] jquery tabs: For ajax tabs, how do I trigger event handler when tab loads?

2008-03-07 Thread [EMAIL PROTECTED]
Hi, I'm using Jquery tabs from here -- http://www.stilbuero.de/2006/05/13/accessible-unobtrusive-javascript-tabs-with-jquery/. I'm using the AJAX feature so that clicking on a tab loads content from another page on my server. How do I set up an event handler so that when the content loads into

[jQuery] Re: Dynamically generated HTML and effects on CSS

2008-03-06 Thread [EMAIL PROTECTED]
still can't seem to locate the problem... anyone?

[jQuery] Re: Returning false if $.ajax() experiences an error

2008-03-06 Thread [EMAIL PROTECTED]
Hi did you try to do it is parallel ? $(#someId).click(function(){ sendAjaxrequest(); return false; }); On Mar 6, 1:42 am, AsymF [EMAIL PROTECTED] wrote: If a link has a click event I can stop that from firing by just returning false so that the browser stays on the current page. How

[jQuery] extend

2008-03-05 Thread [EMAIL PROTECTED]
Hello. I would like to know if it's possible to extend jQuery like that : // Init os $.os = $.os || {}; $.extend($.os, { version : 'foo', event : function(event){ return event.xxx; } core

[jQuery] Re: EqualTo but only if checkbox is checked

2008-03-05 Thread [EMAIL PROTECTED]
Thanks Scott. What's a planned solution? It says a ticket. So does that mean dependency checks were something just implemented in the fix in the API to allow us to do this? On Mar 4, 2:14 pm, Scott González [EMAIL PROTECTED] wrote: There is now a planned solution for adding dependency checks

[jQuery] Re: EqualTo but only if checkbox is checked

2008-03-05 Thread [EMAIL PROTECTED]
And so is params and depends new functions that were not originally in the JQuery library? So do I have to update the core .js file on our app in order to use the params and depends on any validator method? On Mar 4, 2:14 pm, Scott González [EMAIL PROTECTED] wrote: There is now a planned

[jQuery] Re: EqualTo but only if checkbox is checked

2008-03-05 Thread [EMAIL PROTECTED]
Scott, I don't see how his example helps. He's hiding or showing a panel based on if the checkbox is checked. George, your suggested code didn't work after I tried it. On Mar 4, 11:57 am, Scott González [EMAIL PROTECTED] wrote: Right now, the easiest way to accomplish this is to use

[jQuery] Re: Close facebox programatically

2008-03-05 Thread [EMAIL PROTECTED]
i use this: $.facebox.close(); On Mar 5, 5:04 am, [EMAIL PROTECTED] wrote: Hey folks, I'm trying out jQuery for the first time on my little project and I am very excited about all the cool stuff. I'm trying to use the Facebox plugin as a dialog. It works great so far, but I need a way

[jQuery] Re: how to get the size of the image file before user upload it.

2008-03-05 Thread [EMAIL PROTECTED]
this helps On Mar 5, 3:13 pm, Hamish Campbell [EMAIL PROTECTED] wrote: File size or dimensions? On Mar 4, 4:25 pm, Xinhao Zheng [EMAIL PROTECTED] wrote: hi all, is there a way to do this that can work both under ie and FF.thanks in advance. George

[jQuery] Re: Can I use jQuery to superimpose one image over part of another?

2008-03-05 Thread [EMAIL PROTECTED]
That was easy! Thanks, - Dave On Mar 4, 8:35 pm, Karl Swedberg [EMAIL PROTECTED] wrote: Ah, I get it. yeah. you want to add the image via jQuery? Well, keep   the css, but now do this: $(document).ready(function() {    $('img src=image3.gif alt= /').appendTo('#imageDisplay

[jQuery] Dynamically generated HTML and effects on CSS

2008-03-04 Thread [EMAIL PROTECTED]
Hello all, I'd like to share some problem i'm facing. I'm using facebox, inside it I display my own 'upload progress' div. the progress div should be localized to RTL (left to right) and not LTR, so i've added direction:rtl to the proper div. what facebox does, is take the target div (the

[jQuery] How to serialize only part of a form?

2008-03-04 Thread [EMAIL PROTECTED]
Hi, If I have a table row tr id=row1 tdinput type=text name=text1 id=text1 value=/td tdinput type=text name=text2 id=text2 value=/td tdinput type=text name=text3 id=text3 value=/td /tr how would I serialize the name value pairs in the row with id row1? I would like my the result

[jQuery] Re: Can I use jQuery to superimpose one image over part of another?

2008-03-04 Thread [EMAIL PROTECTED]
to add it to the DOM somehow? - Dave On Mar 3, 9:03 pm, Karl Swedberg [EMAIL PROTECTED] wrote: Hi Dave, You could easily make this happen with CSS alone, or am I missing   something? #imageDisplay {         position: relative;         width: 200px;         overflow: hidden; } #image3

[jQuery] EqualTo but only if checkbox is checked

2008-03-03 Thread [EMAIL PROTECTED]
How can I compare 2 text fields only if a certain checkbox is checked? Can you do something like this? billingAddress: { required: true minlength: 5 equalTo: #shippingAddress function(element) { return jQuery(#comparefields).is(:checked); }, I'm not

[jQuery] Re: EqualTo but only if checkbox is checked

2008-03-03 Thread [EMAIL PROTECTED]
: put logic here }, ... how can I shove your logic into my equalTo rule syntactically this way? (#comparefields).is(:checked); On Mar 3, 1:34 pm, George [EMAIL PROTECTED] wrote: I may not be sure what you're wanting but something like this may help: ... $(#billingAddress).val

[jQuery] Can I use jQuery to superimpose one image over part of another?

2008-03-03 Thread [EMAIL PROTECTED]
Hi, Let's say I have this HTML div id=imageDisplay align=center img id=backside name=backside alt= width=200 src=image1.gif / img id=frontside name=frontside alt= width=200 src=image2.gif / /div and then I have another image, image3.gif. I would like to layer image3.gif 100

[jQuery] Re: Firefox Only Error..... jQuery is not defined..... jScrollPane.js (line 94)

2008-03-02 Thread [EMAIL PROTECTED]
Thanks for the replies on this. Unfortunately changing the URL doesn't make a difference. I've tried using the absolute path and tried just adding a starting slash. Another wierd thing is that it works on this page: http://www.pamelaneil.co.uk/index.php?option=com_contenttask=viewid=13Itemid=33

[jQuery] Re: Firefox Only Error..... jQuery is not defined..... jScrollPane.js (line 94)

2008-03-02 Thread [EMAIL PROTECTED]
Turns out this error was being caused by Joomla!. The Email Cloaking Mambot was inserting javascript that was breaking everything. Turning the Mambot off has solved the problem. On Mar 1, 5:55 pm, Michael Ray [EMAIL PROTECTED] wrote: Try not to use absolute paths whenever you can. Try putting

[jQuery] Re: Firefox Only Error..... jQuery is not defined..... jScrollPane.js (line 94)

2008-03-02 Thread [EMAIL PROTECTED]
Changing the URLs didn't work. And the error only happens on pages where there is no scroll bar, for example this page (with a scrollbar) works: http://www.pamelaneil.co.uk/index.php?option=com_contenttask=viewid=13Itemid=33 On Mar 1, 5:55 pm, Michael Ray [EMAIL PROTECTED] wrote: Try

[jQuery] Re: Firefox Only Error..... jQuery is not defined..... jScrollPane.js (line 94)

2008-03-02 Thread [EMAIL PROTECTED]
Unfortunately changing the paths doesn't seem to make a difference. And I've noticed it's only happening on pages where the scrollbar shouldn't be displayed. For example this page works because the text is too big for the container div and needs scrollbars:

<    1   2   3   4   5   6   7   8   9   10   >