[jQuery] Re: Destroy Interval at DOM Object removal

2008-11-14 Thread Pom
Hi! I killed my plugin-idea and rewrote the whole thing and now I have it working. Thanks for your advice, ricardobeat! The result can be seen on http://www.coolstuff.se/Humunga_Tunga. Open an image och forward to #4. The code is in product.js. Best regards, Pom

[jQuery] Re: Destroy Interval at DOM Object removal

2008-11-14 Thread Liam Potter
That's pretty cool. To make it a bit more difficult, why not add vertical movement aswell, and if you did the vertical movement in all angles, you could create a controllable 3D object. Pom wrote: Hi! I killed my plugin-idea and rewrote the whole thing and now I have it working. Thanks

[jQuery] Re: Superfish - sf-breadcrumb question

2008-11-14 Thread Joel Birch
Hi John, I think you need to find out why you seem to be needing to manually add that class in order for the menu to work properly. This is not something I have encountered before, so maybe your menu is set up in a somewhat unconventional way? If you have a link to the page we may be able to

[jQuery] Re: Exchange a Superfish menu with an Accordion.

2008-11-14 Thread Joel Birch
You are correct that Superfish does not have a disable function. You would have to manually remove the classes from the DOM, and also unbind the hover, blur and focus events on the anchors. Joel Birch.

[jQuery] Re: strange IE behavior with Superfish

2008-11-14 Thread Joel Birch
Hi Kevin, The Superfish demo CSS sets the submenu width on the ul element and has the nested elements to 100% of that. Any horizontal padding should then be set on the anchor elements. Your menu sets the ul width, then specifically sets the nested li elements to the same width (150px). This

[jQuery] Re: jeditable and XHTML?

2008-11-14 Thread mbraybrook
I can't see anything wrong with the JS, can you perhaps provide a more complete picture? .: Are you calling the JS when the DOM is ready? .: Are you posting the changes to a URL that is prepared to handle it? .: Are you using the latest versions of the scripts? Regards M On Nov 13, 11:23 pm,

[jQuery] Re: pure CSS hover problem

2008-11-14 Thread Joel Birch
Simply add a width on the submenu ul elements so that they all span the full width of the menu. Those uls should also have a solid background. Joel Birch.

[jQuery] Re: Superfish + IE7 dean edwards project

2008-11-14 Thread Joel Birch
Sorry, but I won't be working on this. It seems more like a fault of the IE7 script really, considering that its purpose is to make IE6 behave like IE7, and Superfish works fine in IE7. Joel Birch.

[jQuery] Re: superfish z-index problem

2008-11-14 Thread Joel Birch
If you provide a set of files that I can instantly run locally without having to alter urls, etc., I'll be able to edit them and try to debug your problem. Joel Birch.

[jQuery] Problem ClueTip Plug-In and local parameter

2008-11-14 Thread Stefan Sturm
Hello, I'm using the ClueTip Plug-In to display a Form, when the mouse is over a Link. This works fine, but there is a big problem: In local Mode ClueTip seams to make a copy of my Form and displays it. :-( Why ClueTip works this way? I use a simple JavaScript Function to send all my form using

[jQuery] Re: Superfish - sf-breadcrumb question

2008-11-14 Thread John S
Got it working; ended up adding class=sfHover sf-breadcrumb to all the main nav items. May not be the correct way to do it, but for this round it'll do. Seems that the nav rendering is completed before the jquery addClass can be added. Page is on a clients secured server so I can't give out the

[jQuery] Re: event binding at bottom of page instead of ready() pitfalls?

2008-11-14 Thread Klaus Hartl
I have no link but used that approach for plazes.com. The only pitfall I came across is that some plugin's (in my case the datepicker) internally use the ready event, which can cause some troubles. Apart from that, perceived page loading/rendering was much much faster, especially since I put

[jQuery] Re: jQuery / XML / IE

2008-11-14 Thread Jemo
Much appreciated On Nov 13, 5:09 pm, ken [EMAIL PROTECTED] wrote: http://dev.jquery.com/ticket/3143 http://docs.jquery.com/Specifying_the_Data_Type_for_AJAX_Requests(the code block) On Thu, Nov 13, 2008 at 10:37 AM, Jemo [EMAIL PROTECTED] wrote: OK, this works marvelously in Safari and

[jQuery] Re: Adjusting the position and offset of the text

2008-11-14 Thread fastnoc
OK that makes sense. Thank you! Still waiting for an answer on the font placement issue. I've read through the source, and checked the css and i just can't figure this out. On Nov 13, 6:12 am, Karl Swedberg [EMAIL PROTECTED] wrote: Not sure about the first question, but you should be able to

