[jQuery] preloader
<!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.5730.11" name=GENERATOR></HEAD> <BODY> <DIV><SPAN class=406331619-30012007><FONT face=Arial size=2>hello!</FONT></SPAN></DIV> <DIV><SPAN class=406331619-30012007><FONT face=Arial size=2></FONT></SPAN> </DIV> <DIV><SPAN class=406331619-30012007><FONT face=Arial size=2>i would like to know if there is anything built in jquery to preload
[jQuery] $.ajax get xmldocument works in firefox but not in IE
I have a list of products that I wish to load through ajax. The event triggers a function with an url to the xmldocument. A working version of this is placed here: http://www.myagent.dk/ajaxtest/a.html The productlist loads fine in firefox, but not in IE. It seems to be the .each that fails. function getItems(mUrl){ $.ajax( { type: "get", url: mUrl, data: "category=x", dataType: "xml", success: function(mXml) { var count = 0; $("/products/product", mXml).each(function(){ count +=1; var
[jQuery] excel like movement with arrow keys in a html table
I would like to be able to move through a table using the arrow keys the same way you can in excel, up down left right. I've seen this done using JS with each cell having a unique id but I would like to avoid naming the cells. I would guess you would use the cellIndex somehow but I'm new to this. Can anyone help me out with some code or at least a point me in the right direction. Thx Daniel _______________________________________________ jQuery mailing list discuss@jquery.com http://jquery.com/discuss/
[jQuery] excel like movement with arrow keys in a html table
I would like to be able to move through a table using the arrow keys the same way you can in excel, up down left right. I've seen this done using JS with each cell having a unique id but I would like to avoid naming the cells. I would guess you would use the cellIndex somehow but I'm new to this. Can anyone help me out with some code or at least a point me in the right direction. Thx Daniel -- View this message in context: http://www.nabble.com/excel-like-movement-with-arrow-keys-in-a-html-table-tf3143786.html#a8714085
[jQuery] A tooltip filled with informations from a database
Hi, I need to have a tooltip and when the cursor is over a <a> it will retrieve datas from mysql tables and print it in the tooltip. Someone already done one or know how doing this, cause i'm really noob in jQuery. Thanx Laurent _______________________________________________ jQuery mailing list discuss@jquery.com http://jquery.com/discuss/
[jQuery] Multiple Choice forms
Hi there, i'd like to know if there are any plugins or something that could help me building a multiple choice form. I know/think how I could do this the usual way like in- and out-blending single steps and saving the answers to variables and so on. But maybe there is anything that could help with it, especially with managing answers, number of steps and so on, maybe a framework, plugin? Greetings, Arne -- Cheers Arne-Kolja Bachstein http://www.arnekolja.de E-Mail: akb@arnekolja.de Mobil: [01 79]
[jQuery] WebHTMLEditor
I am trying to create a simplest web editor by using jQuery but found quite difficult :-) Have we already got it somewhere? Thanks a lot, -- View this message in context: http://www.nabble.com/WebHTMLEditor-tf3135531.html#a8688203 Sent from the JQuery mailing list archive at Nabble.com. _______________________________________________ jQuery mailing list discuss@jquery.com http://jquery.com/discuss/
[jQuery] Plugin documentation and nofollow
Hi everybody, At the new plugin list (http://docs.jquery.com/Plugins), all links are marked as nofollow. That's of course to prevent spam. But I think, that is no good idea for this page. There are some reasons why the links should not be marked as nofollow: * we want to have a complete list of all available plugins. We can support this by not using "nofollow" because the plugin author will have a good back link. * The plugin page is visited a lot of times. There is no need to mistrust the links.
[jQuery] jQIR plugin updated
My image replacement plugin has been updated to allow you to define the image to be used in the source, as well as use the id. http://www.texotela.co.uk/code/jquery/jQIR/ _______________________________________________ jQuery mailing list discuss@jquery.com http://jquery.com/discuss/
[jQuery] jQuery 1.1.1 and .width / .height
Hi guys, I am porting my sites from 1.0 to 1.1.1, and i was wondering if i still need the dimensions plugin with 1.1.1, since there is a new .width() and .height() in form of .css("width") and .css("height"). Can anybody advise? Thanx Gilles p.s. sorry for the repost _______________________________________________ jQuery mailing list discuss@jquery.com http://jquery.com/discuss/
[jQuery] Lil problem calling SortableDestroy()
Hiya, I've a lil problem, I'm trying to destroy a sortable. But can't seem to make it work. Maybe someone would be willing to run the code here below and see what I'm doing wrong.. It should run no prob and I've marked the code where it's casting the error SortableDestroy() is not a function. What it do? It's just a static ul list with 5 items which are draggable to a trash. They can be sorted when the user clicks Reorder. Then that option changes to Update. When Update is hit I want it to revert
[jQuery] multi language support
Hi list, I have been more or less silent these last days, but one idea just struck me. I don't even know if this has been discussed already... How about having multi language documentation / wiki etc.? I could help in translating English to German (at least Jörg and Klaus surely could help, I guess)... even though my language (and JavaScript ;-)) skills are limited and I'm somehow very busy -- at least until Feb. 28th. What Do you think? _______________________________________________ jQuery mailing
[jQuery] interface autocompleter issues
i have some problems with the interface autocompleter plugin. when i start the example page for the autocompleter in FF (1.5 or 2.0) the ajax request is fired and the result list is shown as expected. when i select a row with the keyboard and press enter afterwords, the content ist displayed in the info pane and the suggestion list is closed. if i select the row with the mouse, the suggestion list still remains and no selection is triggered. firebug console listed the following bug: jQuery.iAuto.applyOnSelect
[jQuery] Access formData in ajaxForm
<div>Hi all.</div> <div> </div> <div>I can find no documentation on how to access the form data in a beforeSubmit function in the Form plugin. I can see in Firebug that all my fields is populated correct and it's no problem to fetch the data on the server. But I have no idea how the syntax is in the beforeSubmit function. I feel like I've tried everything now... including: </div> <div>// validate function function validate(formData, jqForm){ //alert($("input[@name=rdoType]:checked").val()); var
[jQuery] Can't seem to return an object
Hi folks, I have an ajax call that upon success has a variable 'result' that contains a JSON encoded string. I eval that string and it becomes an object (an array of structures, etc.), but when I try returning that object from the function to the caller, something goes wrong. The caller says that the value returned is undefined. so... if(mode == "edit"){ var userObj = getActiveUsers(); // if I dump userObj here... dump(userObj); // dump shows that userObj is undefined. :o( } ... function getActiveUsers(){
[jQuery] jQuery favicon
Hey guys, I've created a small jQuery favicon, it's free to use for everyone just don't hotlink it ;) Cheers! [1] <a href="http://www.joanpiedra.com/jquery/favicon.png">http://www.joanpiedra.com/jquery/favicon.png </a><br clear="all"> -- Joan Piedra || Frontend webdeveloper <a href="http://joanpiedra.com/">http://joanpiedra.com/</a> _______________________________________________ jQuery mailing list discuss@jquery.com http://jquery.com/discuss/
[jQuery] Can't seem to return an object - Please Help ASAP
Hi folks, I have an ajax call that upon success has a variable 'r' that contains a JSON encoded string. I eval that string and it becomes an object (an array of structures, etc.), but when I try returning that object from the function to the caller, something goes wrong. The caller says that the value returned is undefined. so... if(mode == "edit"){ var userObj = getActiveUsers(); // if I dump userObj here... dump(userObj); // dump shows that userObj is undefined. :o( } ... function getActiveUsers(){
[jQuery] Download-able documentation
Hi guys, I was thinking... why not create some sort of download-able documentation format? either a ZIP of HTML's of maybe even a .chm (or .hlp) file? (kind of like PHP or MySQL have) I personally work a lot on my laptop, ofter not accessible to an internet connection....if there could be some way to have all of jQuery's documentation available for download it would be great. wouldn't you agree? I'd like to hear what you have to say on the subject.. Best regards, Ken. _______________________________________________
[jQuery] List of jQuery-Powered Sites
Forgot to add us to the list... Zvents: http://www.zvents.com/ This is a Rails site and we completely replaced prototype.js with jQuery and our own code. We're using thickbox, a homegrown autocompleter, my DOM plugin, and lots of custom code. This also puts jQuery on our partner sites: The Boston Globe: http://calendar.boston.com/ The Denver Post: http://denverpost.zvents.com/ Contra Costa Times: http://contracostatimes.zvents.com/ San Jose Mercury News: http://mercurynews.zvents.com/ -Mike _______________________________________________
[jQuery] ANNOUNCE: jQuery API Browser
For all of the folks that may have missed the announcement over the weekend: jQuery API Browser: The jQuery team continues to pump out additional tools and resources to make development using jQuery easy, efficient and productive. The latest addition to jQuery's growing list of tools is project team lead Jorn Zaefferer's new jQuery API Browser. http://jquery.bassistance.de/api-browser/ The jQuery API browser provides an intuitive interface to quickly find information on jQuery's methods and properties.
[jQuery] jQuery Tools: API Browser
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> <html> <head> <meta content="text/html;charset=ISO-8859-15" http-equiv="Content-Type"> </head> <body bgcolor="#ffffff" text="#000000"> According to the feedback I got via IRC and on this list, there are several people using my API browser (so far known as api-draft). This feedback gave me the motivation to further improve the browser (including a few more plugins), and to create an official release. The time has come: <b><a class="moz-txt-link-freetext"
[jQuery] Mobile application
I have been asked to put certain database apps online for Blackberry and Windows Mobile devices. These are typically a lookup/edit or table/browse protocol. Some tech questions I need to consider: 1. The OS on these devices is different, will that make a difference on the browsing to an app? 2. Is jQuery appropriate for mobile devices? WinMobile probably does JavaScript but how well implemented? And how does RIM fare? Note to above: I am new to both programming mobile devices and jQuery, so please
[jQuery] IE 6 error when using thickbox on a secure connection
I have a site on an https://domain.com. When I click on a thickbox-enabled link in IE, I get an error that says somethings are secure, some are not. Is there a fix for this? Known issue? Thanks, Ben _______________________________________________ jQuery mailing list discuss@jquery.com http://jquery.com/discuss/
[jQuery] IE function() bug when using clone()
Maybe I'm missing something but I seem to have found a problem with assigning a function to a new object created with clone(). But oddly enough it only seems to happen in certain cases related to the assignment of the this element. There is an example at: http://aos.elicochran.com/ Example works fine in Firefox (on Mac and Windows), Safari, but on IE 6&7 instead of dimming the source row, the row is deleted. The offending code is: function addRowElement(row_obj) { if ( $(row_obj).attr('class')
[jQuery] Plugins Database: Rating & Comments
Just throwing out an idea. Latest commit into SVN would work...but what about people who don't know how to do that? -----Original Message----- From: discuss-bounces@jquery.com [mailto:discuss-bounces@jquery.com] On Behalf Of Klaus Hartl Sent: Monday, January 29, 2007 8:53 AM To: jQuery Discussion. Subject: Re: [jQuery] Plugins Database: Rating & Comments Andy Matthews
[jQuery] [New Plugin] jqModal -- Minimalist Modaling with 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.5730.11" name=GENERATOR></HEAD> <BODY> <DIV dir=ltr align=left><SPAN class=939265016-29012007><FONT face=Arial color=#0000ff size=2>That page has some freaking AWESOME dialog boxes!!</FONT></SPAN></DIV><BR> <DIV class=OutlookMessageHeader lang=en-us dir=ltr align=left> <HR tabIndex=-1> <FONT face=Tahoma size=2><B>From:</B> discuss-bounces@jquery.com
[jQuery] Plugins Database: Rating & Comments
I think ratings functionality is a great idea! Let the community decide which are the best plugins. I also think that some sort of time-out feature would be good. For example, how many plugins are there that have been coded, then abandoned? Maybe you could do something like an auto-email to the author once a month or something. Then, if that author doesn't respond, the plugin can be moved into a "unsupported" section instead of mixed in with plugins which are being actively developed. andy -----Original
[jQuery] Plugins Database: Rating & Comments
Hello everyone, As the plugins page is continuing to grow every day, I thought it might be nice to start organizing them in a more comfortable manner. Features that should not be delayed any longer are probably a Rating, a Comment-gallery and links to Related Plugins. And of course the usual stuff like author, homepage, usage details and example/demo. Good idea, yes/no? - Lick -- View this message in context: http://www.nabble.com/Plugins-Database%3A-Rating---Comments-tf3128015.html#a8666879 Sent
[jQuery] help
hi, I have a problem. I have a simple function that checks the status of various checkboxes. After I submit a form the function show this error: --------------------------- Microsoft Internet Explorer --------------------------- Stack overflow at line: 124 --------------------------- OK --------------------------- I never see this before!!!! And the function most work with IE6. Can anybody help me??? Thanks! PS: The function $("form").submit(function(){ var submit = false; $(document.forms[0].nrOS).each(function(){
[jQuery] ajaxForm and submit on change of a field
<div id="mb_0">Hello all, I want to submit the form on change of a dropdown selection rather than clicking the submit button. I am using the forms plugin and have bound the form to ajaxForm $('#paramForm').ajaxForm(paramOptions); That works fine, but how to do an ajax submit on change of a dropdown field value ? I have tried things like the code below, but am missing something. Any help much appreciated. $(function(){ $("select#itemsList").change(function(){ $.paramForm.submit()
[jQuery] Fontsize in SIFR
Hi I am currently implementing sifr, and the fontsize is changing quite randomly. (I know alkready that sifr is doing some sort of calculation of the available space, and that it is being done better in the v3) Is it possible to force the size once for all ? Olivier _______________________________________________ jQuery mailing list discuss@jquery.com http://jquery.com/discuss/
[jQuery] mouseover and out triggering
I have html like this <a> <a> that is, a paragraph with some links in it. I bind a mouseout on the paragraph, then bind mouseover and on the links. Now as I move my mouse over the different links, the p.onmouseout gets triggered all the time, even though the links are nested inside it, I thought that wasn't suppose to happen, or is it just the .hover that behaves differently? What I would like is the p.onmouseout to only trigger once I leave the paragraph, not for every link I leave. Now I seem to
[jQuery] jQDOM - My entry into the jQuery DOM creation foray
Personally, I didn't like any of the current DOM creation plugins out there for jQuery. So I created my own, and here it is :) http://www.alterform.com/resources/jqdom Examples and documentation are on the page, but a simple example of adding some dom Elements to the page: $('body').dom('div').attr({align:'right','class':'my_div'}).dom('a').attr({href:'http://alterform.com'}).text('Alterform').end().end(); That would result in adding the following code to the body: <div align="right" class="my_div">
[jQuery] Help - How to create a sortable tabstrip?
<html><head><style type="text/css"><!-- DIV {margin:0px;} --></style></head><body><div style="font-family:verdana, helvetica, sans-serif;font-size:10pt"><div style="font-family: verdana,helvetica,sans-serif; font-size: 10pt;">Thanks Stefan ... that was exactly what I was looking for! Just one question ... I notice that when I hook-up the onchange callback method ... that it doesn't get called the FIRST time I change the order of <li> elements. It gets called the second time I re-order and thereafter,
[jQuery] Help - How to create a sortable tabstrip?
<html><head><style type="text/css"><!-- DIV {margin:0px;} --></style></head><body><div style="font-family:verdana, helvetica, sans-serif;font-size:10pt"><div style="font-family: verdana,helvetica,sans-serif; font-size: 10pt;">Kristinn, Thanks for the changes ... they "mostly" work. I did notice one problem that may just be something with the Interface Sortable plugin ... but sometimes, when I move a tab A over tab B, tab B is not moved until I move my mouse up or down. Its a little something ...
[jQuery] Help - How to create a sortable tabstrip?
<html><head><style type="text/css"><!-- DIV {margin:0px;} --></style></head><body><div style="font-family:verdana, helvetica, sans-serif;font-size:10pt"><div>Hi Folks, I've done this with scriptaculous ... but have been trying for the past few hours with jquery and the interface library and I just can't get it to work. <span>Essentially I'm trying to build a tabstrip control that allows you to drag/drop nested tabs dynamically so as to change the tab order (see <a target="_blank" href="http://www.live.com">www.live.com</a>
[jQuery] slide functions
A suggestion for documentation enhancement... I have been trying to figure out what the speed parameter can be, besides "slow" and "fast". slideUp, slideDown, slideToggle all accept a string or number, and pass that on to .animate. Digging in the jquery.js source, I found "slow: 600, fast: 200 }[opt.duration]) || 400;". Would it be useful to document this such as the API browser? I had no clue that this referred to milliseconds... While a good exercise getting into the code, I was not planning to
[jQuery] dimensions.js console.log error message
The version of dimensions.js available on the jquery plugins pages contains this on line 233 console.log(' ' + parent.id + ' ' + x + ' ' + y); which triggers an 'error-on-page' message in IE6. BTW, is there a packed version of this excellent plugin available? Bruce -- http://www.2MinuteExplainer.com _______________________________________________ jQuery mailing list discuss@jquery.com http://jquery.com/discuss/
[jQuery] remove in-page links with plain text
Try matching the url with this: $("a[@href*='"+url+"']").each(.... It should find a match whether the url is absolute or relative. Ryan Rose http://www.digiwize.com -----Original Message----- From: discuss-bounces@jquery.com [mailto:discuss-bounces@jquery.com] On Behalf Of George Adamson Sent: Saturday, January 27, 2007 9:15 AM To: discuss@jquery.com Subject: Re: [jQuery] remove in-page links with plain text Removing self-links from a page is good plan though it will only work for js-enabled users.
[jQuery] Calling a "default" function in a IFrame
Hi there, I'm trying to edit thickbox to call a default function whenever a iframe has loaded, the function will not always exist in the page loaded so I would not want a JS-error when this is the case. Code I'm using atm: . try { line 304: setTimeout("frames['TB_iframeContent'].TB_loaded()", 100); . } . catch (e){alert(e)} the alert here is just for my debugging, and would be removed when I'm finished with the testing. Anyway, when the function exists it only gets properly executed
Next Page