[jQuery] How to use cookies?..
Hi there, I used the interface plugin to make a window be draggable, now i found a good cookie plugin: <a href="http://www.stilbuero.de/2006/09/17/cookie-plugin-for-jquery/">http://www.stilbuero.de/2006/09/17/cookie-plugin-for-jquery/ </a> How do i use them to make it remember the position?... Ive tried alot of examples of ordinary javascript + cookie but i cant get it to work with the plugin. I appriciate all help (sorry for bad english, im german).. Thanx. Nisse. _______________________________________________
[jQuery] JDmenu and dimensions version clash.
Hi all, I'm having some issues with Jonathan Sharp's JDmenu plugin and the dimensions plugin. The version of dimensions.js that ships with jdmenu(*1) is quite different from the one that's on the jquery website(*2).. *1: http://jdsharp.us/code/jQuery/plugins/jdMenu/1.2.1/jdMenu-1.2.1.zip *2: http://jquery.com/dev/svn/trunk/plugins/dimensions/dimensions.js?format=txt Unfortunately jdmenu stops working when you use the newer version of dimensions. Has anyone else experienced this, and perhaps know
[jQuery] Docs Wigdet
We need that for jQuery!!! http://www.bartelme.at/journal/archive/prototype_reference_widget/ Funny thing: I found the following in their sidebar (about Visual jQuery): "A visual documentation of the jQuery JavaScript library. Would be nice to have something similar for Prototype too." -- Klaus _______________________________________________ jQuery mailing list discuss@jquery.com http://jquery.com/discuss/
[jQuery] how to find out the browser your using with jquery and do a action?
<html> <head> <style> P { margin:0px; padding:0px } body { FONT-SIZE: 10pt; FONT-FAMILY:Tahoma } </style> </head> <body><div style="text-align: left;">thanx. i couldn`t find it.. it`s working perfectly. </div> <blockquote style="border-left: #008080 2px solid; padding-left: 5px; margin-left: 5px; margin-right: 0px;"><hr id="EC_stopSpelling">Date: Mon, 26 Feb 2007 12:07:30 +1300 From: cdomigan@gmail.com To: discuss@jquery.com Subject: Re: [jQuery] how to find out the browser your using with jquery
[jQuery] how to find out the browser your using with jquery and do a action?
<html> <head> <style> P { margin:0px; padding:0px } body { FONT-SIZE: 10pt; FONT-FAMILY:Tahoma } </style> </head> <body><div style="text-align: left;">Hey, i`m using a effect on tables which only seem to work in firefox.. so now i would like to make the effect browser dependent.. so if it`s firefox: use fade, if it`s any other browser (not gecko based) use another effect or don`t use any effect at all. o btw.. why do my reply`s not appera in the "thread" that i started but as a new thread? example
[jQuery] ANNOUNCE: Alpha 2 of Ext 1.0 for jQuery is Available
Guys, Alpha 2 of Ext 1.0 for jQuery is now available for download. You can find out more details here: http://www.yui-ext.com/forum/viewtopic.php?t=3084 and download Ext 1.0 for jQuery Alpha 2 here: http://www.yui-ext.com/forum/viewtopic.php?t=2940 Rey... -- BrightLight Development, LLC. 954-775-1111 (o) 954-600-2726 (c) rey@iambright.com http://www.iambright.com _______________________________________________ jQuery mailing list discuss@jquery.com http://jquery.com/discuss/
[jQuery] how do i use display: table-row; instrad of display: block; with the show() effect on table rows?
<html> <head> <style> P { margin:0px; padding:0px } body { FONT-SIZE: 10pt; FONT-FAMILY:Tahoma } </style> </head> <body><div style="text-align: left;">Hey, well the title really says it all.. i`m trying to add/delete table rows with jquery and that`s working.. the bad thing is that jquery makes the rows that i do with the show() effect (this line: $(newObject).show("slow");) with display: block; and that distroys the way the table should look. if i could just set it to table-row just for the ones
[jQuery] How to add event handler to XMLHttpRequest.onreadystatechange?
Hi folks, Anyone know if it is possible to add a custom event handler for the onreadystatechange events of JQuery AJAX calls? I'm accessing a url that is slow to complete but does add to its output as it progresses. It would be nice to be able to catch each new fragment to inform the user of progress. I've experimented with the 'beforeSend' ajax argument to fiddle with the XMLHttpRequest object's properties before making the ajax call but had no luck. Many thanks, George -- View this message in context:
[jQuery] Treeview - collapsing sub-branches
<html> <body> Hi folks, I'm suffering from a no doubt self-inflicted problem with the brilliant Treeview plugin - when I click a sub-branch to collapse it, it does collapse, but then immediately expands. The plugin's example page (<a href="http://jquery.bassistance.de/treeview/treeviewDemo.html" eudora="autourl"> http://jquery.bassistance.de/treeview/treeviewDemo.html</a>) has it (the plugin) working its magic on all ul tags in the body of the page. For my use, I wanted to contain this behaviour
[jQuery] Interface problem
Hi there, I've got a really odd problem with the interface plugin. The thing is that when I go to the specific site that uses Interface theres no problem, but when I update the page I get this: http://img02.picoodle.com/img/img02/7/2/25/f_Interfaceerm_e3ca35b.gif So, following a link or typing in the url results in no error, but pressing F5, or rightclick/reload does. This is in FF 1.5. In IE7 I get a "IE could not open the internet site ... operation aborted" followed by a "Internet Explorer cannot
[jQuery] jQuery.com site Question / Suggestion
Seeing as there's a number of quality "API helpers" and such for jQuery, I was curious if there are any plans to have them added to the site, say perhaps a new sub-section under documentation? I hope they aren't already there or I will feel like a void(0) :p I know some of them have been covered in the blog, however I think when people need help, the blog probably isn't a candidate for answers. What I am thinking of is things like: * the jQueryHelp.exe from Sean O * the PDF API from Ben Nadal * the
[jQuery] jqModal r7 IE6 Problems
Javascript: $(function(){ var popup = $("#popup").jqm(); $("a").click(function(){ popup.jqmShow(); }); }); Body: <a href="#">Click me!</a> <div id="popup" class="jqmWindow"> <a href="#" class="jqmClose">Close</a> <br/> Hello, world! </div> Crashes IE: Line: 0 Error: Object required Unable to debug, but I was having another problem with IE6 and jqModal with a much more complex document that pointed to hash[...].w as the culprit. Anyone have any ideas? Does
[jQuery] dynamic input attribute
Hey All, Jquery noob here... I would like to select an input checkbox field with a specific name, and check the box, but that name would have to be dynamic. It seems like I need to do something like: $("input[@name=myvariable]").attr( {checked: true }); ...but I don't want the string "myvariable", I want the value of myvariable. Is there a way to do that? TIA, Josh _______________________________________________ jQuery mailing list discuss@jquery.com http://jquery.com/discuss/
[jQuery] DateSelector (Kelvin Luck): whishlist
Hi Kelvin, - what about adding a Calender Week Number before first column? Like this: Februar 2007 KW 5 29 30 31 1 2 3 4 6 5 6 7 8 9 10 11 7 12 ... 8 19 ... 9 26 ... - and a download zip on your site with (source, css AND calendar.png) - maybe you want to include german date infos -- cut -- cut -- cut -- cut -- cut -- cut -- cut -- cut -- cut -- cut var months = ['Januar', 'Februar', 'März', 'April', 'Mai', 'Juni', 'Juli', 'August', 'September', 'Oktober', 'November', 'Dezember']; var days
[jQuery] Search Results Filtering
> What I am wondering is if anyone has done any work towards a
[jQuery] Something like drop down menu
<html><head><style type="text/css"><!-- DIV {margin:0px;} --></style></head><body><div style="font-family:times new roman, new york, times, serif;font-size:12pt"><div>i have a links something like a <ul> list with an anchor to a file, wich each one must showme a container with a div and the html content of this file (link) ex. <ul> <li><a id="data01" href="tables/xyz.htm">Title One</a></li> <li><a id="data02" href="tables/bbbcck.htm">Title Two</a></li> <li><a id="data03" href="tables/2312312.htm">Title
[jQuery] What would be the best way to...?
I need to replace a whole lot of <input type="text"> elements on a page with <textarea> elements. (I have limited control over how the fields are generated.) The contents of the form fields must remain - I just want to change the "shape" of the field to make it bigger and allow multiline input. What would be the best/tersest way to do that? For some reason, it's just not coming to me. Selecting them all is easy enough, but replacing one kind of tag with another is just throwing me off today. Thanks!
[jQuery] Toggling
Hi everyone I've html code: <a href="..." class="parent">Something</a> <div class="sub">Something</div> <a href="...">Something</a> <a href="...">Something</a> <a href="..." class="parent">Something</a> <div class="sub">Something</div> <a href="...">Something</a> and jquery code: $(document).ready(function() { $(".sub").hide(); $(".parent").click(function() { $(".sub").toggle(400); return false; }); }); everything is ok until there is more then 1 link with parent
[jQuery] Incompatibilities with IE: Selection and Range Object (not jQuery related).
Hi all, I'm trying to create a plugin for jQuery that willlet you edit text in an iFrame like it was a text processor, but I need to work with ranges and selections and, while this is extremely easy with W3C compliant browsers, Adapting the work to IE is a real pain. What I need to know is the translation of this script: <span style="font-family: courier new,monospace;">var r = window.getSelection().getRangeAt(0);</span><br style="font-family: courier new,monospace;"><span style="font-family: courier
[jQuery] Release: jQueryHelp - code reference application
Hi guys, Today I'm releasing jQueryHelp - a small code reference application for Windows. Just download and run, no install required. To gain insight on any jQuery function, simply highlight (or just place the cursor inside!) it and hit Ctrl-Shift-J to look up on Jörn's API Browser. It's IDE independent, so it'll work in Dreamweaver, Notepad++, or your weapon of choice. http://www.sean-o.com/jquery/jqueryhelp/ Note: this is an initial release and not widely tested -- but it should work... and shouldn't
[jQuery] Problems with toggle
Hi, I have a problem with the following function, function flipper(clicked, idone, idtwo) { $(clicked).toggle( function() { //first $(idone).toggle(); $(idtwo).toggle(); }, function() { //second $(idtwo).toggle(); $(idone).toggle(); } ); } It seems like $(clicked).toggle builds up a stack and every time the function flipper gets called it executes the appropriate
[jQuery] Losing height value
Hi, for some reason the height value that I am assigning to hidden divs is being lost once the click function finishes. This is my code: $(document).ready(function() { if ($('#demo-show > div').height() < 375) {$('#demo-show > div').height(375);} $('#demo-show > div').hide(); $('#test-click1').click(function() { $('#test1').slideToggle('slow').siblings('div:visible').slideUp('fast'); }); $('#test-click2').click(function() { $('#test2').slideToggle('slow').siblings('div:visible').slideUp('fast');
[jQuery] How to drag and drop with vanishing draggable?
Hi, I was trying out some of the demo's on Interface for JQuery. I really like the drag and drop, except for one thing. When you drag an item to the shopping cart and release the mouse button, the draggable is returned to it's original position. What I would like is for the image that is dragged to just vanish, instead of returning. A bit like dragging a file in a file manager. Does anyone know how to do this? I have tried changing the values for "revert" and "ghosting", but that didn't give me the
[jQuery] jQuery taconite val()
That's big news for me, Mike. It marks the first time I've ever been able to blame a bug instead of me when my app is behaving strangely! :) -----Original Message----- From: discuss-bounces@jquery.com [mailto:discuss-bounces@jquery.com] On Behalf Of Mike Alsup Sent: Friday, February 23, 2007 1:49 PM To: jQuery Discussion. Subject: Re: [jQuery] jQuery taconite val()
[jQuery] jQuery taconite val()
Mike, here's an interesting quirk. If I try to clear the value (<val select="#modify input" value="" />) Taconite doesn't work. If I insert a value, even a space (<val select="#modify input" value=" " />) it does work. Should I use another method to clear the value of an input? -----Original Message----- From: discuss-bounces@jquery.com [mailto:discuss-bounces@jquery.com] On Behalf Of Mike Alsup Sent: Friday, February 23, 2007 1:14 PM To: jQuery Discussion. Subject: Re: [jQuery] jQuery taconite val()
[jQuery] jQuery taconite val()
Thanks! Feeling a bit sheepish, paul -----Original Message----- From: discuss-bounces@jquery.com [mailto:discuss-bounces@jquery.com] On Behalf Of Mike Alsup Sent: Friday, February 23, 2007 1:14 PM To: jQuery Discussion. Subject: Re: [jQuery] jQuery taconite val()
[jQuery] Gmail-style updates
I have a form with which I want to do ajax updates as they type. If they stop typing for more than 2 seconds it should update the field. If the field blurs before the 2 seconds are up it should update the field. I have the ajax side of it worked out, and currently the updates work properly when the field blurs. I just need some ideas on how to write the timer function for the keypresses and how it integrates with the blur function so the function doesn't get called twice and so there are no memory
[jQuery] jQuery taconite val()
<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> <!-- /* Font Definitions */ @font-face {font-family:Courier; panose-1:2 7 4 9 2 2 5 2 4 4;} /* Style Definitions */ p.MsoNormal, li.MsoNormal, div.MsoNormal {margin:0in; margin-bottom:.0001pt; font-size:12.0pt;
[jQuery] Best way to do AJAX... CF or jQuery?
http://www.adobe.com/products/coldfusion/productinfo/product_editions/#s 3 :( -----Original Message----- From: discuss-bounces@jquery.com [mailto:discuss-bounces@jquery.com] On Behalf Of Andy Matthews Sent: Friday, February 23, 2007 11:20 AM To: 'jQuery Discussion.' Subject: Re: [jQuery] Best way to do AJAX... CF or jQuery? You might be able to but I think that Adobe and Macromedia both had policies that you couldn't upgrade from more than two versions back. -----Original Message----- From: discuss-bounces@jquery.com
[jQuery] How do I check for the existence of an object?
I want to create a global object to store some settings in, but only if it doesn't exist already. If it doesn't exist and I try to use something like if (myObj == 'undefined') myObj = new Object(); I get an error saying the object is not defined. Yeah I should know stuff like this ;) -- View this message in context: http://www.nabble.com/How-do-I-check-for-the-existence-of-an-object--tf3280307.html#a9123723 Sent from the JQuery mailing list archive at Nabble.com. _______________________________________________
[jQuery] Best way to do AJAX... CF or jQuery?
You might be able to but I think that Adobe and Macromedia both had policies that you couldn't upgrade from more than two versions back. -----Original Message----- From: discuss-bounces@jquery.com [mailto:discuss-bounces@jquery.com] On Behalf Of Rick Faircloth Sent: Friday, February 23, 2007 12:01 PM To: 'jQuery Discussion.' Subject: Re: [jQuery] Best way to do AJAX... CF or jQuery? Thanks for the offer for CF 5, Rey. Since I'm planning to upgrade to CF 8 in the summer and using CF 5 would involve
[jQuery] How do I grab just the selected objects out of the jquery object?
I got burned by a debug plugin last night so I'm modifying a great object dumper to run as a jquery plugin. Dumping the entire jquery object is too much and not useful for this application - I only want the objects in the current selection set. If I do: var tmp = $("p"); and there are 2 "p" elements on the page, the selection set is tmp[0] and tmp[1]. Is there another location in the object where these references reside? Or what is an elegant and fast way to strip just those items? Eventually I want
[jQuery] Best way to do AJAX... CF or jQuery?
<html 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)"> <o:SmartTagType namespaceuri="urn:schemas-microsoft-com:office:smarttags" name="place"/> <o:SmartTagType namespaceuri="urn:schemas-microsoft-com:office:smarttags"
[jQuery] Best way to do AJAX... CF or jQuery?
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN"> <HTML> <HEAD> <META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=us-ascii"> <META NAME="Generator" CONTENT="MS Exchange Server version 08.00.0681.000"> <TITLE>Best way to do AJAX... CF or jQuery?</TITLE> </HEAD> <BODY> <!-- Converted from text/rtf format --> <P DIR=LTR><SPAN LANG="en-us"><FONT FACE="Calibri">A question for you CF & jQuery coders</FONT></SPAN><SPAN LANG="en-us"><FONT FACE="Calibri">…</FONT></SPAN><SPAN LANG="en-us"></SPAN></P>
[jQuery] Best way to do AJAX... CF or 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" xmlns:ns1="http://schemas.microsoft.com/office/2004/12/omml"> <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);}
[jQuery] jQuery API in PDF Format
Hey guys, For all of those that would like to get a PDF version of the jQuery API, Ben Nadal (ColdFusion guru and recent jQuery convert) has offered one up. Visit his post here to see how he did it: http://www.bennadel.com/blog/544-Printing-The-Entire-jQuery-API-As-A-PDF-Using-CFDocument-And-XML-Parsing-.htm and you can get the PDF here: http://www.bennadel.com/resources/uploads/jquery_documentation.pdf Be sure to give leave him a thank you comment on his blog. Thanks Ben!! Rey... _______________________________________________
[jQuery] Best way to do AJAX... CF or jQuery?
You don't want cfdump. Use cfoutput instead. You might have to do some basic formatting, but that's not a big deal. -----Original Message----- From: discuss-bounces@jquery.com [mailto:discuss-bounces@jquery.com] On Behalf Of Rick Faircloth Sent: Friday, February 23, 2007 10:52 AM To: 'jQuery Discussion.' Subject: Re: [jQuery] Best way to do AJAX... CF or jQuery? Yes, it's true... up to this point, 4.5 has always been able to do everything I've needed. However, now I'm finding myself so far behind
[jQuery] bassistance.de Jorn's form validation requirements
Hi, do you know the requirements to use Jorn's form validation plugin(<a href="http://bassistance.de/jquery-plugins/jquery-plugin-validation/">http://bassistance.de/jquery-plugins/jquery-plugin-validation/</a>)? Looks like several files needed to run. Exists a lite version? Cheers _______________________________________________ jQuery mailing list discuss@jquery.com http://jquery.com/discuss/
[jQuery] thickbox bug
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"> <HTML><HEAD> <META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=utf-8"> <META content="MSHTML 6.00.6000.16414" name=GENERATOR></HEAD> <BODY> <DIV><SPAN class=546041416-23022007><FONT face=Arial size=2>i think i've found a bug in thickbox:</FONT></SPAN></DIV> <DIV><SPAN class=546041416-23022007><FONT face=Arial size=2></FONT></SPAN> </DIV> <DIV><SPAN class=546041416-23022007><FONT face=Arial size=2>you cannot disable the default
[jQuery] BlockUI like plugin for divs
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> <html> <head> <meta content="text/html;charset=ISO-8859-1" http-equiv="Content-Type"> </head> <body bgcolor="#ffffff" text="#000000"> <font size="-1"><font face="Courier New, Courier, monospace">---[Hopefully this will start a new thread for this topic]--- I'd like to be able to do this sort of thing too. To block just a particular div to indicate that something is happening in regards to *just* that area of the screen, and that the
Next Page