[jQuery] no action after $.load.. why?
<!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.2180" name=GENERATOR></HEAD> <BODY> <DIV><SPAN class=442555211-04092006><FONT face=Arial size=2>With the load function you don't need to do the $("#main").html(txt); bit. That's probably causing an error. Are you on firefox? Try the developer extensions/firebug to track down errors.</FONT></SPAN></DIV> <DIV><SPAN class=442555211-04092006><FONT
[jQuery] Thickbox 2.0 and dynamic content
I think I've seen this subject before, so I thought I'd share my solution. Case: - I want to use Thickbox - Some of my content is dynamically provided through AJAX - The Thickbox urls in the AJAX content aren't thickboxed in $(document).ready() - Thickboxing twice gives me errors My solution: I changed the TB_init from Thickbox to: function TB_init(elem) { if (!elem) elem = document; $("a.thickbox", elem).click(function() { var t = this.title || this.name || null; var g =
[jQuery] tableSorter feedback requested!
Hi All, I'm currently working on the 1.1 release of tableSorter. I would love to here your request for new features, improvements and thoughts to make this little plugin even better! Here's my current list of features and improvements that will be in 1.1: * A real user manual, with more examples and all parameters documented. * Make parameter names more logical. * Provide api documentation. * Commit the tableSorter in to the jQuery svn with manual and api. * Add function for highlighting current
[jQuery] Ajax only works once
I have form elements that update an HTML table within a DIV. It's an invoices application and the each detail element (invoice items) on the invoice has a input button with that when clicked on it deletes that item. The problem is that it works only once. I click on the button, the item is deleted, the div is updated with the new HTML. But afterwards all of the input buttons that delete the items stop working. I click on them and nothing happens. I have to refresh the web page to get that functionality
[jQuery] sortable problem
List & Stephan, I'm trying to work w/ sortables here but running across an issue whenever i use an FX. http://www.willjessup.com/sandbox/jquery/sortable/hybrid2.html If you select an item, then w/out moving it unselect it , you won't be able to re-select the item. Then, if you select an item under one of the items w/ the "change" it messes up the z-indexing. Once i turn off any FX on sortables all is well. Any ideas? Will _______________________________________________ jQuery mailing list discuss@jquery.com
[jQuery] Callback
http://www.visualjquery.com/index.xml In the documentation, I don't see a description of parameters passed to callback functions. Am I missing something; are callback parameters documented elsewhere; or are there no parameters? Sam _______________________________________________ jQuery mailing list discuss@jquery.com http://jquery.com/discuss/
[jQuery] Callback parameters
In the documentation on Are parameters passed to the callback functions _______________________________________________ jQuery mailing list discuss@jquery.com http://jquery.com/discuss/
[jQuery] Download > Cheat Sheet, one page , printable,page 2
Here is page 2 (back side) for cheat sheet version 1 08.03.06 most of the information here is to do with Non-Function , reference for Supported Selectors Base/Expression/XPath/Custom Plugins/Authoring basic ChainableMethods tip http://www.define-web.com/jquery_cheat_sheet/jquery_cheat_sheet_080306_v1_pg2.png goal here is to help the (non-newbie) coders have a good reference on hand (near desk) when coding, will try to create a more basic , (detailed , examples) for newbie to jquery cheat sheet when
[jQuery] Semi-New jQuery Site Live
I see one noticeable navigation issue, Contribute Link on footer, is only shown for main page, its missing from other pages. btw, if you have not noticed, some cheat sheets for (non newbies jquery) at: www.define-web.com/jquery/cheat_sheet/jquery_cheat_sheet_080306_v1.pdf www.define-web.com/jquery/cheat_sheet/jquery_cheat_sheet_080306_v1_pg2.pdf -- Nilesh B. Patel website: www.n-bp.com _______________________________________________ jQuery mailing list discuss@jquery.com http://jquery.com/discuss/
[jQuery] Announcing the new Learning jQuery blog
<HTML><BODY style="word-wrap: break-word; -khtml-nbsp-mode: space; -khtml-line-break: after-white-space; ">Hey everyone,<DIV><BR class="khtml-block-placeholder"></DIV><DIV>Thought I'd let you know that I just started up a blog, learningjquery.com. </DIV><DIV><BR class="khtml-block-placeholder"></DIV><DIV>As of now, it only has three entries, but I hope to add a few more each week. For the most part, it will cover basic things that can be done, how to get started, tutorials, and demos. Part of the
[jQuery] Download > Cheat Sheet, one page , printable, quick refrence, Jquery
How about this Cheat Sheet I made, based off visual jquery.. Download (88kb) Printable One page PDF cheat sheet for Jquery below link: http://www.define-web.com/jquery_cheat_sheet/jquery_cheat_sheet_080306_v1.pdf hope that helps, notice, its clean and no "made by XYZ" , so use it for what you wish. to do: I am thinking about making a 2nd page (back side) that will hold extra helpful info such as CSS and XPath Together, and some basic examples. printing tips: Set printer settings to horzonal paper
[jQuery] JQuery Bug: FF/Mac, ifModified, ResponseHeader
Hi, I have this line of code: $('#comments').load('/shared/fetch/forum/comments/comments.php'); When calling it in IE, FF/PC, Safari etc. everything is fine. But when calling the same line of code in FF/Mac, it does not work and I get an NS_ERROR_NOT_AVAILABLE on line 1704 in JQuery 1.0.1.: // Cache Last-Modified header, if ifModified mode. var modRes = xml.getResponseHeader("Last-Modified"); Creating a plain text file and calling it works as expected: $('#comments').load('/shared/fetch/forum/comments/helloworld.html');
[jQuery] Interface Library, Firefox on Mac
Hi all, I have just started to test my software on different platforms, including Mac. Now I have realized, that on Firefox/Mac, the interface library throws this error on load: --- Error: missing formal parameter Line: 8, Column: 34 Source: duration,from,to,restore,callback,interface,type,transition){if(!jQuery.fxCheckTag(e)){jQuery.dequeue(e,\'interfaceFX\');return false}var z=this;z.el=jQuery(e);z.from=parseInt(from)||100;z.to=parseInt(to)||100;z.transition=transition||\'original\';z.duration=
[jQuery] Interface Library, Firefox on Mac
> Ok, I have renamed "interface" to iface on line 62. And line 74 to:
[jQuery] Compilation of jQuery add-ons
Is there a list of available 3rd party add-ons (e.g., behaviors, carousel, etc...) built on jQuery? Sam _______________________________________________ jQuery mailing list discuss@jquery.com http://jquery.com/discuss/
[jQuery] Interface Library, Firefox on Mac
> >"interface" is a reserved word.
[jQuery] Interface Library, Firefox on Mac
> On the JavaScript-Console, the cursor points to "...,interface,...". "interface" is a reserved word. http://javascript.about.com/library/blreserved.htm _______________________________________________ jQuery mailing list discuss@jquery.com http://jquery.com/discuss/
[jQuery] xPath
Newbie question: Can I use jQuery's xPath capability to locate an element in an arbitrary XML file loaded using Ajax? Sam _______________________________________________ jQuery mailing list discuss@jquery.com http://jquery.com/discuss/
[jQuery] TextMate Bundle for jQuery - updated!
<HTML><BODY style="word-wrap: break-word; -khtml-nbsp-mode: space; -khtml-line-break: after-white-space; ">Hey everyone,<DIV><BR class="khtml-block-placeholder"></DIV><DIV>For those of you who use TextMate but don't use the svn repository for new bundles, you might want to try out the jQuery bundle that my friend Jonathan "jonbob" Chaffer and I put together. It's a lot closer to complete than the one I sent out a couple weeks ago, and it has a nice contextual Help feature when the cursor is on a
[jQuery] Synchronizing
Hi folks, is there any way to synchronize calls in javascript without using callbacks? Example: doSomething(); reset(); doSomethingElse(); Reset calls some asychronous code and I don't want it to return until the call is complete. The obvious solution is to pass doSomethingElse as a callback for reset, but that makes it very difficult in the given scenario. Any ideas? -- Jörn _______________________________________________ jQuery mailing list discuss@jquery.com http://jquery.com/discuss/
[jQuery] Bugs in 1 and 1.01
Hi John, I just noticed the removeClass problem in IE tonight as well. This code was not consistently working: $("#element").find("table").removeClass("active"); After looking back in the mailing list I came upon this description of the problem: "Hi there, I found this little bug in jQuery that prevents removeClass from working when there is a space just before the name of the class. Eg it will not work on this element: <div class=" myClass1"> The funny thing is that jQuery is the culprit creating
[jQuery] Charset and load()
Hi, When loading HTML with the load()-function in jQuery, Danish characters like æ, ø, å, Æ, Ø, Å etc. shows up like question marks. How and where should I configure the charset? When I open the site I want to load directly in Firefox, nothing is wrong with the charset - only when loading with jQuery. Apart from this, jQuery is the best thing that ever happened to DOM scripting! Best regards, Søren Haagerup _______________________________________________ jQuery mailing list discuss@jquery.com http://jquery.com/discuss/
[jQuery] no action after $.load.. why?
Hey, i'd like to know why it happens.. The code: $(document).ready( function(){ $("#main").load("get_calcform.php",{ idref: iditem }, function(txt){ $("#main").html(txt); } ); $("#calculate").click( function(){ alert('hi'); }); //output -> <form method="post"><//some inputs><input type='button' value='calculate' id='calculate'></form> then nothing happens when Calculate is clicked... Even if i change it (without form tag and submit button): ... function(txt){
[jQuery] Blog Post About Visual jQuery
Hey guys, There's a big blog post up at the jQuery Blog about Visual jQuery, including a couple of big announcements. Check it out at <a href="http://jquery.com/blog/2006/09/02/taking-jquery-documentation-to-the-next-level/"> http://jquery.com/blog/2006/09/02/taking-jquery-documentation-to-the-next-level/</a><br clear="all"> -- Yehuda Katz Web Developer (ph) 718.877.1325 (fax) 718.686.4288 _______________________________________________ jQuery mailing list discuss@jquery.com http://jquery.com/discuss/
[jQuery] Issue with adding to tables.
Hi, I have implemented a page where I have jQuery cloning the last row and extending the table, I have the table that I am extending in a div which I use the jq-corners to make it look pretty. The problem that I am getting is that when the table is extending that page isn't. So what happens is that stuff starts disappearing of the bottom of the page. I don't think I have all the information for someone to help me, so please bear with me and I will provide any information required. If someone can
[jQuery] Interface and Safari?
I've had reports that Interface, particular the slideshow, doesn't work in Safari. Can anyone corroborate and/or figure out how to fix it? <g> -- Morbus Iff ( worship the computer and continue to live ) Technical: http://www.oreillynet.com/pub/au/779 Culture: http://www.disobey.com/ and http://www.gamegrene.com/ icq: 2927491 / aim: akaMorbus / yahoo: morbus_iff / jabber.org: morbus _______________________________________________ jQuery mailing list discuss@jquery.com http://jquery.com/discuss/
[jQuery] Bugs in 1 and 1.01
I didn't see a way to post this in trac, so if I ought to have, please advise. It seems that set (both name:value and hash) is not working, as well as removeclass on multiple classes (and, of course, toggleclass with multiple classes). _______________________________________________ jQuery mailing list discuss@jquery.com http://jquery.com/discuss/
[jQuery] Animation dimensions - problem and solution
When jquery tries to get the height of a (display:none) element, it clones the element as (visiblity:hidden display:block), appends it to the BODY, calculates the dimensions, and removes it. Which is all very clever. The problem comes that if you style your element using css selectors, then you have to ensure that the css is valid when the above 'trick' takes place. For instance, say we had a paragraph with padding defined in the css like this: div p { padding: 10px; display: none; } <div> yadda
[jQuery] Tests that crash Safari
Trial and error (and a lot of Saft recovering my tabs) indicates that these are the culprits: tests/10-jQuery.find.js: ... t( "Checked UI Element", "input:checked", ["radio2","check1"] ); ... t( "Is Visible", "input:visible", ["text1","text2","radio1","radio2","check1","check2"] ); t( "Is Hidden", "input:hidden", ["hidden1","hidden2"] ); Haven't had time to figure out what the actual issue is, but I'm guessing there's something funny about input objects in Safari. :) Corey _______________________________________________
[jQuery] Visual jQuery 1.0 -- Redux
Hey guys, I've put together a different version of Visual jQuery, which works in IE, Opera, and Firefox. Please check it out and let me know how it goes. <strong>Note</strong>: There is some blank space at the top of the page for header buttons to be added in the future. Also, this is still a very-beta site. Please play with it and let me know if you find any problems (not content problems -- that's all automatically produced from John's XML documentation). Check it out at: <a href="http://screencasts.visualjquery.com/visual/docs-redux.xml">http://screencasts.visualjquery.com/visual/docs-redux.xml</a><br
[jQuery] AJAX .Load Stripping out a <STYLE> tag.
Krzysztof FF schrieb:
[jQuery] Autocomplete plugin: update for jQuery 1.01
<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] Running jQuery when already have $() from prototype
John, That is really good news. This will save me a TON of work over the next bit. Thank you for getting this out. We all are very grateful for all that you have done and are doing. Again, thanks -Geoff -----Original Message----- From: discuss-bounces@jquery.com [mailto:discuss-bounces@jquery.com] On Behalf Of John Resig Sent: Friday, September 01, 2006 4:53 PM To: jQuery Discussion. Subject: Re: [jQuery] Running jQuery when already have $() from prototype
[jQuery] Interface: Question about Blind Up/Down
I am trying to use blind down and blind up with a div that is hidden when the page loads. My demo: http://www.jimdavis.us/demos/whidbey/blindtest.html The blind up and blind down functions were working great until I added the rule display: hidden to the addText div in order to have the div out of view when the page loads. As you can see from the demo, clicking 'View Additional Text" makes the div snap into view rather than scroll into view. Is there a way to have the page load with the addText div
[jQuery] Running jQuery when already have $() from prototype
<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] Looking for a jQuery developer/designer
I'm in need of someone to do some freelance work to work on a jQuery-based project. In particular, I need someone who can add a slick look to the interface--color choices, slides, fades, that kind of thing. Send me an email if you are interested, dave.methvin at gmail.com. _______________________________________________ jQuery mailing list discuss@jquery.com http://jquery.com/discuss/
[jQuery] Ant
Hi all, When I want to build jQuery with Ant, I've got this message: Unable to locate tools.jar. Expected to find it in C:\Program Files\Java\jre1.5.0_03\lib\tools.jar Buildfile: build.xml Everything works well; it's just for cleanliness. Did anyone solve this? Franck. _______________________________________________ jQuery mailing list discuss@jquery.com http://jquery.com/discuss/
[jQuery] unsubscribe?
how to unsubscribe from this mailing list? ^^ sorry, but i cant find a button or an mailadress _______________________________________________ jQuery mailing list discuss@jquery.com http://jquery.com/discuss/
[jQuery] Submit a form?
<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] Ant
<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;}
Next Page