[jQuery] How to pass arguments from link to ajax function

2008-11-14 Thread balavignesh
Hai Friedns, i have following three links on my page , a href=javascript:submit_data(2008-10-05,2008-11-04) 2008-10-05 - 2008-11-04/a a href=javascript:submit_data(2008-09-05,2008-10-04) 2008-09-05 - 2008-10-04/a a href=javascript:submit_data(2008-08-05,2008-09-04) 2008-08-05 - 2008-09-04/a

[jQuery] jQuery Tooltip plugin speech bubbles over image map

2008-11-14 Thread Jesse
I am attempting to adapt the tooltip plugin to work with an image map, but I can only get 'standard' pop ups to function over map objects. Has anyone been able to make the tooltip plugin work with an image map and speech bubbles (fancy decorated popups)? Ideally I would like to get this working,

[jQuery] Cluetip and xml

2008-11-14 Thread [EMAIL PROTECTED]
Hello all, I start with ajax (jquery) and xml. I need to use cluetip in a table like this example: http://beckelman.net/Demos/jQueryTruncateAndClueTip/default.aspx As against that I do must be in Cluetip information from several different fields. Would you like a piece of code explaining the

[jQuery] Jquery uploader script problem

2008-11-14 Thread Phaedra
Hi to all, i've a little problem with this script, i can't make it works in ie. The problem is that it always opens a new windows when i submit the upload form, even if i use the target property to a just created iframe. In FF, it will target the iframe as expected. Can you help me? Here's the

[jQuery] Re: How to pass arguments from link to ajax function

2008-11-14 Thread Leapfrog!
try putting the dates in single quotes, like this (assuming they are to be two separate values): a href="" class="moz-txt-link-rfc2396E" href="_javascript_:submit_data('2008-10-05','2008-11-04');">"_javascript_:submit_data('2008-10-05','2008-11-04');" 2008-10-05 - 2008-11-04/a

[jQuery] Issue with FF back button

2008-11-14 Thread Aparajita
Hi, We have a form at www.floresdodia.com/checkout.php which uses very simple ajax validation with jquery. We only validate if the field is empty or not. Problem is when someone fills all fields and proceeds to the next page and want to edit something by pressing the back button, Firefox does

[jQuery] jquery.ajax POST is getting a 400 error intermittently

2008-11-14 Thread jq-rav
Hi, I am using jQuery ajax, served up on AIX, IBM HTTP Server and Websphere Application server When making a jQuery.ajax type:'POST', sometimes the reponse is: HTTP/ 1.1 400. This is not happening consistently. I see the 400 status code in the web server logs. Has anybody else run into this

[jQuery] jquery.ajax POST is getting a 400 error intermittently

2008-11-14 Thread jq-rav
I am using jQuery ajax, served up on AIX, IBM HTTP Server and Websphere Application server When making a jQuery.ajax type:'POST', sometimes the reponse is: HTTP/ 1.1 400. This is not happening consistently. I see the 400 status code in the web server logs. Has anybody else run into this issue

[jQuery] menu on hover

2008-11-14 Thread Sebastián V. Würtz
Theres any plugin to implement a sitemap like http://www.elpais.com (the last link in the footer of the page Asociadoss) or like http://www.lanacion.com.ar/ (link at the bottom MAPA DEL SITIO near the rss icon) thx.

[jQuery] Re: Animating table rows

