[jQuery] VisualjQuery.com down?
Just curious if anyone else is having problems loading visualjquery.com right now? Brandon _______________________________________________ jQuery mailing list discuss@jquery.com http://jquery.com/discuss/
[jQuery] Cookie handling in JQuery
Does JQuery have any methods specific to working with cookies (eg: set, get, et al) or should I just one of the many premade functions out in the wild? Rey... _______________________________________________ jQuery mailing list discuss@jquery.com http://jquery.com/discuss/
[jQuery] Is set() deprecated?
I'm trying to use a variation of the Easy DOM plugin but when I run a test, it generates an error saying that the set() method isn't defined. In looking at the docs, I don't see a reference to it but in doing a site search, I did in fact find that it was/is part of the JQuery Base/DOM module. Is this method now deprecated in v1.0.1? If so, whats the replacement method. I'm using the JQuery version that John asked me to download from here: http://jquery.com/src/jquery-svn.js In looking through it,
[jQuery] remove ccrepeau@gmail.com frome the mailing list
can you please remove this email from your mailing list , thanks<br clear="all"> -- Charles Crépeau _______________________________________________ jQuery mailing list discuss@jquery.com http://jquery.com/discuss/
[jQuery] jQBrowser 0.2 woes
I recently noticed that a new version of jQBrowser was available and I like the new features but it appears to be breaking jQuery all over the place when I try and use it with jQuery Rev 249. It also conflicts with Interface as it uses some checks for MS IE. Basically it make Interface think that every browser is IE (very, very bad). Has anyone else had this problem? I would imagine it has to do with the change of object properties ($.browser.msie) to methods ($.browser.msie()). -Aaron P.S. - Here's
[jQuery] Convert existing JS-code to jQuery
> From: Stefan Nagtegaal
[jQuery] VisualjQuery.com down?
> Sorry. It appeared to be an issue with our corporate network. They probably blocked it thinking it was a porn site. After it, it has "visual" in the name, and everyone going to the site had a smile on their face... _______________________________________________ jQuery mailing list discuss@jquery.com http://jquery.com/discuss/
[jQuery] remove ccrepeau@gmail.com frome the mailing list
Please, remove mine too: fe_address@yahoo.com.br. -- Nando Vieira bloggin' @ http://simplesideias.com.br -- Nando Vieira bloggin' @ http://simplesideias.com.br _______________________________________________________ Novidade no Yahoo! Mail: receba alertas de novas mensagens no seu celular. Registre seu aparelho agora! http://br.mobile.yahoo.com/mailalertas/ _______________________________________________ jQuery mailing list discuss@jquery.com http://jquery.com/discuss/
[jQuery] NetFlix Style Popup
Hi all. I was wondering if there was a plugin that offered similar functionality to what NetFlix does when you hover over a movie. If you look at the pic in the link: http://www.intoajax.com/netflix.jpg you'll see what I mean. jTip comes close but it doesn't seem to make an Ajax call to grab the content. You have to have the actual files available. I was looking for something that I could specificy a page and have it pull back a description on the fly to fill in the box. I'm sure I can hack jTip
[jQuery] Convert existing JS-code to jQuery
Hi list, i want to port some pretty large JS-file to jQuery to take advantage of the easy way of writing and understanding it. Problem is, I never did much JS before.. Could you guys give me some workflow for what the best way would be to start and finish such a job? Any help, suggestions and ideas are most appreciated. Kind regards, Steef _______________________________________________ jQuery mailing list discuss@jquery.com http://jquery.com/discuss/
[jQuery] datePicker is gone when 2nd time loading a form
im loading a form via load, the first time i load it, datepicker is there, if i now a 2nd time try to load the form, there is no date picker... (im loading it into the same place as before ('#menu')) the datepicker code is inside the for .html file <script> $('input#von').datePicker({startDate:'01/01/2000'}); $('input#bis').datePicker({startDate:'01/01/2000'}); </script> inputs have the same name when i load 2nd time.. any suggestions what to do ? (maybe sth like closedatePicker() ? ) mfg
[jQuery] prototype and jqery: form.getElementsByTagName is not a function
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> <html> <head> <meta content="text/html;charset=ISO-8859-1" http-equiv="Content-Type"> <title></title> </head> <body bgcolor="#ffffff" text="#000000"> When i include the prototype lib and then the jquery lib i get "form.getElementsByTagName is not a function" Any ideas how to solve this? Will the <i>Prototype Support Plugin solve this problem? Thanks Aceman </i> </body> </html> _______________________________________________ jQuery mailing
[jQuery] How to access the name of an element?
(Firefox crashed just as was finishing my original (detailed) post... grrrrr....) Briefly: How do I access the name (id) of a particular DIV within a function that is accessing all DIVs with a certain class name? e.g. <div id="editme01" class="editable">...</div> <div id="editme02" class="editable">...</div> <div id="editme03" class="editable">...</div> etc. . . <script type="text/javascript"> $(document).ready(function() { $(".editme").editable("post.php", { idname: **need current div id**}); });
[jQuery] jQuery plus Greasemonkey bug.
The following expression: element['on' + type]; And other 2 lines around the 839th and 845th lines are triggering the errors. To confirm i removed these line and works, but the event listeners didn't work anymore. _______________________________________________ jQuery mailing list discuss@jquery.com http://jquery.com/discuss/
[jQuery] Sending array vs object
> From: Blair Mitchelmore
[jQuery] Tabs plugin update: autoheight, effects
Hi all, I have updated the tabs plugin a bit again. There is now an autoheight option with which turned on all tabs have the same height. That avoids jumping content on a page on tab selection. $(...).tabs({fxAutoheight: true}); Not sure if I mentioned it here before, but you can also have a fade and/or slide effect for the tab switching... $(...).tabs({fxSlide: true, fxFade: true, fxSpeed: 'fast'}); If you omit the fxSpeed option it will default to 'normal'. All kind of examples here: http://stilbuero.de/jquery/tabs/
[jQuery] IE headaches: XPath query causes exception
Hi all, I have a problem in IE. My server returns these lines of XML: <?xml version="1.0" ?> <webride accountId="101"> <status code="OK" /> <data> <relation like="0"></relation> </data> </webride> I make a simple call like this to get them: $('relation').load('/relation/get/?foo=bar', callbackHandler); In callbackHandler, I do this: function callbackHandler(xml) { var relationTag = $('relation', xml); var thisLineCausesTheError = $('paths path', relationTag); // <= ERROR! ... } IE throws a runtime
[jQuery] Changing widths and overflow=auto
Sorry, example site is http://langdata.potowski.org/Tests/InterfaceTest.php -----Original Message----- From: discuss-bounces@jquery.com [mailto:discuss-bounces@jquery.com] On Behalf Of Meece, Clifford T Sent: Thursday, September 14, 2006 5:27 PM To: jQuery Discussion. Subject: [jQuery] Changing widths and overflow=auto I have 3 divs side by side. The middle div is a button that collapses the left div with an Interface blindToggle event. The left div is floated left( there was a jquery bug that I
[jQuery] Changing widths and overflow=auto
I have 3 divs side by side. The middle div is a button that collapses the left div with an Interface blindToggle event. The left div is floated left( there was a jquery bug that I fixed with float on IE so it works now ), so the right div should expand when left div collapses. All is well and good until I start styling the right div. I've given it overflow auto to hold content larger than it's physical dimensions. Now the overflow attribute is not working the way I think it should. In Firefox, the
[jQuery] Sending array vs object
Hi there I'm not clicking on why the method for sending form data via ajax is like: [{"name":"customerid", "value":"47"}, {"name":"supplierid", "value":"32"}, ...] As opposed to: {"customerid":"47", "supplierid":"32", ...} Can someone give me a clue? Cheers, Chris _______________________________________________ jQuery mailing list discuss@jquery.com http://jquery.com/discuss/
[jQuery] unsubscribe
Cool! Thanks :-) -----Original Message----- From: discuss-bounces@jquery.com [mailto:discuss-bounces@jquery.com] Sent: September 14, 2006 12:41 PM To: discuss@jquery.com Subject: Re: [jQuery] unsubscribe Lewis, David
[jQuery] ImagaBox plugin
Did you take the demo offline? I get a 404 from http://interface.eyecon.ro/develop/demos/imagebox.html -----Original Message----- From: discuss-bounces@jquery.com [mailto:discuss-bounces@jquery.com] On Behalf Of Stefan Petre Sent: Thursday, September 14, 2006 10:24 AM To: jQuery Discussion. Subject: Re: [jQuery] ImagaBox plugin Dear Dan, Not the animations are the reason for this file size.. Let me explain: -- 1. ------ Thickbox $("body").append("<div id='TB_load'><img src='images/loadingAnimation.gif'
[jQuery] stefan petre's slidebox
<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:0cm; margin-bottom:.0001pt; font-size:12.0pt; font-family:"Times New Roman";} a:link, span.MsoHyperlink {color:blue; text-decoration:underline;}
[jQuery] unsubscribe
<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="PostalCode"/> <o:SmartTagType namespaceuri="urn:schemas-microsoft-com:office:smarttags"
[jQuery] (NS_ERROR_FAILURE) [nsIXMLHttpRequest.setRequestHeader]"
Hi, I am not exactly sure what to do with this: [Exception... "Component returned failure code: 0x80004005 (NS_ERROR_FAILURE) [nsIXMLHttpRequest.setRequestHeader]" nsresult: "0x80004005 (NS_ERROR_FAILURE)" location: "JS frame :: http://newsride/shared/js/jquery.js?v=20060909-4 :: anonymous :: line 1698" data: no] In jquery.js Rev 288, line 1698: // Set header so calling script knows that it's an XMLHttpRequest xml.setRequestHeader("X-Requested-With", "XMLHttpRequest"); It happens "only" occasionally,
[jQuery] A jQuery implementation of mootools.met menu
--
[jQuery] unsubscribe
<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] unsubscribe
I agree that there are a LOT of messages going thru this group, but especially with something so new and (IMO) exciting, you never know what might spark your interest. I believe it's far more constructive to delete messages than to potentially miss out on something that maybe useful. Perhaps a concerted effort to make the subject lines more information might help? BTW, if a signature is properly delimited with "-- " ( [hyphen][hyphen][space] ) just prior to the actual sig, most mail and news readers
[jQuery] unsubscribe
He doesn't know how to do this. Can you please delete his email account? All of these emails are coming to a corporate inbox at his place of employment. Thank you. -----Original Message----- From: discuss-bounces@jquery.com [mailto:discuss-bounces@jquery.com] On Behalf Of Dan Atkinson Posted At: Thursday, September 14, 2006 10:54 AM Posted To: Corporate Inbox Conversation: [jQuery] unsubscribe Subject: Re: [jQuery] unsubscribe Why can't you remove yourself? Kevin Quillen
[jQuery] Sortables conflicting with Droppables
Hi all, I have a situation where I want to make a container both Droppable and Sortable at the same time. The use case is, you drag a button into the Droppable container, and when you do so the onDrop callback creates an HTML node and inserts it into the container. I also want those objects to be Sortable, so that I can reorder them after I have dropped them into the container. But if I make the container Droppable first and then Sortable, then it doesn't quite work. When I initialize the containers
[jQuery] Serialize()
<FONT face="Default Sans Serif,Verdana,Arial,Helvetica,sans-serif" size=2><DIV>I was right, it was a simple answer. It looks like it is in the ajax.js now.<BR><DIV><BR>Thanks,<BR><BR>Matt <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: discuss@jquery.com<BR>From: Matthew Bidwell <matt@cadencesolutions.com><BR>Sent by: discuss-bounces@jquery.com<BR>Date:
[jQuery] jTip hack
Does somebody have an hack of jTip so that it does not cross the bottom of the screen. The Jtip should then be up side down. Just like what happens when it hits the left border. thx _______________________________________________ jQuery mailing list discuss@jquery.com http://jquery.com/discuss/
[jQuery] Question:Should param convert value using encodeURIComponent?
I made a AjaxForm, and I want to submit the form's data to cgi. But I found the values of the form were encoded by param, and it uses encodeURIComponent do such things. And I test the common form action without ajax, and found that the values of the data don't encode at all(I use POST method). So I think if encodeURIComponent should be only used in GET method, but not in POST method? If it's true, the param should be changed I think. -- I like python! My Blog: http://www.donews.net/limodou UliPad
[jQuery] jTip
Does somebody have an hack of jTip so that it does not cross the bottom of the screen. The tip should then be up side down. Just like what happen when it hits the left border. _______________________________________________ jQuery mailing list discuss@jquery.com http://jquery.com/discuss/
[jQuery] anyone got Date Picker plugin(downloaded) ?
<span>The original Date-Picker page seems to be down (<a href="http://kelvinluck.com">kelvinluck.com</a> ) and i cant find it via wayback. Can anyone send me the plugin or host the file somewhere ? (maybe put it into jquery svn ?) </span>thanks in advance mfg MG _______________________________________________ jQuery mailing list discuss@jquery.com http://jquery.com/discuss/
[jQuery] Loading JSON Data from PHP
Hi All, Good day, how do I load a JSON output from PHP and display it using ajax???, i've followed the sample from visualjquery.com on using ajax but it data thrown was "XMLHttpRequest" message... I think i'm doing it all wrong... ;( expected display: <table> <tr> <td>res1</td> <td>res1</td> </tr> <tr> <td>res2</td> <td>res2</td> </tr> so..on... </table> Thanks in advance, cdelfino _______________________________________________ jQuery mailing list discuss@jquery.com http://jquery.com/discuss/
[jQuery] code ideas: if mouseover for 5 seconds then do this else do nothi ng
<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] Adding tabs dynamically with plugin
I'm new to jquery -- quite impressed. I'm trying to convert a page (built with prototype and scriptaculous) where clicking on a link adds a navigation tab with content fetched via Ajax. I can add a tab ok with (using dom creator plugin) . But the tabs plugin (by Klaus Hartl) seems to be set up to add behaviors to an existing set of list items. How would I go about extending/binding? the plugin's behavior(s) to a new member in the set? Thanks, Bruce -- View this message in context: http://www.nabble.com/Adding-tabs-dynamically-with-plugin-tf2262729.html#a6278273
[jQuery] Autocompleter Safari bug
In Safari, pressing return in the autocomplete dropdown will submit the form that the autocompleter is in. The preventDefault method is not working some reason. This is working fine (the form is not submitted) in IE and FF. Wondering if this is a bug in autocomplete or in jquery? I am not really sure where to start with this one. If someone can point me in the right direction, I will continue to troubleshoot. -Geoff _______________________________________________ jQuery mailing list discuss@jquery.com
[jQuery] Sending JSON from client to server
Hi there I'm just getting my head around the whole JSON thing, so please excuse my ignorance. For a while now I've been successfully fetching JSON data from the server via ajax and using it in jquery. My question regards sending data from the client to the server. The $.post and $.get methods are limited to taking in a hash of key:value's, I assume because that's what the http GET and POST expect. My question is, is there a way to send more complex data structures - ie fully qualified JSON objects?
Next Page