[jQuery] Calling all CF'ers... et al...
It would normally be smart, Klaus, but in my case not much would be gained. I'm building an intranet app, and at 100 mps the ajax calls come back extremely quickly. (truthfully I've yet to see my spinny graphic show up...) -----Original Message----- From: discuss-bounces@jquery.com [mailto:discuss-bounces@jquery.com] On Behalf Of Klaus Hartl Sent: Monday, March 12, 2007 3:02 PM To: jQuery Discussion. Subject: Re: [jQuery] Calling all CF'ers... et al... Paul schrieb:
[jQuery] hoverIntent = my first plug-in
<!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.6000.16414" name=GENERATOR></HEAD> <BODY> <DIV dir=ltr align=left><SPAN class=988110613-13032007><FONT face=Arial color=#0000ff size=2>That's a nice idea actually. Seems to work quite well in IE7.</FONT></SPAN></DIV><BR> <DIV class=OutlookMessageHeader lang=en-us dir=ltr align=left> <HR tabIndex=-1> <FONT face=Tahoma size=2><B>From:</B>
[jQuery] BlockUI over ActiveX plugin
Is it possible to get BlockUI to overlay an ActiveX control in IE? I am using the XStandard XHTML editor plugin for a CMS; form submission is via an AJAX call, while displaying a BlockUI message over the page. In Firefox and Safari, the BlockUI message appears over the plugin; but in IE, the ActiveX control remains on top and hides the BlockUI message, remaining clickable. I thought maybe something with an iframe, but not sure what... Seb_______________________________________________ jQuery mailing
[jQuery] [OT] Nabble question
Normally I get the 'discuss Digest', along with any threads I've subscribed to. Recently I started receiving 'Posts in Forum: JQuery' in addition to all the others. I don't mind the 'Posts...' and prefer the formatting with links to each message, but it can be up to 100 posts, which is too long imo. What I don't want is to receive both the digest and the 'Posts...'. My setting is for daily notification. This also started happening with the jCarousel forum at the same time, and I have that set to
[jQuery] unbind() fails on handler specified in the HTML
Thanks Olaf -- I discovered that fix whilst looking through the mailing list archives. According to the documentation though unbind() should work - and it is there for this purpose! rob
[jQuery] Reference to the element that triggered the event (Karl Rudd)
Thanks Karl. However, that doesn't give me what I'm after...:) A little more explanation. This is my pseudo-HTML <li class="selectable"> content content content <a href="##1">some link</a> content content content content content content <img src="##" /> content content content content content content content content content content content content <a href="##1">some link</a> </li> Clicking on any element within this block will trigger the event. But I want
[jQuery] browser freezes
I typed the following piece of code (which is wrong) and my browser froze: $('input{type="submit"}').css("background", "red"); Just wanted to let you know. Thanks, Ioannis _______________________________________________ jQuery mailing list discuss@jquery.com http://jquery.com/discuss/
[jQuery] Calling all CF'ers... et al...
Okay as promised Will, here's what I do. It's most certainly not the most efficient method, since it's my first go 'round, but it does what I ask it to. I've added a few comments inline for you. (After pasting in here I can't even tell what's going on--and I wrote it! Paste this into your editor to get a clearer view...) A) Here is a snippet of the original html. It simply presents a field/label. <div class="row" id="shipto_location"> <div class="required">Ship-to location:</div> <input type="text"
[jQuery] Sortables question: one for the experts
Hi, I have two DIVs, one on the left, one on the right, each full of mini-DIVs. My question is, I want to drag mini-DIVs from the left DIV to the right DIV, with everything in the right DIV being Sortable. However, I do not want any fo the DIVs in the left to be sortable, but I would like the mini-DIVs from the left to be able to be Sortable if they are dragged to the right DIV. Could someone tell me what are the first steps to begin to do this? Thanks for your help, - Dave _______________________________________________
[jQuery] New Plugin: jqChart - Charts plugin for jQuery
Hi <a href="http://www.reach1to1.com/sandbox/jquery/jqchart/">http://www.reach1to1.com/sandbox/jquery/jqchart/</a> Been working on this for a while now, and finally have a first cut version up and running. Only tested in Firefox 2.0 Would appreciate feedback. Regards Ashutosh Bijoor<br clear="all">-- Reach1to1 Technologies <a href="http://www.reach1to1.com">http://www.reach1to1.com</a> <a href="http://on2.biz">http://on2.biz</a> <a href="mailto:bijoor@reach1to1.com">bijoor@reach1to1.com</a> _______________________________________________
[jQuery] Crazy table format and fit text inside
Hi all After scanned an account bill I'm using Adobe Fireworks(slice tool) to build an HTML output with one <tr /> <td /> for every sliced piece. Crazy! After that I'll cut all images for that table. Only matters the width and height for them. That width and height are appended to every <td /> tag. My CF application needs to fill every field that table with several data. This data needs to conform with your <td> size without wrap for a new line. I'm looking for fit2box plugin example or similar solution
[jQuery] How to tell numerically which sibling element I've triggered?
Hello, all jQuery gurus. I deeply appreciate all the help people provide one another on this list, and how generously the experts contribute their time and wisdom to newcomers such as myself. I finally have an issue I'd like some help with myself, and any assistance would be welcome. I have an unordered list like this: <div id="articlesIndex"> <ul> <li><a href="article01.php>First Article</a></li> <li><a href="article02.php>Second Article</a></li> <li><a href="article03.php>Third Article</a></li>
[jQuery] interface slider question
<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] Calling all CF'ers... et al...
Rick, I'll see if I can make time for this tonight... It's 65 outside and my road bike beckons seductively from the garage. Unfortunately my desire to help is overwhelmed by the end of a long, cold winter in the mountains... -----Original Message----- From: discuss-bounces@jquery.com [mailto:discuss-bounces@jquery.com] On Behalf Of Rick Faircloth Sent: Monday, March 12, 2007 3:35 PM To: 'jQuery Discussion.' Subject: Re: [jQuery] Calling all CF'ers... et al... Paul, could I impose upon you to strip
[jQuery] History/Remote Plugin and Direct Links
Hi, Is there a way to create direct links to a remotely called piece of content on a page that uses the history/remote plugin? How about in a 'pretty' way? For instance, if I'm putting together a page that has remotely loaded content for red widgets, green widgets and blue widgets is there a way I can load the green widget content block via url? It seems like it's all there but I'm just missing it. when I try to go to <a href="http://mysite.com/widgets.html#widget-2">mysite.com/widgets.html#widget-2</a>,
[jQuery] Getting checked/disabled Attributes using attr()
Sweet! Works like a charm- thank you very much, Erik. Michael > -----Original Message----- > From: discuss-bounces@jquery.com [mailto:discuss-bounces@jquery.com] On > Behalf Of Erik Beeson > Sent: Monday, March 12, 2007 2:23 PM > To: jQuery Discussion. > Subject: Re: [jQuery] Getting checked/disabled Attributes using attr() > > Assuming your checkbox is called 'cb' and your submit button is called > 'sub', try this: > > $(function() { > $('#cb').click(function() { > if($(this).is(':checked'))
[jQuery] How to test if droppable has accepted a draggable?
Hi, Thanks for Erik's previous response. I have a new question on this subject. If I have defined draggables with class "drag" a droppable zone with id = "dropzone1", once I have finished dragging my item, how do I test if it has been accepted by "dropzone1"? Further, if it has not been accepted, how do I send the draggable item back to its original position? Thanks, - Dave _______________________________________________ jQuery mailing list discuss@jquery.com http://jquery.com/discuss/
[jQuery] Selecting the active line (line under mouse)
Hi. I just cant figure this. I want to highlight the line over which the mouse is currently hovering. This could be a line in a or a div element. Note that I don't want to highlight the whole div/p, just the line the mouse is hovering over. An ugly way I *could* do a highlight would be to find the current (active) element's width, line height, and the mouse position, and add a div at that point, in a higher layer, and some low alpha value (so the text underneath can be seen). And this _is_ ugly.
[jQuery] Show/hide
Hi, I'm doing a dropdown using the show/hide script jquery-latest. One thing is that for a blogroll the client has, about 900px long, if I don;t shorten it a lot when its opened the sidebar its in vanished (ie6). When its short its fine. Is this usual or heard of? Second part is I am using an image background for the dropdowns, wanting one to show open and one when closed. <h2 class="closed"><a style="text-decoration:none" name="return" href="#" class="menu2">Show Categories</a></h2> <div style="border:0"
[jQuery] Getting checked/disabled Attributes using attr()
<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] More sensible draggables question
Hi, After reading through the documentation, I have a more sensible question about draggables, overriding the more vague question I asked before. I am trying to create an area where the draggable can be moved and if it is not moved to this area, I would prefer it returns to where it is. I found an attribute "containment" for the draggable. Sadly, my page does not seem to be respecting the containment. Instead allowing the draggable to be moved anywhere on the screen, regardless of whether it is in
[jQuery] n-related select dropdown in jQuery?
<!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.6000.16414" name=GENERATOR></HEAD> <BODY> <DIV><SPAN class=091040421-12032007><FONT face=Arial size=2>Does anyone have code for an n-related select dropdown box(es) in jQuery?</FONT></SPAN></DIV> <DIV><SPAN class=091040421-12032007><FONT face=Arial size=2></FONT></SPAN> </DIV> <DIV> </DIV> <DIV align=left><SPAN style="FONT-SIZE:
[jQuery] Carl P has sent you a private message
<html> <head> </head> <body bgcolor="#FFFFFF" leftmargin="0" marginheight="0" marginwidth="0" text="#000000" topmargin="0"> <div style="padding-left: 20px; padding-top: 20px"> <font face="Verdana, Arial, Helvetica, sans-serif" size="2"> <a href="http://www.flixster.com/servlet/invite/633050151ufbA633057778Btlkhlp3Cm">http://www.flixster.com/servlet/invite/633050151ufbA633057778Btlkhlp3Cm</a><br/><br/> Carl P </font> <br/><br/> <table border="0" cellpadding="0" cellspacing="0" width="100%"> <tr><td
[jQuery] Bug Report - Component returned failure code: 0x80070057 (NS_ERROR_ILLEGAL_VALUE)
hi, I think I found a bug. It happens when I try to use click function..here is my script that generates the error $("span.opt_value").click(function(){ alert($(this).attr('value')); $("div#content").load($(this).attr('value')); }); The exact error as shown by firebug is uncaught exception: [Exception... "Component returned failure code: 0x80070057 (NS_ERROR_ILLEGAL_VALUE) [nsIXMLHttpRequest.open]" nsresult: "0x80070057 (NS_ERROR_ILLEGAL_VALUE)" location:
[jQuery] need help with tabs
hey. for some reason i cant make this page to show loading gif/message while i click on tab... i did what you told me and its still not working can any1 take a look? http://www.oranuse.com/myhome/down.php -- View this message in context: http://www.nabble.com/need-help-with-tabs-tf3380657.html#a9409621 Sent from the JQuery mailing list archive at Nabble.com. _______________________________________________ jQuery mailing list discuss@jquery.com http://jquery.com/discuss/
[jQuery] Hide All Except One (tabs)
Same in IE7. -----Original Message----- From: discuss-bounces@jquery.com [mailto:discuss-bounces@jquery.com] On Behalf Of Bruce Sent: Monday, March 12, 2007 2:53 PM To: discuss@jquery.com Subject: Re: [jQuery] Hide All Except One (tabs) Charles, it works great in firefox, but in ie6 on a pc I get a blank page when clicking on the other two links... Bruce P bkdesign ----- Original Message ----- From: "Charles Stuart" <cs@enure.net> To: <discuss@jquery.com> Sent: Monday, March 12, 2007 3:36 PM Subject:
[jQuery] Is there a CSS doctor in the house?
I'm sorry to post a non jQuery related question in the board, but I spent the whole day of yesterday on this and I need it to work for my jQuery plugin (So, somehow, it IS jQuery related). The thing is I have a list of buttons and I can't make the color selectors (foreground and hilite color) look like the ones <a href="http://tinymce.moxiecode.com/example_full.php?example=true">here</a>. I was wondering if anyone here would be so kind so that if I send him the HTML and the images they could fix
[jQuery] remove( String expr )
I need Before: <select name="taxonomy[6]" style="visibility:hidden" class="form-select" id="edit-taxonomy-6" > After: <select name="taxonomy[6]" class="form-select" id="edit-taxonomy-6" > I need remove style="visibility:hidden" from id="edit-taxonomy-6" I am newbie in JQuery I tried a lot of things.<br clear="all"> Regards -- Mário _______________________________________________ jQuery mailing list discuss@jquery.com http://jquery.com/discuss/
[jQuery] unbind() fails on handler specified in the HTML
It seems that unbind() will only remove event handlers that were attached to elements by jQuery. The following does not remove the event handler specified in the element's attributes. Behaviour is repeatable for several event types on Fx2.0.0.2 and IE6.0 -- bug, missing feature or missing documentation? <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd"> <html> <head> <meta http-equiv='content-type' content='text/html; charset=ISO-8859-1' /> <title>Tester</title>
[jQuery] draggables question
Hi, I have two DIVs on my page. Div A contains smaller DIVs that I'd like to be able to drag to DIV B. But if the user doesn't drag DIV A's smaller DIV within part of the boundary of DIV B, I'd like the smaller DIV to return back to where it was. Does JQuery support this? I've looked at the demo http://interface.eyecon.ro/demos/drag.html and I can't find anything that does quite this. Thanks for any help, - Dave _______________________________________________ jQuery mailing list discuss@jquery.com
[jQuery] problem with function
well, it is an rather weird, thing this error...So i start the code add a breackpoint on the following line : ---------------- activateForm(); ---------------- getPostContent = function(){ $("div#tripwire").empty(); $.post("list.php",{"id":2,"sessionID":sessionID,"getValue":1},function(html){ $("div#tripwire").append(html); }); activateForm(); enableSave(); } everything works fine, but once i remove it, nothing works anymore...anyone got an idea...i'll
[jQuery] function problems dynamic content
I have a problem when i load some content into the body of my page, it seems that the event listeners that i attached to the body of my code doesn't get attached to dynamicly changed content. I found an alternative solution to this by using the getScript function. $.getScript("js/loadeable.js"); but this works only 50/50, because if load the same function two times, wich happens if you use one link two times..the event listeners get also attached two times...wich results in a couple of 100 page loads
[jQuery] NEWS: Fun Demo Built With jQuery
I know many of you are not ColdFusion developers so you won't recognize the ColdFusion Guru part of this page but I thought this was a very cool and fun project that Ben undertook. http://www.bennadel.com/index.cfm?dax=blog:569.view I'm glad to see jQuery really taking off in the ColdFusion community. Rey... _______________________________________________ jQuery mailing list discuss@jquery.com http://jquery.com/discuss/
[jQuery] NEW Plug-in: cfjs (ColdFusionJavaScript)
Ah...I see... I'd be interested in knowing that too. -----Original Message----- From: discuss-bounces@jquery.com [mailto:discuss-bounces@jquery.com] On Behalf Of Priest, James (NIH/NIEHS) [C] Sent: Monday, March 12, 2007 9:23 AM To: jQuery Discussion. Subject: Re: [jQuery] NEW Plug-in: cfjs (ColdFusionJavaScript)
[jQuery] NEW Plug-in: cfjs (ColdFusionJavaScript)
You can look up any of those functions here: http://www.cfquickdocs.com/ At least their actual Coldfusion versions. It will show required arguments as well as return values. -----Original Message----- From: discuss-bounces@jquery.com [mailto:discuss-bounces@jquery.com] On Behalf Of Priest, James (NIH/NIEHS) [C] Sent: Monday, March 12, 2007 8:12 AM To: jQuery Discussion. Subject: Re: [jQuery] NEW Plug-in: cfjs (ColdFusionJavaScript)
[jQuery] How to add a class to a tag specified in a variable?
Hi I'm fairly new to both javascript and jquery, so an appoligy in advance if this is fairly noobish.. My scenario is as following: I have a table with many rows, each with its own ID and a class. Like so: <tr id="id1" class="clickable"></tr> <tr id="id2" class="clickable"></tr> _______________________________________________ jQuery mailing list discuss@jquery.com http://jquery.com/discuss/
[jQuery] Accordion - onHide / onShow actions available ?!?!
Hi, my first jquery question - be nice ;-)) I have an accordion setup via the following JS code : <span style="font-family: courier new,monospace;">$('#Show_hide').Accordion({</span><br style="font-family: courier new,monospace;"> <span style="font-family: courier new,monospace;"> active: false,</span><br style="font-family: courier new,monospace;"><span style="font-family: courier new,monospace;"> alwaysOpen: false,</span><br style="font-family: courier new,monospace;"> <span style="font-family:
[jQuery] How do I fix this error?
Hi, all... Using Jorn's Validation plug-in and trying to use a submitHandler. Firebug is giving me this error: "CalculateMortgage is not defined" Can someone tell me what I need to do to the Calculate Mortgage function to define it? Thanks for any help! Rick Here's the full jQuery code involved: <script type="text/javascript"> $.validator.defaults.debug = true; $().ready(function() { // validate Mortgage_Calculation_Form form fields on keyup $("#MC_Form").validate({ errorPlacement:
[jQuery] NEW Plug-in: cfjs (ColdFusionJavaScript)
Hey Chris- This is so coool... thanks! Can't wait to put this to work. Michael
[jQuery] Need someone to help me understand my syntax error in validation plug-in...
Hi, all... (and perhaps you're around, Jorn?) One of the things that confuses me most about JS is the bracketing that has to occur. Jorn, I've tried to place the submitHandler in my code and I don't know if I've done that correctly, but I do know that I'm getting an error in Firebug: "missing { before function body" $("#MC_Form").validate({\n Before I moved my code that was handling the mortgage calculation inside the validation code, I wasn't getting this error. I'm sure it's because I'm missing
Next Page