[jQuery] mootools
<html 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:0in; margin-bottom:.0001pt; font-size:12.0pt; font-family:"Times New Roman";} a:link, span.MsoHyperlink {color:blue; text-decoration:underline;}
[jQuery] mootools
moo.fx has some very nice special effects. I've been trying to replicate them in jquery and interface without much luck. The base effect works, but they don't jQuery doesn't seem to play as nice with all my surrounding divs. Check out these nice accordion examples: http://www.nyokiglitter.com/tutorials/tabs.html ________________________________ From: discuss-bounces@jquery.com [mailto:discuss-bounces@jquery.com] On Behalf Of Marco M. Jaeger Sent: Friday, September 08, 2006 2:56 PM To: discuss@jquery.com
[jQuery] Quick Selector Question
Ok I have a DL that looks something like this: <dl> <dt class="one"></dt> <dd></dd> <dd></dd> <dd></dd> <dd></dd> <dt class="two"></dt> <dd></dd> <dd></dd> <dd></dd> <dd></dd> </dl> Now, I would like to write a jQuery expression that would select dt.one and all dd siblings until it reaches dt.two. Any clever ideas would be most helpful Thanks, Wil _______________________________________________ jQuery mailing list discuss@jquery.com http://jquery.com/discuss/
[jQuery] Dynamically open a window
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"> <HTML><HEAD> <META http-equiv=Content-Type content="text/html; charset=us-ascii"> <META content="MSHTML 6.00.2900.2963" name=GENERATOR></HEAD> <BODY> <DIV><SPAN class=333554318-08092006><FONT face=Arial size=2>I've looked at lightbox and thickbox, both are great products, but I need to dynamically open a "window" (dressed up div) to display results. It needs to be closable, resizable, draggable </FONT></SPAN></DIV> <DIV><SPAN class=333554318-08092006><FONT
[jQuery] Wiki Vandalism
Hello, It appears that some anonymous fool has arsed about with the wiki, and Plugins/ExtendedTabs is no more. Is there a way of viewing historic versions of pages if this happens? or restoring it ourselves? In the mean time does anyone have the code for ExtendedTabs that they could email to me? Cheers - Mark Gibson _______________________________________________ jQuery mailing list discuss@jquery.com http://jquery.com/discuss/
[jQuery] Dynamically open a window
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"> <HTML><HEAD> <META http-equiv=Content-Type content="text/html; charset=us-ascii"> <META content="MSHTML 6.00.2900.2963" name=GENERATOR></HEAD> <BODY> <DIV> </DIV> <DIV> </DIV> <DIV align=left><FONT face=Arial size=2>Sam Carter</FONT></DIV> <DIV align=left><FONT face=Arial size=2>Native Intelligence, Inc.</FONT></DIV> <DIV align=left><FONT face=Arial size=2>(301) 948-1453</FONT></DIV> <DIV align=left><FONT face=Arial size=2><A href="http://nativeintelligence.com/">http://nativeintelligence.com</A></FONT></DIV>
[jQuery] Why I love jQuery...
$(' <strong>No images found.</strong>').appendTo('#msg').pause(3000, 'fx').fadeOut('normal', function() { $(this).remove() } ); Do I need to say more? PS: Ah yes, thanks for the pause plugin, Jonathan! -- Klaus _______________________________________________ jQuery mailing list discuss@jquery.com http://jquery.com/discuss/
[jQuery] Available Screen Real Estate
Thanks much, Paul! That worked a charm. Essentially what I'm doing is attempting to place a DIV, among other content, in a page with a fixed masthead and footer. If this DIV's contents make the page longer than the available screen real estate, I want the DIV to become scrollable (using overflow:auto). The trick is that the other content is variable, so I'm working out a means to manipulate the max-height of the DIV accordingly (available screen real estate minus the total of the dimensions of the
[jQuery] Ajax fails in IE after first click
I have a very simple test JQuery Ajax demo that for some reason fails in IE (all versions) after the first click. The first click works, but after that it sends out no additional XMLHttpRequests. Something leads me to believe it's something other than a jQuery issue, but I've been unable to see what could possibly be wrong. It's as if IE just caches the first XHR and never moves on. Expected results: click the link containing a person's name and that fires off $.get() to retrieve a new name in plain
[jQuery] Available Screen Real Estate
Greetings, all. I suspect I'm overlooking something fairly obvious in my perusal of the documentation, but is there an easy way to determine the width and height of the available screen real estate (that is, the viewable area of the browser, not the document dimensions) with JQuery? Many thanks! Kevin _______________________________________________ jQuery mailing list discuss@jquery.com http://jquery.com/discuss/
[jQuery] Problems getting border width
--
[jQuery] Comparable prototype.js methods?
> Some of the prototype.js functions which I use quite a bit are:
[jQuery] Accordion problem
Addition to my previuos post. This code seems not to be compatible with jquery version 1 alpha. Though it is compatible with the latest version. I want it to be compatible with version 1.0a as thickbox uses that version and i want to combine the accordion and the thickbox in one page. pm4 = { init: function(){ active = '#pm4-a'; running = 0; $('#pm4-example/div/div').not(active).hide(); $('#pm4-example/div/a').click(function(e){ e.preventDefault(); var p = $('div', this.parentNode); if (running ||
[jQuery] Thickbox issue - nonalpha characters in image title
Found an issue with thickbox, not sure where to report it. We have an image located at files/thumbnails/500-Bill%2526Mary.jpg. It will not open up in the expanded view. I believe the issue is related to the title of the image, we renamed it and it works. The trouble is our users do not follow instructions about naming and there's no way to automatically rename 1000s of images every day. Any ideas on how to fix it? Is this a known bug? M _______________________________________________ jQuery mailing
[jQuery] Comparable prototype.js methods?
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"> <HTML><HEAD> <META http-equiv=Content-Type content="text/html; charset=us-ascii"> <META content="MSHTML 6.00.2900.2963" name=GENERATOR></HEAD> <BODY> <DIV><SPAN class=811554115-08092006><FONT face=Arial size=2>Some of the prototype.js functions which I use quite a bit are:</FONT></SPAN></DIV> <DIV><SPAN class=811554115-08092006><FONT face=Arial size=2></FONT></SPAN> </DIV> <DIV><SPAN class=811554115-08092006><FONT face=Arial size=2>include(),
[jQuery] XPath 'tag[@att]' doesn't work on XML documents
--
[jQuery] Aax fails in I aft first click
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> <html> <head> <style type="text/css"> <!-- /* The original subSilver Theme for phpBB version 2+ Created by subBlue design http://www.subBlue.com NOTE: These CSS definitions are stored within the main page body so that you can use the phpBB2 theme administration centre. When you have finalised your style you could cut the final CSS code and place it in an external file, deleting this section to save bandwidth. */ /* General page style.
[jQuery] XPath 'tag[@att]' doesn't work on XML documents
Hello, I've come across a strange bug in IE: I've loaded an XML doc using $.get(), and selecting nodes using an XPath with a predicate containing an attribute: $("data[@stuff]", xml) IE just throws a wobbly: Line: 639 Error: Wrong number of arguments or invalid property assignment which appears to reside in the 'attr' function, the line is: } else if ( elem.getAttribute ) { as you see the message is a bit vague, i don't see a function call here or an attempt at assigning a property! I've attached
[jQuery] accordion problem
<html 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:0in; margin-bottom:.0001pt; font-size:12.0pt; font-family:"Times New Roman";} a:link, span.MsoHyperlink {color:blue; text-decoration:underline;}
[jQuery] jQuery 1.01 - each does not work in IE with context
<div><span class="041195614-08092006"><font face="Arial" size="2">I created a plugin as a temporary fix to the problem. I needed the functionality immediately so I had to write something. I figured I would share it with the community. I hope it helps.</font></span></div> <div><span class="041195614-08092006"></span> </div> <div><span class="041195614-08092006"><font face="Arial" size="2"><a href="http://www.kevinandre.com/jquery/jox.html">http://www.kevinandre.com/jquery/jox.html</a></font></span></div><br
[jQuery] [NewBie]Is there something basic functions/classes extension in jQuery, just like Array, String, etc
> Hi, Maybe you could think of adding things like $A, $H,
[jQuery] swapClass
> When writing plugins you're fully encouraged to use the
[jQuery] ttabs in interface plugin
Is the ttabs demo on interface.eyecon.ro working for anyone? (http://interface.eyecon.ro/demos/ttabs.html) I've tried it on windows & osx, in both IE & Firefox, but it doesn't seem to respond @ all. Thanks, Glen _______________________________________________ jQuery mailing list discuss@jquery.com http://jquery.com/discuss/
[jQuery] Submitted form not picking up selected items
<html> <body> Hi folks, I'm using the following code to pass form data onto the server for processing.... <tt>$.fn.ajaxSubmit = function(e) {this.submit(function(){ var params = {}; $(this) .find("input[@checked], input[@type='text'], input[@type='hidden'], input[@type='password'], option[@selected], textarea") .filter(":enabled") .each(function() { params[ this.name || this.id || this.parentNode.name || this.parentNode.id ] = this.value; });$("div#indicate").show(); $.post(this.getAttribute("action"),
[jQuery] Window property error with ThickBox
Yes, I had this problem before with thickbox 2.0 and Jquery 1.0, but I don't know why. I turned into previous jquery version. :( Un saludo, Albert Garcia OboLog » Tus pensamientos en red www.obolog.com ______________________________________________ Mi blog personal en http://obokaman.obolog.com > -----Mensaje original----- > De: discuss-bounces@jquery.com > [mailto:discuss-bounces@jquery.com] En nombre de Jonathan Chong > Enviado el: viernes, 08 de septiembre de 2006 7:15 > Para: discuss@jquery.com
[jQuery] isortables and onStop callback
Hello, I discover jquery some weeks ago and this list yesterday, so pardon me if I'm not on the right place for my question, but I didn't find any feedback way about "interface" : I use interface isortable and wanted to use onStart and onStop callbacks, but onStop didn't worked : it was calling onStart ! I changed some lines (unachieved copy/paste it seems) to correct this, patch is attached. I also had to change calls to hasWord() by className.has(), but i'm not sure it's correct as it seems to
[jQuery] slideup timer
hi, I've this: <script type="text/javascript"> $(document).ready(function() { $('#flash').slideDown("slow")({ }); }); </script> <div id="flash" style="display:none;"> <?php echo $content; ?> </div> is there a jquery way to have this #flash slideup after a certain amount of time? thanks, I'm new to jquery. _______________________________________________ jQuery mailing list discuss@jquery.com http://jquery.com/discuss/
[jQuery] Missing from core?
Core/Plugin decisions are always difficult. However, I think adding size and position information to jQuery core would be a great benefit to plugin developers. There are lots of differences between browsers. I am very much experiencing this trying to make an autocompleter work cross browser. Stefan Petre has done an excellent job with his iutils extension. Maybe the size and position functions, or equivalents (but why do it all over again) should be included in jQuery core. P.S. left() top() and
[jQuery] scrollbar
Ack, ok i asked about the scrollbar stuff too soon - figured it out: http://www.willjessup.com/sandbox/jquery/scrollbar/scrollbar.html need some work, but i think that should do it (for me at least) Will _______________________________________________ jQuery mailing list discuss@jquery.com http://jquery.com/discuss/
[jQuery] Removing a click handler
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"> <HTML><HEAD> <META http-equiv=Content-Type content="text/html; charset=us-ascii"> <META content="MSHTML 6.00.2900.2963" name=GENERATOR></HEAD> <BODY> <DIV><SPAN class=746033603-08092006><FONT face=Arial size=2>Once a handler is assigned</FONT></SPAN></DIV> <DIV><SPAN class=746033603-08092006><FONT face=Arial size=2></FONT></SPAN> </DIV> <DIV><SPAN class=746033603-08092006><FONT face=Arial size=2>$('#mydiv').click(myfunction);</FONT></SPAN></DIV>
[jQuery] :not, :and
Should $().add() be $().and() instead? It makes more sense if the counterpart is "not". -brito _______________________________________________ jQuery mailing list discuss@jquery.com http://jquery.com/discuss/
[jQuery] Window property error with ThickBox
Hello I'm receiving a Javascript error with ThickBox, after upgrading to jQuery 1.0.1: Permission Denied on property window.nodeType This is happening with both my old version of ThickBox, and the latest version. I downgraded my version of jQuery to the version before 1.0 and both versions of ThickBox still work. I am using Firefox 1.5.0.6 on Mac OS X. This is not happening on Safari though. If anyone has experienced this issue, please let me know if you managed to resolve it. thanks. -- Jonathan
[jQuery] Autocompleter update (again)
After all the IE transparecny issues, I decided to take a closer look at what I was doing at the DOM level, and I looked at solutions of other plugin authors. It turned out that I was using a workaround for a bug that existed in earlier versions of jQuery that had since been fixed. Also, the DatePicker plugin had a more elegant way of handling the IE transparency bug. So: - Autocomplete no longer uses a wrapper DIV - IE transparency issues seem resolved - The plugin file is smaller in size - I optimized
[jQuery] Interface slideshow
I've been trying to make a slideshow with interface, but cant make it work. In fire fox I get the error "slideshow has no properties". here my code $(function() { $.slideshow({ container : 'myshow', images : [ { src: 'slideshow/august05rakscraps_tahera_preview.jpg', caption: 'one' }, { src: 'slideshow/Black-Squirrel-pushpins-preview.jpg', caption: 'two' }, {
[jQuery] jQuery scrollbar
Ahoy list, Is there a good jQuery scrollBar out there? I started using the iDrag library from interface which I think may lead to half of the solution but didn't see a clear way to rig things up because the onDrag method is a bit slow (or i'm doing something wrong). If anyone can point me to a library or give me some tips for iDrag, please let me know. Thanks, Will _______________________________________________ jQuery mailing list discuss@jquery.com http://jquery.com/discuss/
[jQuery] AJAX loadIfModified() problems
Thanks! I added a custom header to my JSP so that the "Last-Modified" value is only updated when the page contents are updated. It is now working very nicely with jQuery. :-) -----Original Message----- From: discuss-bounces@jquery.com [mailto:discuss-bounces@jquery.com] Sent: September 7, 2006 3:29 PM To: jQuery Discussion. Subject: Re: [jQuery] AJAX loadIfModified() problems
[jQuery] swapClass
I'm not sure how helpful this will be to anybody, but i thought i would post it to the list anyway. jQuery.fn.swapClass = function(c1, c2){ return this.each(function(){ var t = $(this); ( t.is('.'+c1)) ? t.addClass(c2).removeClass(c1) : t.addClass(c1).removeClass(c2); }); } I've found this to be pretty helpful, so i thought i would contribute it to the group. Also i would like to know if this is the most efficient this code could be. Thanks, Wil _______________________________________________
[jQuery] swapClass
> jQuery.fn.swapClass = function(c1, c2){
[jQuery] Autocompleter update (again)
1) Make sure that the input element has the rule display: block .ac_wrapper input { width: 100%; display: block; } -----Original Message----- From: discuss-bounces@jquery.com [mailto:discuss-bounces@jquery.com] On Behalf Of Jason Huck Sent: Thursday, September 07, 2006 1:39 PM To: discuss@jquery.com Subject: Re: [jQuery] Autocompleter update (again) This looks pretty nice. Attempting to implement now, got a couple of questions: 1) Using the CSS in your demo page, what's the easiest way to
[jQuery] Autocompleter update (again)
Works for IE, too: http://msdn.microsoft.com/workshop/author/dhtml/reference/properties/aut ocomplete.asp Here's a good backgrounder document: http://wiki.mozilla.org/The_autocomplete_attribute_and_web_documents_usi ng_XHTML ~ David -----Original Message----- From: discuss-bounces@jquery.com [mailto:discuss-bounces@jquery.com] Sent: September 7, 2006 1:48 PM To: jQuery Discussion. Subject: Re: [jQuery] Autocompleter update (again)
Next Page