[jQuery] Tooltip reloaded
Hi Jörn, thanks for your Tooltip Plugin, I'm happily using it for an internal web application. Please fix the download link on your blog, it is not working right now, because you haven't closed the title attribute with a quote ;) I kind of joined the dark side of web development, as I'm just putting html in the title attribute, because I sometimes want to have a <ul> and did not think it would be useful, to add that as another feature by somehow splitting the added string with semicolon or whatever.
[jQuery] $.getJSON ?
Hello, i try to use the $.getJSON function to get some JSON data from my php file. The actual code looks like this: function loadArticle(id) { $.getJSON("../admin/article.php", { mode:"get", id: id }, function(json){ if(console) console.log(json); else alert(json); injectIntoForm(json); } }); But when i try to run the code i get "$.getJSON is not a function", does i need a plugin to run this function ? at the moment i'm just using jQuery 1.0.1. thanks in advance best regards, Truppe Steven _______________________________________________
[jQuery] Loading external libraries from dynamically loaded content
> As the loading of both scripts is asynchronous, the second one
[jQuery] Accordion plugin
Hi jQueryians, just improved and commited the jQuery accordion plugin, or rather "Accordion widget". Whatever you like to call it, it's quite neat and very flexible. A little demo is here: http://joern.jquery.com/accordion/accordion.html Feel free to grab the source from SVN and improve it, or just post something here. One thing that I want to fix is the disability of not() to accept a jQuery expression. It seems like it only works if I pass a DOM element. But that is a problem of the jQuery core:
[jQuery] Problems loading select options in IE
Hi I am generating some <option> tags with php and then loading them into a select box with jQuery's load method as follows: The Select Box: <select id="selectbox"></select> The Javascript: $("#selectbox").load("phpfile.php", {action: "getoptions", alpha: "A"}); This works well with Firefox but IE simply displays an empty select box. Loading some html into a div, with the same method and the same php file, works perfectly in IE. What could I be missing? I have to demo this application for a client
[jQuery] Plug-in Update: quickSearch
Hi guys, Thought you be interested to know that my plug-in, quickSearch, has had a near-enough complete rewrite. It's now works in a completely different way to before, it's a lot more powerful, a lot easier to use and now it's totally unobtrusive. http://rikrikrik.com/jquery/quicksearch/ Any constructive criticism would be great! -- Rik Lomas http://rikrikrik.com _______________________________________________ jQuery mailing list discuss@jquery.com http://jquery.com/discuss/
[jQuery] shrinking animation
Hi I need to mimic the animation effect of http://www.jackslocum.com/blog/examples/dialog/hello.php I have doen this before in one of my old javascript libraries, but before i start a rewrite is therea jquery plugin allready that handles this Armand _______________________________________________ jQuery mailing list discuss@jquery.com http://jquery.com/discuss/
[jQuery] Interface Autocompleter throbber idea
I've added just three lines of code to the Interface plugin's Autocompleter to support a new parameter that is the name of a CSS class to apply to the lucky input field while performing an AJAX autocomplete call. This allows a "throbber" image to be used as the background of the input field, just like you might see in the newer versions of Drupal. As it is, there is no indication that an AJAX operation is happening at all. Is there any interest in this, such that it could be added to the Interface
[jQuery] .clone and form elements
Hey guys and gals, I am trying to duplicate a set of form elements using: $("#claims").clone().appendTo("#ap") and <div id="claims"> <div class="fieldlabel"><input type="text" class="contact" name="claim[]" value=""/></div> <div class="fieldinput"> <select name="result[]"> <option value="denied">Denied</option> <option value="granted">Granted</option> <option value="remanded">Remanded</option> </select>
[jQuery] malfunction in Autoexpander/Interface?
hello, I'm on my first day with jQuery so maybe i oversee some things. But I tried the autoexpander plugin from the "interface"-site, and obviously the resizing of the textarea doesnt work as it should or im missing something. (check out http://interface.eyecon.ro/demos/expander.html http://interface.eyecon.ro/demos/expander.html ) the "height" doesnt grow up fast enough. ok it grows and you always have the view/focus on the line that youre editing. but this is mainly because overflow is set to visible
[jQuery] total noob question
Hi All, Im very new to javascript and jquery so please be gentle :) What im trying to do is have a button that toggles(or fade etc..) a number of rows in a table. ie. click button, 10 rows show/hide Currently it works great for the first row but i cant get it to do the toggle for the rest of the rows, ive tried using each and find but i cant get it happening Could someine please take a look at the below code and let me know how to do ### jquery ## $('a#slick-toggle2').click(function() { $('#slickbox2').toggle();
[jQuery] $.get - Retrieving XML Docs
On Thursday, November 09, 2006 3:06 PM Mike Alsup <> said:
[jQuery] $.get - Retrieving XML Docs
On Thursday, November 09, 2006 2:17 PM ???? <> said:
[jQuery] jQuery Bug #262: "name.replace is not a function" in 1.0.3
> Can some more folks take a look at this and see if there's
[jQuery] Transparent PNG IE plugin for jQuery?
That's okay. I wanted a nice fuzzy drop shadow. <!----------------//------ 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 Klaus Hartl Sent: Thursday, November 09, 2006 4:40 PM To: jQuery Discussion. Subject: Re: [jQuery] Transparent PNG IE plugin for jQuery? Andy Matthews schrieb:
[jQuery] Transparent PNG IE plugin for jQuery?
I could swear that I've seen it somewhere. This has to be possible, even if it's not in jQuery. <!----------------//------ 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 kscholl.jq@comcast.net Sent: Thursday, November 09, 2006 1:59 PM To: jQuery Discussion. Subject: Re: [jQuery] Transparent PNG
[jQuery] Alternative tooltip, with shadows...
Okay... An update. I've got this working by placing a transparent PNG as a background image for #tooltip. I'm having trouble getting it to be transparent in IE though. Does jQuery have a plugin to make ANY png transparent regardless of where it appears in the code? <!----------------//------ 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
[jQuery] Click event is not sticking
On Thursday, November 09, 2006 1:49 PM Jörn Zaefferer <> said:
[jQuery] Transparent PNG IE plugin for jQuery?
That was exactly it!!! http://www.modernessentials.com/tooltiptest.cfm Once I've got it in place for reals, I'll send out another link. <!----------------//------ 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 Jörn Zaefferer Sent: Thursday, November 09, 2006 3:45 PM To: jQuery Discussion. Subject:
[jQuery] $.get - Retrieving XML Docs
Hi, I'm trying to use the $.get function to bring back a DOM Document which I can then manipulate with jQuery functions. In Firefox and Opera this works fine with a function call similar to the one below; $(xml) will give me a jQuery Dom Document I can work with without problem. If I try the same code in IE it just gives me javascript errors (Error: Object does not supprt this method or property). $.get(src_xml, function(xml) { alert("Requested XML: "+ $(xml).toXML()); }); It looks like IE is bringing
[jQuery] Access to flash object
Does anyone know how to access a flash object with jquery? I have a flash movie with a function I need to call from js. It already has a function registered as externalInterface and Im able to call it using regular js. I would like to know how in jquery. I tried doing the regular $(expression) but it doesn't work. Sorry if someone has come up to this discussion already, i couldn't find a way to search the list of mails from this maillist Thanks! best regards, Guntur N. Sarwohadi _______________________________________________
[jQuery] jQuery SVN over HTTPS
SVN access over HTTPS would be useful. Are there any plans for it being implemented (the port used by SVN is blocked here and the required header methods for HTTP access aren't allowed either (and probably never will be))? _______________________________________________ jQuery mailing list discuss@jquery.com http://jquery.com/discuss/
[jQuery] Chili syntax highlighter updated
Many thanks for adding Chili to the jQuery.com plugins page. I've just released a new version, 1.2 I'd appreciate very much if you could change the link so that it points to http://www.mondotondo.com/aercolino/noteslog/?cat=8 which is the page where I post new releases Also may interest you that I've wordpressed the text manual, and posted it here http://www.mondotondo.com/aercolino/noteslog/?page_id=79 -- View this message in context: http://www.nabble.com/Chili-syntax-highlighter-updated-tf2603201.html#a7263097
[jQuery] Click event is not sticking
On Thursday, November 09, 2006 12:14 PM Jörn Zaefferer <> said:
[jQuery] Transparent PNG IE plugin for jQuery?
This doesn't appear to work in conjunction with your plugin Jorn. I'm thinking that it's because the #tooltip element is being created dynamically, it's not able to find it in the query, and therefore can't apply the fix. Let me upload the code for anyone to fiddle with. <!----------------//------ andy matthews web developer certified advanced coldfusion programmer ICGLink, Inc. andy@icglink.com 615.370.1530 x737 --------------//---------> -----Original Message----- From: discuss-bounces@jquery.com
[jQuery] Transparent PNG IE plugin for jQuery?
Thanks for the suggestion ,but it doesn't seem to be working. BTW, as an aside, is there a preferred method of responding on this list: top- or bottom-posting? Makes no matter to me, but some places are pretty adamant about one or the other, and as they say, when in Rome... -------------- Original message ---------------------- From: J�rn Zaefferer <Enchos@gmx.net>
[jQuery] Transparent PNG IE plugin for jQuery?
Here's the link I forgot to send. http://www.modernessentials.com/tooltip/tooltiptest.cfm It's got Stefan's code in place, but I very well could have put it in the wrong location. Anyone have an idea? <!----------------//------ 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 Klaus Hartl Sent: Thursday,
[jQuery] How to Add HTML to a page, and make it "active"?
Hi All, Relatively new to jQuery, and loving it so far. Hopefully you can help me with this one... I have a "quote page", which has "line items" that fetch various pieces of info (via ajax) from the server as the user starts "drilling down". There are a variable number of "line items", of 4 different types. I have the code to create a new line item of a given type whenever the user selects that type from a selection box. Let's say one of the "line items" looks like this: Type: <select box: ceramic
[jQuery] Accordion plugin
> I noticed that when text is scaled up in the browser, the containing
[jQuery] Transparent PNG IE plugin for jQuery?
Andy, I looked pretty extensively some weeks ago for exactly the same thing, and came up empty. There are several solutions available for IMG tags, as you state, but all of them seem to use imposition of a background on the image by inserting a SPAN tag. Hence, the solutions do not work for background images themselves. I unfortunately had to ultimately throw in the towel and use GIFs. Kevin -------------- Original message ---------------------- From: "Andy Matthews" <andy@icglink.com>
[jQuery] Transparent PNG IE plugin for jQuery?
And of course Jorn trumps me as soon as I hit send. I didn't realize the filter could be placed that way, but lo and behold. I'm never replying before reading all the messages again ;) -ALEX -----Original Message----- From: discuss-bounces@jquery.com [mailto:discuss-bounces@jquery.com] On Behalf Of Jörn Zaefferer Sent: Thursday, November 09, 2006 12:17 PM To: jQuery Discussion. Subject: Re: [jQuery] Transparent PNG IE plugin for jQuery? kscholl.jq@comcast.net schrieb:
[jQuery] Transparent PNG IE plugin for jQuery?
IE does not perform well with PNGs as background objects. Microsoft requires a PNG to be wrapped in on of their stupid filters in order to make it transparent, and those filters won't work with background images placed via CSS. I'm not sure how IE7 handles PNG backgrounds however. So, in answer to your question, no, you can't use a transparent PNG as a background image in IE. If you placed the image in a div and started messing with z-index you could mimic the behavior however. -ALEX -----Original
[jQuery] Transparent PNG IE plugin for jQuery?
So this matches only background images? <!----------------//------ 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 Jörn Zaefferer Sent: Thursday, November 09, 2006 2:17 PM To: jQuery Discussion. Subject: Re: [jQuery] Transparent PNG IE plugin for jQuery? kscholl.jq@comcast.net schrieb:
[jQuery] Click event is not sticking
<!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=696535119-09112006><FONT face=Arial size=2>Hello,</FONT></SPAN></DIV> <DIV><SPAN class=696535119-09112006><FONT face=Arial size=2></FONT></SPAN> </DIV> <DIV><SPAN class=696535119-09112006><FONT face=Arial size=2>Why am I having inconsistent results with a click event being
[jQuery] Alternative tooltip, with shadows...
Of course. Once I get them uploaded I'll show you an example. <!----------------//------ 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 Jörn Zaefferer Sent: Thursday, November 09, 2006 2:05 PM To: jQuery Discussion. Subject: Re: [jQuery] Alternative tooltip, with shadows... Andy Matthews schrieb:
[jQuery] Accordion plugin
Brilliant, guys! Thanks a lot for sharing these enhancement ideas Joel and Brandon. Not only can the text in the accordion now be resized with no penalty, but this also makes it possible to swap out the contents of the accordion sections at runtime! This was a big help (and enlightening). :) Thanks, -THEO- -----Original Message----- From: Joel Birch [mailto:j_birch@tpg.com.au] Sent: Thursday, November 09, 2006 9:38 AM To: jQuery Discussion. Subject: Re: [jQuery] Accordion plugin
[jQuery] new plugin: AnimateClass/animateStyle
Hi jQuerians, I managed to get the core functionality of my new plugin done today. Still, cross-browser support is nowhere perfect, only IE and Firefox seem to perform quite well. For all who don't know what I'm talking about: This is my new animateClass/animateStyle plugin! Using it you can: 1.) Animate to a certain css class (as described in a stylesheet) 2.) Animate from a class to a class 3.) Animate using pure css as in the style tag ("border:1x solid #000; margin: 5px") Check out this page
[jQuery] Synchronous XMLHttpRequest option
Hi all, I would find very useful to have a synchronous XMLHttpRequest option in jQuery, at least for the "$.ajax" operation. What would be the best way to add synchronous XMLHttpRequest within jQuery ? -- Sébastien _______________________________________________ jQuery mailing list discuss@jquery.com http://jquery.com/discuss/
[jQuery] Transparent PNG IE plugin for jQuery?
Is there a jQuery plugin that causes ANY png to be transparent? There are scripts that I've seen that force any PNG called from within an IMG tag to be transparent in IE, but I've got a PNG set as a background image that I'd also like to have that same behaviour. I'm sure I could find it somewhere, but I'd love to find a jQuery solution. <!----------------//------ andy matthews web developer certified advanced coldfusion programmer ICGLink, Inc. andy@icglink.com 615.370.1530 x737 --------------//--------->
[jQuery] table rows are reluctant to give up their space
nd am seeing something strange, though it is probably more javascript related. I have a simple table of rows for items in a shopping cart. in each row is a remove link that should remove the item from the cart, and the row from the table. here's the basic HTML: <div class="codebox"><div class="incqbox"><div class="scrollbox" style="height: 35em;"><pre><!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "<a href="http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd</a>">
Next Page