[jQuery] Jquery, AJAX, and php session variables
Hi folks, I apologize if this is a little less Jquery and a little more "general AJAX/PHP" in nature, but I am completely stuck and was hoping there's tribal knowledge I failed to learn. I have a login panel on each page of my site. The actual authentication takes place in a file called login.php, called via ajaxsubmit (async set to false). login.php calls a few functions that are in an included file called startsession.php (meaning, startsession.php is included in every normal page; it's not called/included
[jQuery] YUI Implementation Focus: Dustin Diaz's DED|Chain. Interview which presents an alternative to 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 dir=ltr align=left><SPAN class=040460122-29032007><FONT face=Arial color=#0000ff size=2>What's the point. Why not jump on board with jQuery too. Someone of his caliber would have been a great addition to the jQuery team. I suppose it's just an ego thing.</FONT></SPAN></DIV> <DIV dir=ltr
[jQuery] Interface Library - What order is it built in? / bug in IE7 Draggable revert
I found an issue in the idrag.js file on line 135 of idrag.js file. This lines: if (elm.dragCfg.oP != 'relative' && elm.dragCfg.oP != 'absolute') { dEs.position = 'relative'; } The setting of the position of the element to "relative" seems to cause a weird problem for me in IE7. If the element is in a scrollable <div /> tag, and you've got the revert set to "true" after the element has "reverted" back to it's original state, the element will not scroll properly. Commenting
[jQuery] More Filtering Results
Thanks to the list, I was introduced to filter() and the awesome combo of CSS and XPath selectors. Right now, this is the code I have for filtering. It is triggered by an onChange event from Interface's slider(). I also have links that can trigger it, so there's that. Here's the script: function filterResults(field,value) { $('.resultPost:visible').filter(function(index) { return ($(field, this).text() > value); }).DropOutUp(500); $('.resultPost:hidden').filter(function(index) { return ($(field,
[jQuery] minor change to contextMenu plugin
Hi, I'm making good use of the excellent contextMenu plugin. However, I have a little problem with the callback when the menu has been triggered. I want to get hold of which menu element that was choosen. Since I setup the menu programmatically, I can't hardcode the value. Perhaps, my poor Javscript knowledge is failing me... I setup an object for the contextMenu binding option like this: this.cm_owners = new Object(); for (var i=0; i < owners.length; i++) { this.cm_owners["#"+owners[i]] = function(t)
[jQuery] YUI Implementation Focus: Dustin Diaz’s DED|Chain. Interview which presents an alternative to jQuery
Hey all, I thought it you would like to know that jQuery has a twin now: <a href="http://yuiblog.com/blog/2007/03/26/dedchain/">http://yuiblog.com/blog/2007/03/26/dedchain/</a> Cheers, Joao _______________________________________________ jQuery mailing list discuss@jquery.com http://jquery.com/discuss/
[jQuery] loading gif not animating until fadeIn completes in IE
Hello everyone, Just enjoying reading this list, there's a lot to learn about jQuery =] I've managed to create a background image blend effect thats triggered from a thumbnail gallery but I'm struggling with a problem on one of my loading gifs in IE, it appears as expected over the thumbnail but doesn't animate until the fadeOut starts. Are there some tricks to using animated gifs in IE? I already changed it to an image tag rather a div with the gif as a background but it still didn't really help.
[jQuery] FW: addons.mozilla.org uses 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 dir=ltr align=left><FONT face=Arial color=#0000ff size=2><SPAN class=107340621-29032007>And it's not as surprising as you might think, especially when you remember that John Resig works for Mozilla (I believe).</SPAN></FONT></DIV><BR> <DIV class=OutlookMessageHeader lang=en-us dir=ltr
[jQuery] addons.mozilla.org uses 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 dir=ltr align=left><SPAN class=371490421-29032007><FONT face=Arial color=#0000ff size=2>Cool...</FONT></SPAN></DIV> <DIV dir=ltr align=left><SPAN class=371490421-29032007><FONT face=Arial color=#0000ff size=2></FONT></SPAN> </DIV> <DIV dir=ltr align=left><SPAN class=371490421-29032007><FONT
[jQuery] comet
all, Are there any projects out there with the intent of providing comet functionality within jquery? -g _______________________________________________ jQuery mailing list discuss@jquery.com http://jquery.com/discuss/
[jQuery] Known memory leaks?
Hello We're currently using jQuery 1.1.2 on a production site and have some issues with memory leaks, which seem to affect all browsers after a while, especially Safari, but also Firefox and IE seem to be affected. Users use our page for hours, and parts of the HTML page stay open all the time and are not reloaded for the whole session, which means even small leaks can easily accumulate and become a real problem. We are currently trying to eliminate the memory leaks but are now running into a dead
[jQuery] jEditable: how to remove behaviour
Hi all, I'm using jEditable for a webpage, but I would like to make it so that, once you've edited the text, the behaviour is removed and you can edit it no longer. Does anyone know how to do that? Thanks. _______________________________________________ jQuery mailing list discuss@jquery.com http://jquery.com/discuss/
[jQuery] Can it be done using 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 text=#000000 bgColor=#ffffff> <DIV dir=ltr align=left><SPAN class=680410513-29032007><FONT face=Arial color=#0000ff size=2>This site looks pretty cool, but that scrolling functionality TOTALLY causes both vert and hor scrollbars in IE7. Don't see a point to it...</FONT></SPAN></DIV><BR>
[jQuery] Sortable list example has gone
Is this what you are looking for? http://interface.eyecon.ro/demos/sort_lists.html David Dexter | brilliantlemming.com | Brentwood, CA | 310.414.0949 -----Original Message----- From: discuss-bounces@jquery.com [mailto:discuss-bounces@jquery.com] On Behalf Of Yoyo Sent: Thursday, March 29, 2007 11:16 AM To: discuss@jquery.com Subject: [jQuery] Sortable list example has gone Hi, There was one day on this list some nice example of reordering list (tree) using some new sorting algorithm in interface.
[jQuery] Sortable list example has gone
Hi, There was one day on this list some nice example of reordering list (tree) using some new sorting algorithm in interface. Working example was at http://interface.eyecon.ro/demos/test_sort.html but now it's gone. I'm working now on a project where it will be very usefull to have such a functionality, is it stable or just test example. Anyone have a copy of it somewhere? Thanks in advance, Yoyo _______________________________________________ jQuery mailing list discuss@jquery.com http://jquery.com/discuss/
[jQuery] Binding to multiple items with one call
<HTML> <HEAD> <TITLE>Re: [jQuery] Binding to multiple items with one call</TITLE> </HEAD> <BODY> <FONT FACE="Verdana, Helvetica, Arial"><SPAN STYLE='font-size:12.0px'>Thanks, perfect. I didn’t see any examples of entering multiple items and trying to do a search through the list wasn’t coming up with what I needed.<BR> <BR> <BR> On 3/29/07 9:49 AM, "Karl Swedberg" <karl@englishrules.com> wrote:<BR> <BR> </SPAN></FONT><BLOCKQUOTE><FONT FACE="Verdana, Helvetica, Arial"><SPAN STYLE='font-size:12.0px'>I
[jQuery] hoverIntent r5 = plug-in ready to be plugged-in
I'm happy to announce that my first plug-in, hoverIntent, is ready for general use. <<a href="http://cherne.net/brian/resources/jquery.hoverIntent.html" target="_blank" onclick="return top.js.OpenExtLink(window,event,this)"> http://cherne.net/brian/resources/jquery.hoverIntent.html </a>> hoverIntent is a function that attempts to determine the user's intent onMouseOver. It works like, was derived from and is interchangeable with jQuery's built-in hover. However, instead of immediately calling the
[jQuery] Quickly find the width of the window
Hey all, I'm needing to find the width of the window so I can find the relative position of an element. Any help? Kenneth <br clear="all"> -- => the blog from beyond <= => <a href="http://www.eyeheartzombies.com"> www.eyeheartzombies.com</a> <= _______________________________________________ jQuery mailing list discuss@jquery.com http://jquery.com/discuss/
[jQuery] Any regular expression gurus here?
I'm working on a regular expression to do syntax highlighting and I just ran into a problem. The regular expression below works on just about everything except nested parentheses: (</*cf\w+)\s*((?:\w+\s*?)|(?:\w+\s*=\s*["'][^"']*["']\s*?)|(?:\w+\([^)]+\)))*(/*>) Will match: <cfif isDefined('form.fieldnames')> <cfheader name="Content-Type" value="text/xml"> <cfcontent type="text/xml" reset="yes"> <cfset lacking = ""> <cfloop list="#form.fieldnames#" index="i"> <cfif not listLen(lacking)> but not <cfif
[jQuery] Correct way to setup a callback function
Hi, all... Is this the correct way to setup a callback function? i.e... after posting Params to Calc_Test_Process_Field_chris.cfm, I would like for the function toggleButton to run... Is this the correct syntax? Thanks, Rick _______________________________________________ jQuery mailing list discuss@jquery.com http://jquery.com/discuss/
[jQuery] Binding to multiple items with one call
This doesn't seem to be working: bindBlur = function(){ $j('#person', '#assigned').blur(function() { sendok=true; alert(sendok);} ); } But this does: bindBlur = function(){ $j('#person').blur(function() { sendok=true; alert(sendok);} ); } Do I have to do them all individually or am I just putting those IDs in incorrectly? _______________________________________________ jQuery mailing list discuss@jquery.com http://jquery.com/discuss/
[jQuery] CODE REVIEW: the fruits of today's labor-nowwithREALCODE!
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"> <HTML xmlns="http://www.w3.org/TR/REC-html40" 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:ns0 = "urn:schemas-microsoft-com:office:smarttags"><HEAD> <META http-equiv=Content-Type content="text/html; charset=us-ascii"> <META content="MSHTML 6.00.6000.16414" name=GENERATOR><!--[if
[jQuery] find dd's dt
<!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=515005415-29032007><FONT face=Arial size=2>hello!</FONT></SPAN></DIV> <DIV><SPAN class=515005415-29032007><FONT face=Arial size=2></FONT></SPAN> </DIV> <DIV><SPAN class=515005415-29032007><FONT face=Arial size=2>i guess i'm not too good in finding my way upwards in the DOM
[jQuery] CODE REVIEW: the fruits of today's labor -nowwithREALCODE!
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"> <HTML xmlns="http://www.w3.org/TR/REC-html40" 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:ns0 = "urn:schemas-microsoft-com:office:smarttags"><HEAD> <META http-equiv=Content-Type content="text/html; charset=us-ascii"> <META content="MSHTML 6.00.6000.16414" name=GENERATOR><!--[if
[jQuery] CODE REVIEW: the fruits of today's labor -nowwithREALCODE!
<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:ns0="urn:schemas-microsoft-com:office:smarttags"> <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\:*
[jQuery] bug found
this is a bug I found when using firebug to refresh some data in an menu.. code: $.post(rAction,{action:"login",ddd:$("#ccc").val(),ddd:$("#ddd").val()},function(html){ $(html).insertAfter($("div#compte .padder fieldset h2")).load(errorVerif2()); activeMenu(); $.load(errorVerif2()); }); instead of returning 1 2 3 <ul> <li>1</li> <li>2</li> <li>3</li> </ul> it returned the following <ul> <li>1</li> <li>2</li> <li>3</li> </ul>
[jQuery] CODE REVIEW: the fruits of today's labor - nowwithREALCODE!
<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:ns0="urn:schemas-microsoft-com:office:smarttags"> <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\:*
[jQuery] CODE REVIEW: the fruits of today's labor - now withREALCODE!
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"> <HTML xmlns="http://www.w3.org/TR/REC-html40" xmlns:v = "urn:schemas-microsoft-com:vml" xmlns:o = "urn:schemas-microsoft-com:office:office" xmlns:w = "urn:schemas-microsoft-com:office:word" xmlns:ns0 = "urn:schemas-microsoft-com:office:smarttags"><HEAD> <META http-equiv=Content-Type content="text/html; charset=us-ascii"> <META content="MSHTML 6.00.6000.16414" name=GENERATOR><!--[if !mso]> <STYLE>v\:* { BEHAVIOR: url(#default#VML) } o\:*
[jQuery] Can't post to jQuery list from the Google interface?
<!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=639432115-29032007><FONT face=Arial color=#0000ff size=2>Ah...I see...</FONT></SPAN></DIV> <DIV dir=ltr align=left><SPAN class=639432115-29032007><FONT face=Arial color=#0000ff size=2></FONT></SPAN> </DIV> <DIV dir=ltr align=left><SPAN class=639432115-29032007><FONT
[jQuery] Can't post to jQuery list from the Google interface?
<!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=792250813-29032007><FONT face=Arial size=2>Anyone know why I can't post to the list from within the Google Groups interface? I tried responding to several posts last night as well as posting a new message yesterday afternoon and none of them have come through, even though
[jQuery] CODE REVIEW: the fruits of today's labor - now with REALCODE!
<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" xmlns:ns0="urn:schemas-microsoft-com:office:smarttags"> <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] CODE REVIEW: the fruits of today's labor
<!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=044305221-28032007><FONT face=Arial size=2>Okay...</FONT></SPAN></DIV> <DIV><SPAN class=044305221-28032007><FONT face=Arial size=2></FONT></SPAN> </DIV> <DIV><SPAN class=044305221-28032007><FONT face=Arial size=2>I finished my proof of concept for the project I've got.
[jQuery] Close any other row before showing a new one
Thanks Klaus...good point. I'll change that to something a little more meaningful. andy -----Original Message----- From: discuss-bounces@jquery.com [mailto:discuss-bounces@jquery.com] On Behalf Of Klaus Hartl Sent: Wednesday, March 28, 2007 6:19 PM To: jQuery Discussion Subject: Re: [jQuery] Close any other row before showing a new one Jake McGraw schrieb:
[jQuery] CODE REVIEW: the fruits of today's labor - now with REAL CODE!
<!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=311151113-29032007><FONT face=Arial color=#0000ff size=2>Sorry guys...I tried posting the code last night using the Google Groups interface, but it didn't come through.</FONT></SPAN></DIV> <DIV dir=ltr align=left><SPAN class=311151113-29032007><FONT face=Arial
[jQuery] Found a bug?
Try this $('.anyclass').css({ text-decoration: "underline", cursor: "pointer", cursor: "hand" }); <br clear="all"> -- ____________________________ B.r. Marat _______________________________________________ jQuery mailing list discuss@jquery.com http://jquery.com/discuss/
[jQuery] click(function) 'not working' for elements (not <a>) with tabindex and using keyboard
Using the file below, I'm trying to work out why elements on my page that are acting as event 'handles', do not fire the click event (i.e. alert("Hello"); ) when tabbed into and the return/enter button pressed. The first paragraph can have focus and be 'clicked' with the keyboard, but no alert fires. The second paragraph's <a> element gets focus next when tabbed into and will cause the alert when return is pressed. The third tab element, <a> in blockquote, doesn't cause the alert to popup, as is
[jQuery] Masked Input Plugin Beta 1
Hi, thanks for the plugin. How do i handle dynamic input length. In germany there are phone number of different length and formating, like: 030-123 456 78 012345-987 654 32 and what about +49 089 33 44 55 6 would it be possible to have multiple masks or a regexp as a mask or is there any other solution? thanks stefan
[jQuery] Close any other row before showing a new one
<!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=323420120-28032007><FONT face=Arial size=2>I've got a series of rows of data, some of which can be expanded to show additional information. I'd like to hide any open row before showing a new one. I've tried hiding all of them (or sliding up) but the display goes wonky because
[jQuery] Flat Calendar
(I apologize if this is a dup; I sent it first from the wrong account.) I need a calendar widget embedded in a page instead of a popup, something like what JSCalendar calls a "flat calendar". Does anyone with knowledge of DateSelector know if this might be in the works, or if it would be a welcome addition if I code it myself? Also, I haven't even looked at the code yet, so should this be relatively easy to do? Thanks, -- Scott Sauyet _______________________________________________ jQuery mailing
[jQuery] Problems with script replacement in Safari
Hi guys, I'm trying to get the following to work in Safari, but it just wont add the script source & I can't figure out why. This is my code: <head> <title></title> <script type="text/javascript" src="jquery-latest.js"></script> <script type="text/javascript"> $(document).ready(function() { if($.browser.msie) { $('#scriptReplace').attr("src","test2-ie.js"); } else { $('#scriptReplace').attr("src","test2-mozilla-EtAl.js"); } }); </script> <link rel="stylesheet" href="test2.css" media="screen,projection"
Next Page