[jQuery] Rails accept-header ajax
Hi, Is there a way I can change the accept header of ajax requests? as rails uses the accept header to load rjs (and it would be nice not to prepend .rjs on all requests). maybe someone already figure out a way to use jquery ajax and rails to replace rjs (with minus_r)? Abdul _______________________________________________ jQuery mailing list discuss@jquery.com http://jquery.com/discuss/
[jQuery] Get the value from an input field
<font style="font-family: arial,helvetica,sans-serif;" size="2">hi guys,<br /><br />i'm working since a couple of days with jquery, i think it's great. But now i have a problem and couldn't solve it so far.<br /><br />I want to get the value of an input field, i know that that it should work with var firstName1 = $("FIRST_NAME1_").val(); but it didn't!<br /><br />To set the value with $("#FIRST_NAME1").val(theFirstName); is working fine, but the way reverse not.<br /><br /><br />Has anybody an idea
[jQuery] Extend plugins?
Hi all How can I extend a plugin? I like to extend the interface plugin. Is this possible with something like: jQuery.iSort.fn.extend( {jsonSortable: jsonSortable} ); And use it like: $(...).jsonSortable( $('#naviContainer'), {...Sortable...options...array}, 'a/callbackURL') ) How do I implement such a extended method? function jsonSortable(query, op, url) { o = op; o['onChange'] = genericJSONCallbackFunctionWrapper(url); query.Sortable(o); } Or can a plugin not get extended? Regards Roger Ineichen
[jQuery] Bug in interfaces addon
Hi all First a big thank you to all of you for the great jquery and the cool addons. There is a bug in the interface plugin. The onchange attr in the idrop.js / isortables.js isn't consistent. In some places it is used onchange and others onChange as a dropCfg attribute. The result is, that the event doesn't get called if the element get changed(dropped on target). This means, it's not possible to invoke a function call if a sortable get sorted. e.g. a AJAX call. idrop.js line 242 -----------------
[jQuery] New Plugin: Ajax Popup Menu (still under development)
This plugin is still under development, but I would appreciate any comments or feedback. http://labs.activespotlight.net/jQuery/menu_demo.html It was inspired by the Flash menu on the Mercedes-Benz International site and written from the ground up to provide similar functionality. (It does include the Interface library so that it can be dragged-dropped as well.) There are still a handful of small bugs left, but it seems to be working in most browsers at this point. It is "almost" a plugin, meaning
[jQuery] Site issues
Just playing Captain Obvious here, but <a href="http://jquery.com">jquery.com</a> seems to be experiencing some difficulties... "SQL logic error or missing database". Let's hope it's the former... Chris _______________________________________________ jQuery mailing list discuss@jquery.com http://jquery.com/discuss/
[jQuery] Site issues
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"> <HTML><HEAD> <META http-equiv=Content-Type content="text/html; charset=iso-8859-1"> <META content="MSHTML 6.00.2900.2995" name=GENERATOR></HEAD> <BODY> <DIV><SPAN class=843152522-06122006><FONT face=Arial color=#0000ff size=2>It's working for me.</FONT></SPAN></DIV> <DIV> </DIV> <P><FONT size=2><!----------------//------<BR>andy matthews<BR>web developer<BR>certified advanced coldfusion programmer<BR>ICGLink, Inc.<BR>andy@icglink.com<BR>615.370.1530
[jQuery] accordian help
Hey all, I am working on this site http://ierev.informationexperts.com/ http://ierev.informationexperts.com/ and implemented the accordian with some modifications using the old structure of divs. The problem is, the when one is closing and the other one is open (which happens at the same time) there is some jitter. More noticable in ie6 but it does it in all browsers mac and pc. any tips would be greatly appreciated. just fyi, i am using current version of jquery (just updated it to make sure i had
[jQuery] Scripting Iframes
From: discuss-bounces@jquery.com [mailto:discuss-bounces@jquery.com] On Behalf Of meekish Subject: Re: [jQuery] Scripting Iframes Alex, I could kiss you. It actually works in Safari! I was trying to use offsetHeight and pixelHeight, but wasn't getting consistent heights across browsers (Safari was way off), but grabbing the height from the CSS seems to work in every browser. I'm ecstatic... ----- Glad I could help. I always try to use css for width/height/everything, it is usually just easier. -ALEX
[jQuery] jQuery tooltip plugin suggestion
One thing that I think would be a good improvement to the tooltip plugin (not mine, but the one by Jörn at http://bassistance.de/jquery-plugins/jquery-plugin-tooltip/) is if somehow it has an option to behave like jTip (not the AJAX bit, but the how it is displayed). What I mean by that is for it to be next to the element it is applied to, rather than positioned in relation to the mouse, with the an arrow pointing to the link. _______________________________________________ jQuery mailing list discuss@jquery.com
[jQuery] Recommended: on object detection vs browser sniffing
I recommend this article on browser sniffing vs object detection: http://dev.opera.com/articles/view/using-capability-detection/ The author also has its own blog which is also valuable and it is also quite amusing from time to time: http://my.opera.com/hallvors/blog/ -- Klaus _______________________________________________ jQuery mailing list discuss@jquery.com http://jquery.com/discuss/
[jQuery] html('<br />') == <br> ?
I've noticed that when i add some XHTML tags like this; <br /> it is added as even though i have the correct doctype (according to ffx). Anybody else seen this? -- Gilles _______________________________________________ jQuery mailing list discuss@jquery.com http://jquery.com/discuss/
[jQuery] Scripting Iframes
I already posted about this, but it was a bit of a half-hearted post and (big surprise) no one replied. So let's try this again... Here's what I need to do: I am using an iframe on my web site to display other pages on my site. So, I have full control over the parent page and the page in the iframe. I would like to use only the browser's main scroll bar for scrolling the content. So, if a very long page loads into the iframe, I need jQuery to expand the height of the iframe to enclose the content
[jQuery] Attention Please
On Monday, December 04, 2006 8:13 AM Acuff, Daniel (Comm Lines, PAC) <> said:
[jQuery] Replicating <select> tag text
<html> <body> Hi folks, I'd appreciate some help with a form element task I wish to achieve. I have a form containing three elements (2 text and 1 select). [sNewNodeTitle] [iNodeID] <--- select [sLinkText] For reasons that aren't important here, the user will either enter something into sNewNodeTitle or select an existing item from the iNodeID dropdown list. What I want to do is have either the entered text or the text between the iNodeID select tags to be replicated into sLinkText. I've achieved
[jQuery] $.post and ASP
Hi guys, I have to improve an very old asp3 site. First thing they gave to me is to improve pass changing form. What I did is to send and retrieve data by $.post. ASP returns just "success" or "failed". Problem is: 1. I change pass 2. Change is successful, and I display some message 3. I click on some other link 4. Error is shown, and user is logged out I found that every page checks whether user is logged in or not. Logging data are kept in sessions. I tried to put new pass in session variables,
[jQuery] Web application / site testing framework using jquery?
Hi With the emergence of web based application services (wont call it web2.0) and the prevalent iterative development methodology, there is a need for a reliable automated client-side web application testing framework. I think jQuery is an ideal tool to help create such a framework. Here is how I'd like it to work: 1. Basically one can create a test setup where we load a site / application in an iframe. iframe will completely isolate the test bed from the site, but one could also create the test
[jQuery] Custom headers to ajax calls
Hi, I'm just working on a project which is making ajax calls to a .NET backend using the AjaxPro extension. However, since I'm already using jQuery on the front end I thought I'd avoid using their extra frontend code and just use jQuery. The problem is that their .NET backend expects a custom header ('X-AjaxPro-Method' with the name of the server side method you want to call) which jQuery doesn't seem to support natively. So I made the attached little patch (against jquery-1.0.3.js [Rev: 501]) which
[jQuery] New Plugin: Ajax Popup Menu (still under development)
Hey, c'mon, I have those pants! LOL. -----Original Message----- From: discuss-bounces@jquery.com [mailto:discuss-bounces@jquery.com] On Behalf Of Klaus Hartl Sent: Tuesday, December 05, 2006 11:38 AM To: jQuery Discussion. Subject: Re: [jQuery] New Plugin: Ajax Popup Menu (still under development) Brice Burgess schrieb:
[jQuery] New Plugin: Ajax Popup Menu (still under development)
--
[jQuery] New Plugin: Ajax Popup Menu (still under development)
That's AWESOME! The close button doesn't seem to work in IE6/PC. <!----------------//------ 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 Jeffrey McClure Sent: Tuesday, December 05, 2006 12:51 PM To: discuss@jquery.com Subject: [jQuery] New Plugin: Ajax Popup Menu (still under development) This
[jQuery] TableSorter question
Hi all, i was wondering if it is possible to sort by multiple criteria using the tablesorter plugin. It really works a treat but i need to sort something like this: Name Group Phil User Matthias Admin Markus User Adrian User Peter Admin When i sort by group the names should be sorted alphabetically in their grouping like this Name Group Matthias Admin Peter Admin Adrian User Markus User Phil User Currently this function is not supported as i think tablesorter just displays names as they come in the
[jQuery] Departure
<div>Unfortunately, I am leaving Intuit. (Friday is my last day)</div> <div>In the past 6 months, I have tried to spread the gospel of jQuery at Intuit. Unfortunately, where I am going, YUI is already being used.</div> <div> </div> <div>I really enjoyed using jQuery and think that it is something special. I haven't been this excited about a technology since CSS.</div> <div> </div> <div>Some sites launching or launched:</div> <div> </div> <div><a href="http://www.turbotax.com">http://www.turbotax.com</a>
[jQuery] Scripting Iframes
From: discuss-bounces@jquery.com [mailto:discuss-bounces@jquery.com] On Behalf Of meekish Subject: [jQuery] Scripting Iframes I already posted about this, but it was a bit of a half-hearted post and (big surprise) no one replied. So let's try this again... ------ Alright, I found a few moments to try to play around with this. I've got something working in Win/FF2, so it should be a good place to start and you can iron out any bugs you find. Parent Page: http://pastie.caboo.se/25925 Content Page:
[jQuery] php frameworks
Hey all, A partially non-jquery question, anyone use any php frameworks? I was looking at the zend framework, but not sure if it is any good. If you use a php frame work can you post a url and why you like it? Thanks, Ben -- View this message in context: http://www.nabble.com/php-frameworks-tf2759163.html#a7692970 Sent from the JQuery mailing list archive at Nabble.com. _______________________________________________ jQuery mailing list discuss@jquery.com http://jquery.com/discuss/
[jQuery] php frameworks
I really like Qcodo http://qcodo.com -----Original Message----- From: discuss-bounces@jquery.com [mailto:discuss-bounces@jquery.com] On Behalf Of MichaL Sanger Sent: Tuesday, December 05, 2006 4:54 AM To: jQuery Discussion. Subject: Re: [jQuery] php frameworks 2006/12/5, bmsterling <benjamin.sterling@kenzomedia.com>:
[jQuery] $(document).ready question
Absolutely basic question, can I have more than one $(document).ready(...) statement in a page? Will they all be run or only the last one, or the first one? --JYL _______________________________________________ jQuery mailing list discuss@jquery.com http://jquery.com/discuss/
[jQuery] Bug: "display: none" plus getComputedStyle in Safari
Hi all, A while ago I reported a bug, which I couldn't really narrow down, so it never went into a ticket: http://jquery.com/discuss/2006-August/010401/ The problem was that in line 1315: ret = document.defaultView.getComputedStyle(this,null).getPropertyValue(prop); document.defaultView.getComputedStyle(this,null) returns null causing an error in Safari obviously. I fixed it with the following: ret = document.defaultView.getComputedStyle(this,null) && document.defaultView.getComputedStyle(this,null).getPropertyValue(prop);
[jQuery] NEWS: jQuery-powered Osxcode.com in Ajax Magazine
Fredi announced his new jQuery-powered feed aggregator osxcode.com just yesterday and I'm pleased to say that Ajax Magazine just picked up on his site and gave him some press. You can check it out here: http://ajax.phpmagazine.net/2006/12/jme_feed_aggregator_10_beta_re.html Congrats Fredi! Rey... _______________________________________________ jQuery mailing list discuss@jquery.com http://jquery.com/discuss/
[jQuery] NEWS: jQuery-powered Osxcode.com in Ajax Magazine
The is awesome, Congrats Fredi!! -----Original Message----- From: discuss-bounces@jquery.com [mailto:discuss-bounces@jquery.com] On Behalf Of Rey Bango Sent: Monday, December 04, 2006 10:38 PM To: jQuery Discussion. Subject: [jQuery] NEWS: jQuery-powered Osxcode.com in Ajax Magazine Fredi announced his new jQuery-powered feed aggregator osxcode.com just yesterday and I'm pleased to say that Ajax Magazine just picked up on his site and gave him some press. You can check it out here: http://ajax.phpmagazine.net/2006/12/jme_feed_aggregator_10_beta_re.html
[jQuery] Get the Firebug 1.0 Beta!
Hi guys, great news from Joe! Firebug 1.0 is now in open beta, everyone should be able to download it from <a href="http://getfirebug.com">getfirebug.com</a> today later on (read the blog post). I'll stay idle pressing F5 until the link is there ;-) -Paul<br clear="all"> -- Paul Bakaus Web Developer ------------------------ Hildastr. 35 79102 Freiburg _______________________________________________ jQuery mailing list discuss@jquery.com http://jquery.com/discuss/
[jQuery] php , ruby & jQuery devs
Hey guys, Probably not the place to post this but its very hard to find good people to work with and I know the people working with jQuery are above the average. Anyhow, I'm looking for a couple back-end (rails , PHP & db) and front-end guys to work with. I'm located in LA and work on sites like www.kevo.com & talentboom.com and other stuff like Nike digital. Anyway, sorry if you think this is spam - just tired of finding a load of crappy people on job sites. Will _______________________________________________
[jQuery] ie6 flicker issue
Hey, Figured I'd share this; this is a fix to the ie6 flicker issue on the fadeIn/fadeOut. //Stop IE flicker if ($.browser.msie == true) { document.execCommand('BackgroundImageCache', false, true); } org: http://medienfreunde.com/deutsch/weblog/index.html?nid=87&action=showcom -- View this message in context: http://www.nabble.com/ie6-flicker-issue-tf2756724.html#a7686901 Sent from the JQuery mailing list archive at Nabble.com. _______________________________________________ jQuery mailing list discuss@jquery.com
[jQuery] Ignoring tags already affected by .addClass()
Hey folks, I'm making headway with my Drupal module I am working on, but have hit a problem. On the front page of Drupal, I generate a jQuery .addClass() function for each node that is displayed on the page, and this is fine. For example, for the first node I get this in my header: <script type="text/javascript"> $(function(){$("div[@id*=node]").addClass("microid-d09348e51fc82f053dfd6c9c1319ceace8ab83bb")}); </script> <script type="text/javascript"> $(function(){$("div[@id*=node]").addClass("microid-13937db84359a8a64a1ed0fd15e671595a9c1207")});
[jQuery] Ignoring tags already affected by .addClass()
If you know the node that is generating the original <script> call, then why can't you write the id value into the jQuery call? Drupal spits out this: <script type="text/javascript"> $(function(){$("div[@id*=node]").addClass("microid-d09348e51fc82f053dfd6 c9c1319ceace8ab83bb")}); </script> For node-14, according to your HTML. Change the jQuery to this: <script type="text/javascript"> $(function(){$("div#node-14]").addClass("microid-d09348e51fc82f053dfd6c9 c1319ceace8ab83bb")}); </script> And then
[jQuery] tablesorter probable bug
There seems to be a bug for the tablesorter plugin in IE6. When I assign a sortColumn (integer or string) I get a error message saying 'null' is null or not an object (translated from Swedish) The offending line seems to be 173, IE6 seems to complain about the way the sorting gets fired. Andreas _______________________________________________ jQuery mailing list discuss@jquery.com http://jquery.com/discuss/
[jQuery] Attention Please
> I have attempted to bring this up in the past but did not get
[jQuery] Attention Please
<!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 6.5.7650.28"> <TITLE>Attention Please</TITLE> </HEAD> <BODY> <!-- Converted from text/rtf format --> <P><FONT SIZE=2 FACE="Arial">I have attempted to bring this up in the past but did not get any response. Which is amazing since this is such a huge issue.</FONT></P> <P><FONT SIZE=2 FACE="Arial">I *could* be
[jQuery] siblings after a specified node
> Is there a simple way to get all the siblings
[jQuery] HI
hi,everyone I find use jQ, one page have two form, but the form id is diff. i find $(form_id).ajaxSubmit(options); will submit both them data. i want to know how to split them , thank and i have a requirement, one page ,two form ,have one input id in both them same. i want to know how to split them. please give me help thank<br clear="all"> -- yours 齐永恒 _______________________________________________ jQuery mailing list discuss@jquery.com http://jquery.com/discuss/
Next Page