[jQuery] Function to enumerate the querystring?
Hello, Is there a jQuery function to enumerate the key/value pairs in a querystring? I wasn't able to find one with the Visual jQuery website and instead of reinventing the wheel I thought I'd query the list. Thanks, Chris. _______________________________________________ jQuery mailing list discuss@jquery.com http://jquery.com/discuss/
[jQuery] Oooh! These are pretty!
<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=iso-8859-2"> <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);} .shape {behavior:url(#default#VML);} </style>
[jQuery] Plugin method question
>> Then, style div.accordion_init to be hidden, and you get the same
[jQuery] JQuery Corner Problem
--
[jQuery] JQuery Corner Problem
Perhaps I missed this in the docs, but I'm using the corner plugin from http://www.malsup.com/jquery/corner/ The plugin works great, but the moment I assign a height to a class: .foo { height: 150px; } then do: $('.foo').corner() The corners appear 1/2 way down the element, it doesn't scale at all. Hope this makes sense. Anyone run into this or know how to fix this? Thanks. _______________________________________________ jQuery mailing list discuss@jquery.com http://jquery.com/discuss/
[jQuery] Widget Pack and Magazine Issue 2
Hey guys, I've made some progress collecting widgets for the Visual jQuery Widget Pack. I will be posting later today with a list of what I've come up with so far, and hopefully get additions that I've missed. For me, the notion of a widget means something that can easily be converted into markup (a la thickbox). In other words, it should be easy to create markup that will convert regular HTML into the widget. I'm going to release the second issue of the Magazine once the widget pack is done (think,
[jQuery] Plugin method question
> The main reason I'm trying to avoid non-spec attributes is
[jQuery] $(document).ready question
Thanks that was a very helpful answer. Adrian Sweeney Web Developer Mills & Reeve Tel: +44(0)121 456 8236 mailto:adrian.sweeney@mills-reeve.com http://www.mills-reeve.com -----Original Message----- From: Klaus Hartl [mailto:klaus.hartl@stilbuero.de] Sent: 31 October 2006 09:58 To: jQuery Discussion. Subject: Re: [jQuery] $(document).ready question Adrian Sweeney schrieb:
[jQuery] Form plugin: overload serialize no no
Hi, I think it is not a good idea to overload the serialize method in the form plugin. If existing code relies on jQuery's serialize method, introducing the form plugin later will break your code. That of course is the case for Plazes. I cannot switch that, because there are occasions where you don't want to serialize the whole form and instead submit only a part of it, for example for some on-th-fly server-side validation. I knew that this is the case in the beginning and just checked if it could
[jQuery] $(document).ready question
Question: why would you want to have multiple $(document).ready statements Why not just the following $(document).ready(function(){ //do this initialise functionality // then this DrawScreen functionality // then this AddMouseEvents functionality // then this return false; }); Adrian Sweeney Web Developer Mills & Reeve Tel: +44(0)121 456 8236 mailto:adrian.sweeney@mills-reeve.com http://www.mills-reeve.com -----Original Message----- From: Klaus Hartl [mailto:klaus.hartl@stilbuero.de]
[jQuery] fadeIn() causes change in page layout
<!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.5730.11" name=GENERATOR></HEAD> <BODY> <DIV><SPAN class=120470100-31102006><FONT face=Arial size=2>Hello,</FONT></SPAN></DIV> <DIV><SPAN class=120470100-31102006><FONT face=Arial size=2></FONT></SPAN> </DIV> <DIV><SPAN class=120470100-31102006><FONT face=Arial size=2>I'm just beginning to play with jQuery and as well I'm a novice
[jQuery] fadeIn() causes change in page layout
<!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.5730.11" name=GENERATOR></HEAD> <BODY> <DIV dir=ltr align=left><SPAN class=859573001-31102006><FONT face=Arial color=#0000ff size=2>p.s. <A href="http://www.visualjquery.com">www.visualjquery.com</A> is REALLY useful. Thanks for your work!</FONT></SPAN></DIV><BR> <DIV class=OutlookMessageHeader lang=en-us dir=ltr align=left> <HR
[jQuery] fadeIn() causes change in page layout
<!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.5730.11" name=GENERATOR></HEAD> <BODY> <DIV dir=ltr align=left><SPAN class=007402701-31102006><FONT face=Arial color=#0000ff size=2>Hi Yehuda,</FONT></SPAN></DIV> <DIV dir=ltr align=left><SPAN class=007402701-31102006><FONT face=Arial color=#0000ff size=2></FONT></SPAN> </DIV> <DIV dir=ltr align=left><SPAN class=007402701-31102006><FONT
[jQuery] fadeIn() causes change in page layout
<!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.5730.11" name=GENERATOR></HEAD> <BODY> <DIV dir=ltr align=left><SPAN class=893104800-31102006><FONT face=Arial color=#0000ff size=2>This works except that it has the unfortunate effect of moving things after they've faded. Which makes complete sense but is almost useless since the elements visual render one way and then the other.</FONT></SPAN></DIV>
[jQuery] json.js
Thanks a lot Mark, works fine. Will make a page with some examples later for now just a link for those who had/have the same problem http://eboyreal.com/sandbox/jquery/jquery-json.js -----Original Message----- From: discuss-bounces@jquery.com [mailto:discuss-bounces@jquery.com] On Behalf Of Mark Gibson Sent: Tuesday, 31 October 2006 1:39 AM To: jQuery Discussion. Subject: Re: [jQuery] json.js Jörn Zaefferer
[jQuery] how to bind onpropertychange event in jquery?
like textarea, how could i bind onpropertychange event for it? _______________________________________________ jQuery mailing list discuss@jquery.com http://jquery.com/discuss/
[jQuery] help me drop dojo :)
Hi, I've built a control primarily using Jquery but still required Dojo for one thing, which is Dojo's ability to chain animations together and play them all at once. Now I have nothing against Dojo, but since I am so close to having this work with Jquery alone I'd like to be able to drop Dojo as a requirement, since it's so heavy for just this one bit. I just can't figure out if you can chain animations in Jquery. I tried ...fadeTo(...).[next animation] but can't seem to make it work. Has anyone
[jQuery] moddify the title tag
> >
[jQuery] moddify the title tag
humpf, I don't understand why I can't modify the title tag with jquery... I want to input some data after its loaded. For example, $("title").append("test"); How come this does not work? Enquest _______________________________________________ jQuery mailing list discuss@jquery.com http://jquery.com/discuss/
[jQuery] moddify the title tag
> humpf, I don't understand why I can't modify the title tag
[jQuery] new plugin cssHover [ui checks, radio buttons and more!]
It actually works pretty well in IE. There's a brief flicker in the fields when you mouseover, but other than that it seems to work well. <!----------------//------ 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 Webunity | Gilles van den Hoven Sent: Monday, October 30, 2006 9:55 AM To: jQuery Discussion.
[jQuery] NEWS: Agile Ajax Posting About JQuery
Check it out guys: http://blogs.pathf.com/agileajax/2006/10/jquery_widgets_.html Feel free to add some comments on there in support of JQuery. Lets keep JQuery in the press. Rey... _______________________________________________ jQuery mailing list discuss@jquery.com http://jquery.com/discuss/
[jQuery] json.js
> When I introcuded json.js [http://json.org/json.js] from
[jQuery] Serializing Sortables (new approach)
Hi guys, Since soon I will implement the new sortables for trees I need your opinion on how to implement serialization. I want to implement more then one version. So consider the next HTML <ul id="root"> <li id="item_1"> <ul> <li id="item_21"></li> <li id="item_34"></li> </ul> </li> <li id="item_4"></li> <li id="item_7"></li> </ul> When you make your suggestion please use this as reference. You can change the IDs if your situation requires it. *Method 1 *I'm using nested sets to store hierarchical
[jQuery] Visual jQuery Announcement
I just updated Visual jQuery so it uses docs that include the plugins in the svn. I'm going to be adding inline docs to Interface over the next few days, so Interface docs will be available on <a href="http://visualjquery.com"> visualjquery.com</a> in the next few days. If there's a plugin that you have in the svn repository, but it's not currently on Visual jQuery, please let me know whether I can add the inline docs into the repository, or if you want to do it. The more we get centralized documentation,
[jQuery] JQuery alternative for http://json.org/json.js
Hi guys, I found that using http://json.org/json.js conflicts with JQuery. Now question is is there any JQuery alternative for http://json.org/json.js. In other words, can JQuery un-serialize serialized data. Thanks, Kush _______________________________________________ jQuery mailing list discuss@jquery.com http://jquery.com/discuss/
[jQuery] json.js
> I'm wondering if this is an easy condition to
[jQuery] highlight table column on hover
>> Just use the hover function, there is no plugin needed.
[jQuery] highlight table column on hover
<!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=462201509-30102006><FONT face=Arial size=2>Hi all,</FONT></SPAN></DIV> <DIV><SPAN class=462201509-30102006><FONT face=Arial size=2>has anyone made this as (part of) a plugin?</FONT></SPAN></DIV> <DIV><SPAN class=462201509-30102006><FONT face=Arial size=2></FONT></SPAN> </DIV>
[jQuery] Stopping animations (working on tooltip plugin)
Hi folks, I'm working on a lite-tooltip plugin. It's not yet time for a release, but I could need some help with the animations. The main problem is quite obvious when you look at this test page and hover the image and the links below it: http://joern.jquery.com/tooltip/tooltipTest.html For every element with a faded tooltip, the animations are queued on the helper. To solve it, the fade in animations need to be stopped or deleted when hide is called. My attempts so far were quite unsuccesful, I
[jQuery] json.js
Hi, When I introcuded json.js [http://json.org/json.js] from http://json.org/ . Problem now is my browser keeps freezing and eating up CPU. I checked and it is clearly conflicting with JQuery. Did anyone had similar problem. K _______________________________________________ jQuery mailing list discuss@jquery.com http://jquery.com/discuss/
[jQuery] js to jquery parent.frame...
how would i rewrite the line below using jquery? thanks. parent.frames['site-diary-frame'].location.href='record.html?newItem='+this.imgsArray[this.unit].itemid+':image:project.html'; -- View this message in context: http://www.nabble.com/js-to-jquery-parent.frame...-tf2522027.html#a7034897 Sent from the JQuery mailing list archive at Nabble.com. _______________________________________________ jQuery mailing list discuss@jquery.com http://jquery.com/discuss/
[jQuery] changing location.href without reloading page
how do i determine wether the location.href has changed without reloading a page. i am passing values to a frame via GET using location.href but i dont want the page to reload. i am adding values to a cookie via GET and adding images as well. what is the easiest way to do this? -- View this message in context: http://www.nabble.com/changing-location.href-without-reloading-page-tf2535629.html#a7064195 Sent from the JQuery mailing list archive at Nabble.com. _______________________________________________
[jQuery] Thoughts on Sound and jQuery?
Hellos, I have been looking around trying to figure out what a workable approach could be to hooking up jQuery to sound files. I would like to do something along the lines of this: http://www.eastcree.org/en/lessons/spelling.html It's just a Flash app, but what I'm interested in is the ability to fire an event such as a click and hear a sound right away. So far I've found this: http://www.schillmania.com/projects/soundmanager2/ Which looks pretty good (cool demos). It seems like it would be easy
[jQuery] jTextBar plugin, Markdown/Textbar toolbar - code input
I've jQuerified Michael Geary's TextBar module, a Markdown and TextBar toolbar (http://mg.to/2005/02/26/textbar-drupal-module-for-markdown-and-textile). The result can bee seen at http://perifer.se/jtextbar/ The code is as mentioned mostly Michael's work and the original authors. The plugin structure is stolen from Steven Wittens' Farbtastic plugin (http://www.acko.net/dev/farbtastic). It's pretty slow in IE after a while, but I know nothing about memory leaks etc, input welcome :) The code structure
[jQuery] Oooh! These are pretty!
Canvas is Mozilla's implementation... IE doesn't support that however. A JQ drawing lib would be great but quite a pain in the ass to code so it was cross browser. -----Original Message----- From: discuss-bounces@jquery.com [mailto:discuss-bounces@jquery.com] On Behalf Of Bryan Buchs Sent: Friday, October 27, 2006 11:14 AM To: jQuery Discussion. Subject: Re: [jQuery] Oooh! These are pretty! I might be wrong, but isn't that what Canvas is for? Drawing shapes? > Sam, > > Yes, some thing like that would
[jQuery] Oooh! These are pretty!
Anyone up to porting some of this to jQuery? http://archive.dojotoolkit.org/nightly/demos/gfx/circles.html http://archive.dojotoolkit.org/nightly/demos/gfx/clock.html http://www.mxgraph.com/demo/mxgraph-web/web/mxWorkflow-Demo.html -Steve _______________________________________________ jQuery mailing list discuss@jquery.com http://jquery.com/discuss/
[jQuery] Releases in svn?
<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:m="http://schemas.microsoft.com/office/2004/12/omml" 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 12 (filtered medium)"> <style> <!-- /* Font Definitions */ @font-face {font-family:"Cambria Math"; panose-1:2 4 5 3 5 4 6 3 2 4;} @font-face
[jQuery] Sortables, new approach
Hi there, Me and Paul are thinking to change the way sortables are working right now. So I had an idea that turned to be quite nice because of 2 reasons: - works faster - you can sort nested list But also has some drawbacks: you ca not have fancy affects. Please take a look at this draft http://interface.eyecon.ro/demos/test_sort.html and tell me if this kind of behavior on sortables fits you and if it is working on Safari or Linux environment. I tested on Windows, IE6, FF 1.5 and OP9 Check out the
[jQuery] Why does $("body").resize(function(){ alert("hello"); }); does not trigger ?
Hello, does someone know why this does not work ? Or do i bind to wrong object ? I want the function to be called when the browser changes window size. best regards, Truppe Steven _______________________________________________ jQuery mailing list discuss@jquery.com http://jquery.com/discuss/
Next Page