2008-11-14 Thread Richard D. Worth
On Fri, Nov 14, 2008 at 1:20 AM, Shawn Grover [EMAIL PROTECTED]wrote: Another option is to wrap each of your TDs within the row with a DIV. Then you can do something like $(#myRow div.animateMe).slideUp(); Then the row has no vertical height because it's content is now invisible. Do you

[jQuery] Re: this and z-index changes

2008-11-14 Thread CodingCyborg
jQuery('.draggableWindow').mousedown(function(){ numWindows=jQuery('.draggableWindow').size() + 500; zindexIt2 = parseInt($(this).css(z-index)); if(zindexIt2 numWindows){ $(this).css(z-index,numWindows);

[jQuery] How to set a group of elements bold if it's related element has something in it

2008-11-14 Thread nmiddleweek
Hi, I'm really not even sure where to start with this one so am really hoping someone can help shed some light on it... I've got a a bunch of input fields called inputTime1, inputTime2, inputTime3, inputTime4 and I've got a 'parallel' bunch of hidden fields called inputNotes1, inputNotes2,

[jQuery] Re: How to correctly set a dblclick(..) on a dynamically added table row ?

2008-11-14 Thread Paul Hammant
This is still dogging me - what's the correct way to add rows to a table? 1) clone last row 2) clone a row you removed (for purposes of future cloning) 3) create the row from scratch - Paul On Nov 8, 2008, at 4:11 PM, Paul Hammant wrote: Below is a demo of the problem i have. Reduced to

[jQuery] IE6 crashes while loading xml through $.get function

2008-11-14 Thread bytte
I'm loading an xml file of 88kb through jQuery's GET function. But IE6 crashes. Is there a better way to load an xml file than the one I'm using? Code below: $(document).ready(function(){ $.get(personeel.xml,function(xml){ var naam = new Array();

[jQuery] Re: a probable bug with keyboard events

2008-11-14 Thread Jörn Zaefferer
Finally a ticket: http://ui.jquery.com/bugs/ticket/3587 Jörn On Mon, Oct 20, 2008 at 2:59 AM, alex bodnaru [EMAIL PROTECTED] wrote: backspace support added. alex On Mon, Oct 20, 2008 at 02:08, alex bodnaru [EMAIL PROTECTED] wrote: don't tell me i forgot to attach the file ;) On Sun, Oct

[jQuery] Re: Cluetip and xml

2008-11-14 Thread Karl Swedberg
Hi Benoit, So, you want to do the same thing you're already doing, but using an xml file instead of the title attribute for the content? If I'm understanding you correctly, you can set dataType to 'xml' in the ajaxSettings option and then filter the result of the ajax call and return

[jQuery] Re: Jörn's autocomplete - advanced filtering and matching

2008-11-14 Thread Jörn Zaefferer
Could you provide more detail about the expected behaviour? Jörn On Tue, Nov 11, 2008 at 8:35 PM, Simbarashe [EMAIL PROTECTED] wrote: I have been experimenting with the autocomplete, and so far am impressed with the performance. There is one thing, however, that I would like to do that I

[jQuery] Re: jeditable and XHTML?

2008-11-14 Thread Rodent of Unusual Size
On Nov 14, 5:58 am, mbraybrook [EMAIL PROTECTED] wrote: I can't see anything wrong with the JS, can you perhaps provide a more complete picture? .: Are you calling the JS when the DOM is ready? Yes. .: Are you posting the changes to a URL that is prepared to handle it? It never gets to

[jQuery] Re: [Autocomplete] Reducing remote calls

2008-11-14 Thread Jörn Zaefferer
Created a ticket for now: http://ui.jquery.com/bugs/ticket/3588 Jörn On Sun, Nov 9, 2008 at 9:36 PM, Mon Zafra [EMAIL PROTECTED] wrote: Hi list, I'm using the excellent autocomplete plugin from bassistance.de. The cache and subset matching features are very useful. I would like to take the

[jQuery] Puzzling problem with form buttons upon submission

2008-11-14 Thread Michael Ekoka
I ran into a rather curious problem today with jQuery (link to the code at the bottom). The form: - I created a simple form with 1 hidden field and 4 buttons: - 2 input buttons of type=submit and type=button - 2 button/button buttons, also type=submit and type=button. - The 4 buttons have their

[jQuery] Superfish arrows and drop shadow

2008-11-14 Thread pbluetype
Hi, I've recently put the superfish dropdown menu onto an application and everything works well. I've linked it to hover intent and I'm using the vertical display method. However, for some reason I am not getting the arrows or the drop shadow, is there something I'm missing? My ul is created

[jQuery] Re: Problem ClueTip Plug-In and local parameter

2008-11-14 Thread Karl Swedberg
Hi Stefan, for local content, the plugin clones the element to be displayed and places it in the clueTip container. It works this way so that it can make use of the cloneWithEvents argument: ... .clone(true) There were bug reports about local contents losing their event bindings when

[jQuery] jquery.ajax POST is getting a 400 error intermittently

2008-11-14 Thread jq-rav
I am using jQuery ajax, served up on AIX, IBM HTTP Server and Websphere Application server When making a jQuery.ajax type:'POST', sometimes the reponse is: HTTP/ 1.1 400. This is not happening consistently. I see the 400 status code in the web server logs. Has anybody else run into this issue

[jQuery] Re: livequery not binding to ajax loaded links in ie6 and ie7?

2008-11-14 Thread Brandon Aaron
On Thu, Nov 13, 2008 at 10:26 PM, n00bert [EMAIL PROTECTED] wrote: Hi Brandon, I put an alert in like so: $('#content div.thumb a').livequery('click', function(e) { alert ('clicked'); e.preventDefault(); var href = $(this).attr('href'); $('#mainMenu ul li

[jQuery] Re: Superfish arrows and drop shadow

2008-11-14 Thread Joel Birch
Is that the mark-up output from the server, or is it the generated source as shown in Firebug, ie. after the Superfish JS has run? You did call the plugin's initialisation code I hope? Are the paths to the shadow and arrow images correct? If you show us your page I'm sure we can figure it out

[jQuery] jquery.ajax POST is getting a 400 error intermittently

2008-11-14 Thread jq-rav
I am using jQuery ajax, served up on AIX, IBM HTTP Server and Websphere Application server When making a jQuery.ajax type:'POST', sometimes the reponse is: HTTP/ 1.1 400. This is not happening consistently. I see the 400 status code in the web server logs. Has anybody else run into this issue

[jQuery] Re: Tab divs disappear

2008-11-14 Thread aaron
Thanks, I did try wrapping the panel container and it caused the javascript to stop working. I guess I'll keep trying some other ideas to try to fix this. What your seeing now is a little improved, because I gave the main container a fixed height. Before that, the entire page would move around

[jQuery] Re: mcDropDown: How to reload?

2008-11-14 Thread Dan Switzer
Christian, On Thu, Nov 13, 2008 at 11:07 PM, CED [EMAIL PROTECTED] wrote: Anyone know how to force a mcdropdown element to reload? I am trying to update the mcdropdown via another action. McDropDown returns the element if its already been defined. There currently is no way to do this

[jQuery] Re: Superfish arrows and drop shadow

2008-11-14 Thread pbluetype
Thats the markup. When you say 'You did call the plugin's initialisation code I hope?' what do you mean exactly. I'm a bit of a beginner as you probably have guessed. Also where are the images stored? I haven't got any images for the arrow and shadow myself, am I meant to? Sorry, the page is

[jQuery] Re: Adjusting the position and offset of the text

2008-11-14 Thread Karl Swedberg
Sure thing. If you're using Jörn's tooltip plugin, you might have better luck getting an answer if you start a new thread and start the subject with [tooltip]. --Karl On Nov 14, 2008, at 7:02 AM, fastnoc wrote: OK that makes sense. Thank you! Still waiting for an answer on the font

[jQuery] Re: Destroy Interval at DOM Object removal

2008-11-14 Thread ricardobeat
wow, very cool! I'm glad my 'advice' was useful to you! - ricardo On Nov 14, 8:21 am, Pom [EMAIL PROTECTED] wrote: Hi! I killed my plugin-idea and rewrote the whole thing and now I have it working. Thanks for your advice, ricardobeat! The result can be seen

[jQuery] Re: Superfish arrows and drop shadow

2008-11-14 Thread Joel Birch
It does seem most likely that you haven't actually activated the plugin code and all you are seeing is the pure CSS fallback version of the menu. If you go to the Superfish documentation pages you will find plenty of information about setting up menus in a variety of ways, but specifically, look

[jQuery] Re: Issue with FF back button

2008-11-14 Thread Bil Corry
Aparajita wrote on 11/14/2008 5:36 AM: Problem is when someone fills all fields and proceeds to the next page and want to edit something by pressing the back button, Firefox does not allow to resubmit the page. Its something like submit button has been disabled. I experienced that problem

[jQuery] Re: How to set a group of elements bold if it's related element has something in it

2008-11-14 Thread ricardobeat
input type=hidden name=inputTime1 class=inputTime / input type=hidden name=inputTime2 class=inputTime / input type=hidden name=inputTime3 class=inputTime / input type=hidden name=inputTime4 class=inputTime / input type=hidden name=inputNotes1 class=inputNotes / input type=hidden name=inputNotes2

[jQuery] Re: this and z-index changes

2008-11-14 Thread ricardobeat
I haven't looked througly at your code, but I see you're using global variables, that might be an issue: $('.draggableWindow').mousedown(function(){ var numWindows=$('.draggableWindow').length + 500; var zindexIt2 = parseInt($(this).css(z-index));

[jQuery] Re: Superfish arrows and drop shadow

2008-11-14 Thread pbluetype
Haha I can be an idiot sometime! The reason I wasn't seeing the shadow or arrow was because rather than downloading the zip file I had simply downloaded the code files seperately. I was calling the initialisation code etc (as explained by your very easy to use demos) but by my own foolish

[jQuery] Nesting toddle div's

2008-11-14 Thread sinkingfish
Hi, Im new to jQuery and looking for a bit of help. Im trying to have toggleable content within toggleable content. http://pastie.org/314861 Code It's just not working for me, when I click the first toggle all is revealed? Am I way off? Something to do with propagation? Thanks Brian --

[jQuery] Re: Combining jQuery and jQuery UI

2008-11-14 Thread c.barr
Thanks for doing that, and for some reason that works just fine - I don't know what's different about what you did, but it works. I suppose it's that particular minify script, so I'll have to keep that in mind for the future. Thanks again! On Nov 12, 10:56 pm, Karl Swedberg [EMAIL PROTECTED]

[jQuery] Re: this and z-index changes

2008-11-14 Thread Isaiah Fischer
So then, how would i go about making it so the variables are, in a sense, deleted after each .each() run such that its fresh when it goes through again? or is it the zindexIt2 that isn't getting pulled down into the .each() function? On Fri, Nov 14, 2008 at 9:03 AM, ricardobeat [EMAIL PROTECTED]

[jQuery] Re: Combining jQuery and jQuery UI

2008-11-14 Thread c.barr
I wish I could edit posts I did just notice something - the file size here is much larger than what the 4 files were on their own - why is this? On their own: jQuery:.55k jQuery.UI:.63k Cluetip:.29k NyroModal:...27k Total: about 180k The new combined file is 316k -

[jQuery] Re: livequery not binding to ajax loaded links in ie6 and ie7?

2008-11-14 Thread n00bert
Hi Brandon, no errors in ie at all. I've uploaded the site I'm working on at http://rosiespencer.co.uk When it loads, click a small thumb. The menu should slide down and the contents of #content are replaced via ajax. Some larger thumbs appear. This is where it breaks in ie. In other browsers if

[jQuery] Re: this and z-index changes

2008-11-14 Thread CodingCyborg
Sorry, I misread the change in code and the comments you added. Doing: newZ2 = zindexlt2-2; Would place all windows that were previously above the window you just brought to front on the same z-index, which I don't want. The reason for the newZ2--; is that all above it go down one level, and

[jQuery] Re: How to correctly set a dblclick(..) on a dynamically added table row ?

2008-11-14 Thread Richard D. Worth
This looks like it may be an issue with blockUI. Are you using v1.33? Have you tried the latest, v2.10? - Richard On Fri, Nov 14, 2008 at 8:45 AM, Paul Hammant [EMAIL PROTECTED] wrote: This is still dogging me - what's the correct way to add rows to a table? 1) clone last row 2) clone a

[jQuery] Re: this and z-index changes

2008-11-14 Thread CodingCyborg
Something else that may help find the problem: I currently have groups of windows. When you bring a window in one group to the front it brings all windows in that group to the top layers overall. Though they stay on separate layers they are being brought to front together. The other groups are

[jQuery] Re: Stumped with a each() / height() problem

2008-11-14 Thread Richard D. Worth
That's correct. jQuery is consistent in that in a callback function, 'this' is always a DOMElement. In order to get jQuery methods, you have to wrap it in the $. - Richard On Fri, Nov 14, 2008 at 1:03 AM, DejanNenov [EMAIL PROTECTED] wrote: To answer my own question: there is a difference

[jQuery] [validate] Two page form won't validate on IE

2008-11-14 Thread Michael Smith
Hi there I'm having trouble getting the Validation plug in to work on this page http://dev2.savingforchildren.co.uk/mjs/health/index.epl I have two forms - the second one appears when the first one is successfully completed. The first form validates correctly (you only need to choose a day,

[jQuery] Re: this and z-index changes

2008-11-14 Thread CodingCyborg
I have confirmed that when one of a group of windows is clicked, it runs as if every window in that group was clicked at the same time and runs the code for each of them. This causes quite an awkward outcome, but I have no idea why its happening, nor how to stop it. On Nov 14, 9:03 am,

[jQuery] Re: has anyone come across a plugin like this ?

2008-11-14 Thread kalahari_kudu
Nice job! Count me in on such a plug-in request On Nov 14, 3:01 am, ricardobeat [EMAIL PROTECTED] wrote: Here's my take - very limited (17 minutes :D): http://jsbin.com/ovisa On Nov 13, 7:42 pm, Jay [EMAIL PROTECTED] wrote: Thought it was pretty cool, so I threw my own plug in together

[jQuery] fade in effects

2008-11-14 Thread jess
Good Morning! I'm redesigning a site and I wanted to incorporate a super fish nav bar. I've got it placed on this page under the video, just for testing, but the fade in effects aren't working. http://jessworks.com/reddans2/ The menus should fade in and fade out. Now they are just appearing.

[jQuery] issue with jQuery's trigger function

2008-11-14 Thread Shazzaam
Hi, I am using jQuery 1.2.6, and also have Prototype 1.6.0.1 and Scriptaculous 1.8.1 in my page. I know there are issues getting this to work, but i have noConflict() running. Anyway, I am using jQuery's tablesorter plugin and when I call trigger(update) to refresh my table it wipes out my

[jQuery] Re: [validate] Two page form won't validate on IE

2008-11-14 Thread Jörn Zaefferer
I see the valid calls in your code, but none where you actually initialize the validation via $(...).validate(). Could you extract a testpage? Jörn On Fri, Nov 14, 2008 at 4:48 PM, Michael Smith [EMAIL PROTECTED] wrote: Hi there I'm having trouble getting the Validation plug in to work on

[jQuery] Re: Jquery rounded corners

2008-11-14 Thread Pete
Unfortunately with that script (I think Methvin's?) it only takes the background color from the parent element when making the corners. The other solution out there (curvy corners) is extremely slow. I haven't personally found an ideal solution where the background needs to be an image or

[jQuery] Re: Nesting toddle div's

2008-11-14 Thread Richard D. Worth
You may want to start by validating your html. You're missing a closing /div, so it's not clear how you intend it to be nested. Once you've corrected that, let us know if you still have a problem. - Richard On Fri, Nov 14, 2008 at 10:26 AM, sinkingfish [EMAIL PROTECTED] wrote: Hi, Im new

[jQuery] Re: PrettyCheckboxes not working with radio array names

2008-11-14 Thread George
Here is what i found http://www.quirksmode.org/dom/w3c_core.html#microsoft Scroll down to getElementsByName() section According to it the getElementsByName() is supported pretty well, except some minor things whcih is usually not the case anyway. Like in Opera div id='name' will be returned as

[jQuery] Re: Animating table rows

2008-11-14 Thread c.barr
.fadeIn() and .fadeOut() seem to work OK in Firefox, but in IE they seem to do the same as .show() and .hide() - they just pop in. Same goes for .slideDown() and .slideUp() in IE. Try it out with the demo I linked to above. So apparently effects are very limited in tables - and even more so in

[jQuery] Re: How to set a group of elements bold if it's related element has something in it

2008-11-14 Thread nmiddleweek
ah nice one... thanks for your help Ricardo... So I have to literally loop through each one... OK, thank you. On Nov 14, 2:55 pm, ricardobeat [EMAIL PROTECTED] wrote: input type=hidden name=inputTime1 class=inputTime / input type=hidden name=inputTime2 class=inputTime / input type=hidden

[jQuery] Re: jeditable and XHTML?

2008-11-14 Thread Mika Tuupola
On Nov 14, 2008, at 1:23 AM, Rodent of Unusual Size wrote: Is there a known problem with jQuery/jeditable and XHTML? I keep running into this 'invalid string' message with JS and XHTML. First Dojo, now here.. it's getting discouraging. What am I doing wrong? Do you have example page

[jQuery] Re: Nesting toddle div's

2008-11-14 Thread sinkingfish
Thanks for the reply Richard, unfortunately that wasn't the issue. Ive tided up my example to make it clearer : http://pastie.org/314976 http://pastie.org/314976 So at startup you should see 'Click me' then upon clicking, 'I'm Hidden' 'Click ME To see more' will be revealed. After clicking

[jQuery] Re: jeditable and XHTML?

2008-11-14 Thread Mika Tuupola
On Nov 14, 2008, at 1:23 AM, Rodent of Unusual Size wrote: Anyway, is there anything obviously wrong with the fragment at http://apache.pastebin.ca/1254469 ? BTW. You have an extra , in the code. Remove it from the last configuration parameter tooltip : 'Click to edit', -- Mika

[jQuery] AJAX with IE and method POST

2008-11-14 Thread George
Hi guys/girls, I just wanted to post here my problems (and solution) I had been struggling with last 2 days. I was doing JQuery AJAX POST and it was not working in IE wile working in FireFox. Sometimes you will get 12030 error (Server unexpectedly terminated connection) from IE's XMLHttpRequest

[jQuery] Re: Animating table rows

2008-11-14 Thread Richard D. Worth
Here's how to slideUp hide a row with the inner wrapping divs: $(tr).click(function() { var tr = $(this); tr.children(td).each(function() { $(this).wrapInner(div/div).children(div).slideUp(function() { tr.hide(); }); }); }); - Richard On Fri, Nov 14, 2008 at 12:21 PM, c.barr

[jQuery] Re: [Autocomplete] Reducing remote calls

2008-11-14 Thread Mon Zafra
Hi Jorn, Thanks for all your hard work on the plugin! I'm hesitant to call this a bug report or a feature request since I was just looking to solve my specific problems. I haven't really looked at it in a more general way, i.e. if my scenario applies in other cases often enough to warrant it

[jQuery] JQuery Auto Complete?

2008-11-14 Thread [EMAIL PROTECTED]
hello! I'm using the JQuery auto complete ( jquery.autocomplete.js ). and I'm wondering how can I submit a form once an item has been selected? currently when an item is select you have to hit enter twice, once to get the item into the search field, and once to submit the search. I'd like to

[jQuery] Re: this and z-index changes

2008-11-14 Thread ricardobeat
Right. This is getting a bit complex. Judging by your code things should be going well, could you put up a test page? the global vars suggestion was a shot in the dark, if you a run loop they will be overwritten for every iteration unless the assignment doesn't execute. On Nov 14, 2:23 pm,

[jQuery] Re: jeditable and XHTML?

2008-11-14 Thread Mika Tuupola
On Nov 14, 2008, at 1:23 AM, Rodent of Unusual Size wrote: I want to use jeditable to edit fields in a table, but right now I'm trying to get it to work on any old XHTML.. Can you try latest from github: http://github.com/tuupola/jquery_jeditable/tree/master/jquery.jeditable.js?raw=true

[jQuery] ANN: screenshots.debian.net (jQuery-based website)

2008-11-14 Thread Christoph Haas
Hi, all... I use and love jQuery for pimping our intranet applications at work. This time the application is public and open-sourced so I thought I'd drop a note here and also say thanks to the jQuery and plugin developers. The site is http://screenshots.debian.net It features jQuery, Jörn's

[jQuery] Question about $.data()

2008-11-14 Thread Bill
Hi all, Quick question about the $.data() function... Is there a way to see everything that's currently stored in one of these data objects? Since the function (and its compliment, $.data.removeData()) allow for setting/retrieving/deleting key/value pairs, it seems natural that one would want to

[jQuery] Cluetip caching with option set to false

2008-11-14 Thread JoshSchramm
Hey all, I'm trying to use the Cluetip plug in and I'm having what I hope is a simple to fix problem. The plug in seems to be caching even though i have it set not to. Every time i hover over my link it pulls the same data. I'm in ASP.NET so i set a breakpoint on the server side code and it

[jQuery] slideToggle on checkbox

2008-11-14 Thread R3D
Hi everybody, my first post here - please bear with me ;)... I am working on a form, using .slideToggle to show/hide another part of the form - if a checkbox is checked. Got it to work with the following code: $('#honorbox').hide(); //hide initially $('input#honor_someone').click(function()

[jQuery] Re: AJAX with IE and method POST

2008-11-14 Thread Mike Nichols
did you forget to pass data (data:{}) in the ajax call? I have had that trip me up when doing posts via ajax. On Nov 14, 10:35 am, George [EMAIL PROTECTED] wrote: Hi guys/girls, I just wanted to post here my problems (and solution) I had been struggling with last 2 days. I was doing JQuery

[jQuery] Tabs: get selected tab?

2008-11-14 Thread Hector Virgen
Hello, I am using Tabs from jQueryUI. I have a callback function for when the selected tab is shown: $('ul.tabs').tabs({ show: function(event, ui) { // do stuff } }); When the tab is shown, I need to pre-populate its form with values based on cookie data. How can I tell which

[jQuery] Re: JQuery Auto Complete?

2008-11-14 Thread ajpiano
there is a result callback that is fired after you choose an element in the AC list. bind to that and carry on your form submit... $(...).autocomplete(options).result(fn); --adam On Nov 14, 12:13 pm, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote: hello! I'm using the JQuery auto complete (

[jQuery] Re: JQuery Auto Complete?

2008-11-14 Thread KScott
sorry, i'm a bit of a n00b with JQuery. would that be added onto my current autocomplete call? my is my code now: $().ready(function() { $(#SearchTxt).autocomplete(AjaxSearch.php, { width: 190, onItemSelect: SubmitSearchForm, selectFirst:

[jQuery] Re: [validate] Two page form won't validate on IE

2008-11-14 Thread Michael Smith
Hi, I've added some validate() calls now. I assumed that this wasn't necessary when I explicitly call valid() but perhaps I've got that wrong. Anyways, it doesn't appear to have changed things. The valid call on the second form is always returning true (for IE), even if the required fields

[jQuery] Re: Tabs: get selected tab?

2008-11-14 Thread Tristan
Use ui.index to access the currently active tab's index, zero being the first tab and so on. $('ul.tabs').tabs({ show: function(event, ui) { if (ui.index == 0) { // do stuff } else if (ui.index == 1) { // do other stuff } } }); On Nov 14,

[jQuery] A real modal window... is it possible?

2008-11-14 Thread Wagner
Is it possible to make a window like jqModal, etc, etc, BUT WITH A REAL MODAL way of work? I mean the flow of code must STOP until the window be closed! Does it exist?

[jQuery] Re: A real modal window... is it possible?

2008-11-14 Thread Richard D. Worth
If the flow of code stopped, there would be no way to close the window. - Richard On Fri, Nov 14, 2008 at 3:11 PM, Wagner [EMAIL PROTECTED] wrote: Is it possible to make a window like jqModal, etc, etc, BUT WITH A REAL MODAL way of work? I mean the flow of code must STOP until the

[jQuery] Re: jeditable autocomplete - time to revisit?

2008-11-14 Thread [EMAIL PROTECTED]
That is exactly why I posted. I noticed that you had done a lot of work on inputs. Unfortunately I could not figure out how to do it myself from reading through your website. Thanks again for your help. -jl On Nov 13, 1:51 am, Mika Tuupola [EMAIL PROTECTED] wrote: On Nov 12, 2008, at 9:25 PM,

[jQuery] Re: AJAX with IE and method POST

2008-11-14 Thread George
No i did not...I did pass exactly this '{}' (empty JSON data). As i said the problem was that i were not reading the InputStream till the end cause i knew that data would be empty. And it messes up IE's XMLHttpRequest object so it can not read properly output from the server. George. On Nov

[jQuery] Re: Tabs: get selected tab?

2008-11-14 Thread Hector Virgen
Thanks for your reply, Tristan. Unfortunately, that solution only works if the tabs are never changed. For example, if tomorrow my client asks me to switch tab 2 with tab 4, I will have to update my html *and* javascript. I would prefer to not have to update the javascript, which would be possible

[jQuery] Re: Tabs: get selected tab?

2008-11-14 Thread Richard D. Worth
On Fri, Nov 14, 2008 at 3:31 PM, Hector Virgen [EMAIL PROTECTED] wrote: Thanks for your reply, Tristan. Unfortunately, that solution only works if the tabs are never changed. For example, if tomorrow my client asks me to switch tab 2 with tab 4, I will have to update my html *and* javascript.

[jQuery] Re: Tabs: get selected tab?

2008-11-14 Thread Hector Virgen
Thanks! I didn't notice that under the Events section. :) -Hector On Fri, Nov 14, 2008 at 12:35 PM, Richard D. Worth [EMAIL PROTECTED]wrote: On Fri, Nov 14, 2008 at 3:31 PM, Hector Virgen [EMAIL PROTECTED] wrote: Thanks for your reply, Tristan. Unfortunately, that solution only works if

[jQuery] Re: Animating table rows

2008-11-14 Thread c.barr
That's awesome man! I worked with it a bit to get it working with adding a row as well, and this seems to work just fine! Here's a live demo: http://jsbin.com/apode Tested and working in Firefox, Opera, Safari, and IE! On Nov 14, 11:57 am, Richard D. Worth [EMAIL PROTECTED] wrote: Here's how

[jQuery] Re: Animating table rows

2008-11-14 Thread Richard D. Worth
Slick! Thanks for sharing. - Richard On Fri, Nov 14, 2008 at 3:50 PM, c.barr [EMAIL PROTECTED] wrote: That's awesome man! I worked with it a bit to get it working with adding a row as well, and this seems to work just fine! Here's a live demo: http://jsbin.com/apode Tested and working in

[jQuery] Re: this and z-index changes

2008-11-14 Thread CodingCyborg
http://arkaydea.com/zIndexTest.php That is the closest thing I can get to the real thing. On Nov 14, 12:38 pm, ricardobeat [EMAIL PROTECTED] wrote: Right. This is getting a bit complex. Judging by your code things should be going well, could you put up a test page? the global vars

[jQuery] Re: issue with jQuery's trigger function

2008-11-14 Thread Karl Swedberg
Have you tried the svn version of jQuery? That might have solved the problem. http://docs.jquery.com/Downloading_jQuery#Subversion_.28SVN.29 --Karl Karl Swedberg www.englishrules.com www.learningjquery.com On Nov 14, 2008, at 11:49 AM, Shazzaam wrote: Hi, I am using

  1   2   >