[jQuery] Is this a bug in XPath support?
This doesn't work: $("div[@class='bea-portal-layout-placeholder'][3]") I had to do it like this: $("div[@class='bea-portal-layout-placeholder']:eq(3)") _______________________________________________ jQuery mailing list discuss@jquery.com http://jquery.com/discuss/
[jQuery] Snippet: serialize
I found that there is a serialize function in API document, but it doesnot be included in 1.0.1 yet, and the basic function is param. But param should be used as: $.param($('input,select,textarea')) but the result seems not correct, I don't know why. And I made this snippet to handy serialization, I hope it has some useful. $.fn.serialize = function(){ var s = []; $('input, select, textarea', this[0]).each(function (){ if (this.name) s.push(this.name + '=' + encodeURIComponent(this.value)); }); return
[jQuery] iSortable & iSlider help
Hello, I'm doing a script that requires combining iSortable, iSlider and others into one over-done interface. Anyway, There are a few bugs I havn't been able to solve so i'm wondering if anyone can point me in the right direction or help me out (paid work). http://www.willjessup.com/groop/hybrid2.html everything works great in PC firefox. On PC IE - when you click the thumbnail, the dropdown box is behind the other sort items. On Safari - the isliderbar isn't locked into vertical only (you can slide
[jQuery] Cookie handling in JQuery
But remember that it is very easy for the user to turn off or suppress cookies. My numbers are showing around 1% without cookies. (~.1% have no javascript, but I think we are skewed a bit on that). I would rely on javascript before relying on a cookie. But that is just me -----Original Message----- From: discuss-bounces@jquery.com [mailto:discuss-bounces@jquery.com] On Behalf Of Dave Methvin Sent: Wednesday, September 13, 2006 2:22 PM To: 'jQuery Discussion.' Subject: Re: [jQuery] Cookie handling
[jQuery] Strange slideDown problem with nested lists
If I have a nested list like: <span style="font-family: courier new,monospace;">1</span><br style="font-family: courier new,monospace;"><span style="font-family: courier new,monospace;">|_ 1.1</span><br style="font-family: courier new,monospace;"> <span style="font-family: courier new,monospace;"> |_ 1.1.1</span><br style="font-family: courier new,monospace;"><span style="font-family: courier new,monospace;">|_ 1.2</span><br style="font-family: courier new,monospace;"> <span style="font-family:
[jQuery] Cookie handling in JQuery
--
[jQuery] Cookie handling in JQuery
<html xmlns:v="urn:schemas-microsoft-com:vml" xmlns:o="urn:schemas-microsoft-com:office:office" xmlns:w="urn:schemas-microsoft-com:office:word" xmlns:st1="urn:schemas-microsoft-com:office:smarttags" xmlns="http://www.w3.org/TR/REC-html40"> <head> <META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=us-ascii"> <meta name=Generator content="Microsoft Word 11 (filtered medium)"> <!--[if !mso]> <style> v\:* {behavior:url(#default#VML);} o\:* {behavior:url(#default#VML);} w\:* {behavior:url(#default#VML);}
[jQuery] Tabs plugin update: autoheight, effects
Ok, the tab was remaining 'grey' because the CSS selector :focus. If I remove the :focus from the css directive, it works fine. However, that makes it difficult for tab navigation. Is there a handy jquery function to remove focus from an element? Like a .blur() function? http://langdata.potowski.org -----Original Message----- From: discuss-bounces@jquery.com [mailto:discuss-bounces@jquery.com] On Behalf Of Meece, Clifford T Sent: Wednesday, September 13, 2006 12:48 PM To: jQuery Discussion. Subject:
[jQuery] jquery suckerfish drop down
<html xmlns:v="urn:schemas-microsoft-com:vml" xmlns:o="urn:schemas-microsoft-com:office:office" xmlns:w="urn:schemas-microsoft-com:office:word" xmlns="http://www.w3.org/TR/REC-html40"> <head> <meta http-equiv=Content-Type content="text/html; charset=us-ascii"> <meta name=Generator content="Microsoft Word 11 (filtered medium)"> <style> <!-- /* Style Definitions */ p.MsoNormal, li.MsoNormal, div.MsoNormal {margin:0pt; margin-bottom:.0001pt; font-size:12.0pt; font-family:"Times New Roman";} a:link,
[jQuery] jTip
Is there a version of jTip that works with jQuery 1.0?<br clear="all"> -- Yehuda Katz Web Developer (ph) 718.877.1325 _______________________________________________ jQuery mailing list discuss@jquery.com http://jquery.com/discuss/
[jQuery] Tabs plugin update: autoheight, effects
Ok, I have fixed it so none are open on initial load, so now the last think is for the background shading to go away when you close a tab. -----Original Message----- From: discuss-bounces@jquery.com [mailto:discuss-bounces@jquery.com] On Behalf Of Meece, Clifford T Sent: Wednesday, September 13, 2006 12:32 PM To: jQuery Discussion. Subject: Re: [jQuery] Tabs plugin update: autoheight, effects I took a stab at implementing some of these changes. Right now I have just modified the code to suit my case.
[jQuery] Fotonotes into jQuery plugin?
Did anyone considered converting fotonotes.js (http://fotonotes.net/ fnclientlib/js/fnclient.js) for the purpose of adding notes to images (like flickr could do) to jQuery? You can see the porject and it's usage here: http://fotonotes.net/ I hope someone will be enthousiast and convert it into jQuery.. I would love to see that.. ;-) Steef _______________________________________________ jQuery mailing list discuss@jquery.com http://jquery.com/discuss/
[jQuery] Tabs plugin update: autoheight, effects
I took a stab at implementing some of these changes. Right now I have just modified the code to suit my case. It would be better, of course, to define an option like SelfToggle, or AllowNone, which would allow both behaviors. I have a site that is work in progress at : http://langdata.potowski.org The tabs are at the top. Don't bother looking at it with IE. I still have lots of specific IE fixes to put in to my css files. In FF the tabs are working well with a few caveats: - haven't implemented 'all
[jQuery] IE hate: Replacing background image
The first background is defined in the CSS layout called #tabs One click I need the browser to load a new background image. $("div#tabs").css("background-image", "url(\"./images/tabs/" + this.id + ".gif\")"); this.id == the name of the background image. This works in all browsers known to me except IE. Anybody a hint why this is? _______________________________________________ jQuery mailing list discuss@jquery.com http://jquery.com/discuss/
[jQuery] Bug?
<FONT face="Default Sans Serif,Verdana,Arial,Helvetica,sans-serif" size=2><DIV>I am getting the same error using load in IE. The alternative method you proposed corrected the problem. <BR><DIV><BR>Matt <BR><DIV><BR></DIV><FONT color=#990099>-----discuss-bounces@jquery.com wrote: -----<BR><BR></FONT><BLOCKQUOTE style="PADDING-RIGHT: 0px; PADDING-LEFT: 5px; MARGIN-LEFT: 5px; BORDER-LEFT: #000000 2px solid; MARGIN-RIGHT: 0px">To: "jQuery Discussion." <discuss@jquery.com><BR>From: "John Resig" <jeresig@gmail.com><BR>Sent
[jQuery] Serialize()
<FONT face="Default Sans Serif,Verdana,Arial,Helvetica,sans-serif" size=2><DIV>The serialize() function is included in the api documentation, however it seems to be in the forms.js plugin. Is that correct? If so, what determines which plug-ins are included in the api documentation and is there an easy way to find the location of functions that are not part of the core within the api?</DIV><DIV> </DIV><DIV>I'm probably missing something simple.<BR></DIV><DIV>Matt</DIV></FONT> _______________________________________________
[jQuery] jXs plug-in updated
I recently updated jXs to support rev 249. I also internalize the DOM creation ,and add bug support for dynamic radio box's in IE. I have noticed a similar problem with multiple selects, but have not had a chance to fix that yet. -- View this message in context: http://www.nabble.com/jXs-plug-in-updated-tf2264213.html#a6282729 Sent from the JQuery forum at Nabble.com. _______________________________________________ jQuery mailing list discuss@jquery.com http://jquery.com/discuss/
[jQuery] "John's Pager Plugin"?
Does anyone know what Christian Bach means on his Table sorter site when he says: "* Added: Support for John’s pager plugin." I've never seen that plugin and I would love to be introduced to it! Can anyone shed some light? Christian? John??? Thanks, -Aaron -- View this message in context: http://www.nabble.com/%22John%27s-Pager-Plugin%22--tf2256205.html#a6258029 Sent from the JQuery forum at Nabble.com. _______________________________________________ jQuery mailing list discuss@jquery.com http://jquery.com/discuss/
[jQuery] toggleClass > hoverClass & pressClass...
I was wrong, toogleClass has nothing to do with click events, it basically fires the function inmediatly. Enrique Meléndez Estrada _______________________________________________ jQuery mailing list discuss@jquery.com http://jquery.com/discuss/
[jQuery] Bugs in idrag/idrop
Hi Stefan, I've just downloaded the latest Interface today, it seems to be throwing up a few errors in idrag.js: During a drag operation: newCoords has no properties, line 340: if (newCoords.constructor == Object) { After a drag operation: elm is not defined, line 287: dragged.dragCfg.onStop.apply(elm); Also, there seems to be a problem with idrop.js too. Wherever I drop an item on the page, it calls the ondrop of the palette. The attached example demonstrates this and the errors above. BTW, I'm
[jQuery] toggleClass > hoverClass & pressClass...
Hi all, I don't know if this is implemented in someway in jQuery or someone else wrote something similar but I ended up needing two short plugins for adding and removing Classnames: It exists toggleClass which shortens the way for adding/removing a classname for click events. Here it is a "hoverClass" for mouseover and mouseout events: $.fn.hoverClass = function(c) { return this.each( function(){ var e = $(this); e.hover(function(){e.addClass(c)}, function(){e.removeClass(c)});
[jQuery] ThickBox - closing without using the mouse?
Is there a way to close a ThickBox ( http://jquery.com/demo/thickbox/ ) without using the mouse? An access key for example? This would be a real plus for accessibility. Jim _______________________________________________ jQuery mailing list discuss@jquery.com http://jquery.com/discuss/
[jQuery] interface slider
In safari clicking on the scrollbar in the slider will make it shift left and do weird z-index stuff. Anyone else having this problem? Will _______________________________________________ jQuery mailing list discuss@jquery.com http://jquery.com/discuss/
[jQuery] Tabs plugin update: autoheight, effects
I've just started uising the tabs plugin and like it a lot. I was wondering, though, how would I implement it if I want the current open tab to close itself when clicked again? This means that there may not be any tabs open at a given time. -----Original Message----- From: discuss-bounces@jquery.com [mailto:discuss-bounces@jquery.com] On Behalf Of Klaus Hartl Sent: Tuesday, September 12, 2006 4:09 AM To: jQuery Discussion. Subject: Re: [jQuery] Tabs plugin update: autoheight, effects Ah, I think
[jQuery] ThickBox - closing without using the mouse?
A more browser-compatible way to check for the pressed key code is: if (!e) var e = window.event; keycode = e.keyCode || e.which; That might work for you, Jim. m. -----Original Message----- From: discuss-bounces@jquery.com [mailto:discuss-bounces@jquery.com] On Behalf Of Jim Davis Sent: Tuesday, September 12, 2006 7:51 PM To: jQuery Discussion. Subject: Re: [jQuery] ThickBox - closing without using the mouse? Thanks. I added the code you suggested but couldn't get it to work. It didn't break anything,
[jQuery] Checkbox manipulation
Done some plugins for working with multiple checkboxes contained within a form: http://www.texotela.co.uk/code/jquery/checkboxes/ toggleCheckboxes, checkCheckboxes, unCheckCheckboxes _______________________________________________ jQuery mailing list discuss@jquery.com http://jquery.com/discuss/
[jQuery] Update: Getting Started Guide
Hi folks, a new version of the Getting Started Guide was just released: http://jquery.bassistance.de/jquery-getting-started.html Apart from correcting links to reflect the changes to the jQuery site, I also added several examples, tips and links and corrected lots of stuff. Please post any errors you spot or ideas how this guide could be further improved, or simply your opinion if this guide did help you or your colleagues at all. Have fun jQuerying! -- Jörn PS: There is a post in my blog about it,
[jQuery] Suggestion for Interface - Grow()
It'd be nice to have the option to set from and to variables for the width and height. Kinda like Scale() in Scriptaculous http://wiki.script.aculo.us/scriptaculous/show/Effect.Scale Tom. _______________________________________________ jQuery mailing list discuss@jquery.com http://jquery.com/discuss/
[jQuery] Update: Getting Started Guide
Bahahah... Did you draw that? Because it's absolutely awesome!!! <!----------------//------ andy matthews web developer certified advanced coldfusion programmer ICGLink, Inc. andy@icglink.com 615.370.1530 x737 --------------//---------> -----Original Message----- From: discuss-bounces@jquery.com [mailto:discuss-bounces@jquery.com]On Behalf Of Jörn Zaefferer Sent: Tuesday, September 12, 2006 1:08 PM To: jQuery Discussion. Subject: [jQuery] Update: Getting Started Guide Hi folks, a new version of the
[jQuery] Performance of idrag/idrop
Hi, I've created a UI where items can be dragged from a palette and dropped into a table - using jQuery and iDrag/iDrop from Interface. So, I've made every table cell and heading ('th.td') a Droppable, so there could be hundreds of droppables, but only a small amount of draggables (ie. less than 20). Now this is causing a major delay on starting a drag operation. I've had a look at idrop.js, and highlight() seems to where the delay occurs. I tried to profile the code using venkman, but can't my head
[jQuery] Visual incompability between 1.0.1 and Rev 110 (2006-07-01)
Dear Developers, I have found on my page a small visual incompability in slideDown beetween the stable and a maybe oldie version of JQuery. The example sites (try clicking on the plus sign): http://hirkapu.hu/old/ (Rev 110) http://hirkapu.hu/ (1.0.1) The older version of JQuery makes slideDown smoother, than the new one. What should I do to make this effect to be work so clean as in the old version? Greetings, Bence _______________________________________________ jQuery mailing list discuss@jquery.com
[jQuery] thickbox and fadeOut()
I´m trying to fadeOut() a DIV within a thickbox. when the div is fading out, the whole site is moving up a bit (even the surroundings ot the thickbox). note: it´s an error message within a thickbox. the user has the possibility to close that message. any ideas? thanks, patrick _______________________________________________ jQuery mailing list discuss@jquery.com http://jquery.com/discuss/
[jQuery] inside A
Forgive me my stupid question... but is there an easy way to turn this: <a href="#">some text</a> into this: <a href="#"><div class='someclass'>some text</div></a> It's some kind of wrap... but from the inside :-) _______________________________________________ jQuery mailing list discuss@jquery.com http://jquery.com/discuss/
[jQuery] slideToggle() error - what's wrong?
Dear Developers and Users, I have some alignment problems on http://www.typoszalon.hu/, on the main page are three buttons which toggles the wanted informations on and off. All the informations are slided down, but the parts after these items are placed wrong. What should I try? Greetings, Bence _______________________________________________ jQuery mailing list discuss@jquery.com http://jquery.com/discuss/
[jQuery] inside A
Is this valid xhtml? -----Original Message----- From: Dossy Shiobara [mailto:dossy@panoptic.com] Sent: Tuesday, September 12, 2006 3:54 PM To: discuss@jquery.com Subject: Re: [jQuery] inside A
[jQuery] Access Element in parent Frame
Hi, what would be the best JQuery-way to access an Element in a parent Frame. The situation I have to deal with is an iframe, embedded in a web page: <html> <body> <iframe src="iframe.html"></iframe> <div id="elemId">Hello World</div> </body> </html> Now, in iframe.html, I want to do something like this: $('parentWindow #elemId').css({color:'#666'}); What would be the correct way to do that? Thank you! Arash _______________________________________________ jQuery mailing list discuss@jquery.com http://jquery.com/discuss/
[jQuery] Triggering with extra data
Hi all. I'm developing a validation system which involves custom events handling. That is, I want to execute some code before the validation and some code after the validation. So, my `$.fn.validate` looks like this (simplified): $.fn.validate = function(callback) { return this.each(function() { var res; var $this = $(this); $this.trigger("beforeValidate"); res = validationExecution(); // edited to simplify $this.trigger("afterValidate", [res]); // <--
[jQuery] Form questions
> I did see your earlier comments. Unfortunately, any click
[jQuery] Form questions
1) Is it possible to easily get the current focused field? 2) Is it possible to programmatically get the cursor to blink in a text field?<br clear="all"> -- Yehuda Katz Web Developer (ph) 718.877.1325 _______________________________________________ jQuery mailing list discuss@jquery.com http://jquery.com/discuss/
[jQuery] Form questions
> From: Yehuda Katz
Next Page