[jQuery] TableEditor: Flexible In Place editing of HTML Tables (with tableSorter support)
On Tuesday, November 28, 2006 2:44 AM Brice Burgess <> said:
[jQuery] TableEditor: Flexible In Place editing of HTML Tables (with tableSorter support)
I have revisited my tableEditor plugin to add user defined handler functions. From the webpage; "TableEditor provides flexible in place editing of HTML tables. User defined handler functions can easily be dropped in to, for example, update the data source via an AJAX request." Currently this plugin is an extension/plugin for Christian Bach's tableSorter plugin (http://motherrussia.polyester.se/jquery-plugins/tablesorter/). Eventually I plan to release it as standalone as believe there's enough inherent
[jQuery] MyDayLite (to-do list) release. All files included.
Cool little app. Thanks for sharing! -----Original Message----- From: discuss-bounces@jquery.com [mailto:discuss-bounces@jquery.com] On Behalf Of Brian Litzinger Sent: Wednesday, November 29, 2006 7:22 AM To: discuss@jquery.com Subject: [jQuery] MyDayLite (to-do list) release. All files included. I originally showed this 3-4 months ago in its very early stages. I've been working on it periodically and using it everyday since then and I think its finally to a stage where I can release it. I'm not
[jQuery] jquery & thickbox on sourceforge.net
don't know if you noticed but jquery & thickbox are used on sf.net download pages... -- Aljosa Mohorovic http://www.revolucija.hr Ivana Lucica 5 10000 Zagreb, Croatia +385 (0)1 616 8414 _______________________________________________ jQuery mailing list discuss@jquery.com http://jquery.com/discuss/
[jQuery] $(function(){...}); best practice?
Hi all, as my number of $(function(){...}); adds up, I wonder what the best practice here is? For example, is there a performance difference in the following, or is one way simply better than the other?: $(function(){ // some stuff }); $(function(){ // some stuff }); $(function(){ // some stuff }); or function init(){ // my functions }; $(function(){ init(); }); Adam -- View this message in context: http://www.nabble.com/%24%28function%28%29%7B...%7D%29--best-practice--tf2724966.html#a7598829 Sent
[jQuery] Added mousewheel plugin to SVN
Gilles pointed out a recent Ajaxian[1] post on a mouse wheel extension for Prototype and my plugin was brought up in the comments. So, I went ahead and added it to jQuery Plugins SVN, since my site is lame. Just shoot the list an email if you find a bug. [1]: http://ajaxian.com/archives/prototype-event-extension-eventwheele -- Brandon Aaron _______________________________________________ jQuery mailing list discuss@jquery.com http://jquery.com/discuss/
[jQuery] Bug: "display: none" plus getComputedStyle in Safari
> A while ago I reported a bug, which I couldn't really
[jQuery] Tweenbox Plugin
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> <html> <head> <meta content="text/html;charset=ISO-8859-1" http-equiv="Content-Type"> <title></title> </head> <body bgcolor="#ffffff" text="#000000"> <font face="Helvetica, Arial, sans-serif">i want to use Tweenbox for dialogs. but im unable to build a custom "close" button are there any suggestions? </font> </body> </html> _______________________________________________ jQuery mailing list discuss@jquery.com http://jquery.com/discuss/
[jQuery] OT: mail delivery
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> <html> <head> <meta content="text/html;charset=ISO-8859-1" http-equiv="Content-Type"> </head> <body bgcolor="#ffffff" text="#000000"> <font size="-1"><font face="Courier New, Courier, monospace">Hi folks, I'm getting emails from the list sometimes very late. For instance, I just now received an email that was apparently sent by the poster at 5:30 this morning. What I'm trying to figure out is, if it's just me (and thus, likely a problem
[jQuery] Stop using thickbox!
And use my window plugin :) Why? Thickbox was made for images Window plugin was made for popups (dialogs) Just my $0.02 -- Gilles http://gilles.jquery.com/window/ _______________________________________________ jQuery mailing list discuss@jquery.com http://jquery.com/discuss/
[jQuery] .css works not correct for me
Hi @all, i will a DIV appand to ID test and give test a little bit of CSS, this works fine $("#test").css({overflow:"hidden"}).append("<div ...................... This fails: $("#test").css({text-align:"center"}).append("<div ...................... what is to do? -- Viele Grüße, Olaf ------------------------------- olaf.bosch@t-online.de http://olaf-bosch.de www.akitafreund.de ------------------------------- _______________________________________________ jQuery mailing list discuss@jquery.com http://jquery.com/discuss/
[jQuery] Interface Draggables/Droppables: New approach
Hi, Paul Bakaus
[jQuery] Interface Draggable re-binding problem?
Hullo, I'm having a problem where I attach the Draggable behavior from the wonderful Interface (<a href="http://interface.eyecon.ro">interface.eyecon.ro</a>) suite to an object and it will work the 1st time but not on subsequent occasions. Kind of hard to describe so I've made a test case here: <a href="http://x-maru.org/draggable/test.html">http://x-maru.org/draggable/test.html</a> If you click the "Start" button, the target div#box will be populated with some HTML, including a p#titlebar for use
[jQuery] load() doesn't fire ajaxComplete()
Is there a good reason that the AJAX convenience function load() doesn't fire the ajaxComplete method (and its friends)? It doesn't make sense to me that only the $.ajax() method would fire ajaxComplete (et al) when load() is an AJAX method too... m. _______________________________________________ jQuery mailing list discuss@jquery.com http://jquery.com/discuss/
[jQuery] Form Select Help...
Hi All, Need help in displaying the selected value on a select in a form....below is the code which return nothing/empty. $("#frmLookup select").change(function() { var selitem = this.value alert(selitem) }) form: <form id="frmLookup"> <select> <option>choice1</option> <option>choice2</option> <option>choice3</option> </select> </form> Thanks in advance...Cheers, cdelfino _______________________________________________ jQuery mailing list discuss@jquery.com http://jquery.com/discuss/
[jQuery] Change href of external links
Hi Adam, Welcome to the community. I haven't tried this, but how about: // each a-tag $('a').each(function(){ // if the url contains http or https we take it it's an external url if(this.href.match(/https?/)){ // when the link is clicked, open a popup and stop the parent going anywhere $(this).click(function(){ window.open(this.href); return false; }); } }); _______________________________________________ jQuery mailing list discuss@jquery.com http://jquery.com/discuss/
[jQuery] OT: mail delivery
<!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 text=#000000 bgColor=#ffffff> <DIV><SPAN class=843242322-28112006><FONT face=Arial color=#0000ff size=2>I'm having the same issues.</FONT></SPAN></DIV> <DIV> </DIV> <P><FONT size=2><!----------------//------<BR>andy matthews<BR>web developer<BR>certified advanced coldfusion programmer<BR>ICGLink,
[jQuery] $.each for iterating arrays not working?
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> <html> <head> <meta content="text/html;charset=ISO-8859-1" http-equiv="Content-Type"> <title></title> </head> <body bgcolor="#ffffff" text="#000000"> Hi folks, I'm very confused. I'm trying to iterate through the elements of an array by using the jQuery.each() function. Take a look at the code below: <tt> $.each(['vendors', 'models', 'views'], function() { console.log(this, typeof(this)); });</tt> I would expect firebug to produce
[jQuery] ThickBox Wow
<div>Check this out:</div> <div><a href="http://vikjavev.no/highslide/">http://vikjavev.no/highslide/</a></div> <div> </div> <div>Click on the images. You can drag and drop the popup!</div> <div>The zoom is awesome!</div> <div> </div> <div>Glen</div> _______________________________________________ jQuery mailing list discuss@jquery.com http://jquery.com/discuss/
[jQuery] find table cell by text inside
How do I use jquery to find a particular table cell based of the text inside the cell and add a .css class to the table cell? -- View this message in context: http://www.nabble.com/find-table-cell-by-text-inside-tf2720766.html#a7587041 Sent from the JQuery mailing list archive at Nabble.com. _______________________________________________ jQuery mailing list discuss@jquery.com http://jquery.com/discuss/
[jQuery] Passed data inconsistency between $.ajax and $.post
I have noticed that $.ajax does not take a hash object for it's data parameter like it's cousin $.post. e.g. var obj = {foo: 'abc', bar: '123} $.ajax(type: 'post', data: obj, ...); // does not append post data (foo, bar) $.post(url,obj,...); // appends post data (foo => abc, bar => abc) I see from the docs that $.ajax() takes a STRING for data (in HTTP GET fashion). Will future versions of $.ajax() also accept an object (to serialize) as $.post() does? I think it'd be nice for consistency. Cheers,
[jQuery] filter refactored with the engine of Chili
<html><head><style type="text/css"><!-- DIV {margin:0px;} --></style></head><body><div style="font-family:lucida console, sans-serif;font-size:10pt"><DIV>Hi there.</DIV> <DIV> </DIV> <DIV>I've refactored the "filter" core function of jQuery, merging my Chili parser into it. Now it should be cleaner, faster and tighter (I hope so)</DIV> <DIV> </DIV> <DIV>I passed it through coreTest.js, and all is fine for these browsers:</DIV> <UL dir=ltr style="MARGIN-RIGHT: 0px"> <LI>Mozilla/4.0 (compatible; MSIE
[jQuery] TableEditor: Flexible In Place editing of HTML Tables (with tableSorter support)
I think it's cool and very useful. One thing it could use is a cancel option. -----Original Message----- From: discuss-bounces@jquery.com [mailto:discuss-bounces@jquery.com] On Behalf Of Brice Burgess Sent: Tuesday, November 28, 2006 5:44 AM To: jQuery Discussion. Subject: Re: [jQuery] TableEditor: Flexible In Place editing of HTML Tables (with tableSorter support) I've updated the in place table editing plugin available @ http://dev.iceburg.net/jquery/tableEditor/demo.php The changes include; A)
[jQuery] Interface Draggables/Droppables: New approach
Hi jQuerians! I had a long conversation with Stefan today (the guy who started the wonderful Interface library, for those of you who are new) about the performance of drag and drop operations. There are different approaches for both scriptaculous and interface and real-life applications: 1.) Interface's approach: Interface measures all possible droppables when initiating the drag. Advantages: 1.) After drag initalizing, dragging is very fast, does not lag, 2.) option to highlight possible drag targets
[jQuery] .filter(array) bug, and patch
Hello, I've encountered a bug in .filter(array) however the bug is only visible in a complex script, and within th Firebug Inspector (but I can assure you it breaks my script), and I was not able to write a simple test... so you might prefer to ignore me :) I can provide the complex test if absolutely needed, but it will need more work than just testing this patch against the test suite, I guess. In any case, here is the patch: filter: function(t) { return this.pushStack( t.constructor == Array &&
[jQuery] appendTo and tbody
> appendTo is appending my tbody groups inside an > extra tbody tag which seems to be created by the > appendTo(). This seems wrong. Anyone have any ideas? It was bugged a while back. It looks like there needs to be another check for inserting tbody as well as thead. http://jquery.com/dev/bugs/bug/418/ _______________________________________________ jQuery mailing list discuss@jquery.com http://jquery.com/discuss/
[jQuery] appendTo and tbody
I'm using some sort code I found on the mailing list to sort a table. I can't use tablesorter because I have groups of heterogeneous rows grouped with tbody tags. Anyway, the code seems to be working well except that the appendTo is appending my tbody groups inside an extra tbody tag which seems to be created by the appendTo(). This seems wrong. Anyone have any ideas? Here's my sort code: // jQuery sort plugin functionality jQuery.fn.sort = function() { return this.pushStack( [].sort.apply( this,
[jQuery] Change href of external links
> When testing, keep in mind that browsers behaviour
[jQuery] [Bug] Interface ScrollTo
hi i stumbled uppon a bug with the interface plugin: ScrollTo() does not work in fx (tested 1.0.8, 1.5.8, 2.0) if the user has not scolled (pageXOffset or pageYOffset is 0). it works fine in safari 2.04 and ie 6. any idea how to fix this? kind regards, Daniel -- View this message in context: http://www.nabble.com/-Bug--Interface-ScrollTo-tf2719135.html#a7581704 Sent from the JQuery mailing list archive at Nabble.com. _______________________________________________ jQuery mailing list discuss@jquery.com
[jQuery] Thickbox: Page jump in Ajax content
Hi all, Came up against this problem earlier today, I searched around and found that similar people had the same problem, e.g. http://codylindley.com/thickboxforum/comments.php?DiscussionID=302&page=1#Item_0 I'm trying to jump to an anchor in the content that is loaded within a thickbox popup. I tried modifying the source of thickbox (v 2.1) to capture the hash: var hash = url.replace(/^.*(\#.[^\?]*)\??.+/gi,'$1'); I then took the scroll functionality from the thickbox site and tried referencing
[jQuery] TransferTo problem
Hi, I meet a problem with the ifxtransfer plugin. It doesn't work with IE7. COuld you help ? el.TransferTo( { to: 'd_' + el.attr('id'), duration: 500, complete: function(to) { $(to).click(deleteFromSelectedCategories).Pulsate(100,2); } } ).Puff(400); This returns me an error in Jquery on es=e.style. Thanks for your time. Nerique
[jQuery] scripting iframes with jquery
I found a technique at <a href="http://www.dyn-web.com/dhtml/iframes/height.html">http://www.dyn-web.com/dhtml/iframes/height.html</a> for automatically resizing an iframe to be the height of the document it contains. Unfortunately, the javascript used to achieve the effect is not cross-browser compatible. How could one achieve the same effect using jQuery? _______________________________________________ jQuery mailing list discuss@jquery.com http://jquery.com/discuss/
[jQuery] Feature Request for $(expr, context)
Hi, $(expr, context) is a really nice function, but it could be optimized. Until now, it can only be used, if context is a dom tree. But see this scenario: var html=''; html += "<ul>"; for (var i=0; i<10;i++) { html += "<li>listing "+i+"</li>"; } html+='</ul>'; Now, it would be great, if you could apply every jQuery function like $('li',html).css("color", "red"); Until know, I have to create a dom element like $('body').append('<div id="helper"></div>'); $('#helper').html(html); $('#helper li',html).css("color","red");
[jQuery] jQuery rejected by VirtualMart author
On Friday, November 24, 2006 8:53 AM Erin Doak <> said:
[jQuery] Checkbox: Selecting all Previous
<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] Thickbox + ads + FF = broken..
Try the svn version of jQuery. I had the same problem with 1.0.3 and the svn version fixed it. Let me know if that doesn't do it - next thing to check is the onload handler.
[jQuery] jQuery Grid
-----Original Message----- From: discuss-bounces@jquery.com [mailto:discuss-bounces@jquery.com] On Behalf Of Alan Gutierrez * Alan Gutierrez <alan@blogometer.com> [2006-11-21 20:50]:
[jQuery] Form plugin: license
I couldn't find any license info on the Form plugin, is it under same dual license as jQuery (MIT/GPL)? I'm asking because I would like to include it in a Drupal project, and with good reason Drupal don't want non-GPL code in the repositary. /Anders _______________________________________________ jQuery mailing list discuss@jquery.com http://jquery.com/discuss/
[jQuery] Hiding a row in a table
<html> <body> Hi folks, I have a tabulated set of data (table id=tbl_assetList), with the last column of each row providing a "delete it" link to the following function... <tt>function fnDeleteNodeTransaction(ni,pi,ai){ $("#theIndicator3").show(); $("#tbl_assetList a").click(function(){$("tr").hide()}); $.get("scripts/ajax_ramosus_editor.asp?id=4&pblID="+pi+"&iAssetID="+ai+"&nodeID="+ni, function(responseText){ $("#currentAssetsTable").html(responseText).highlightFade({color:'yellow',speed:2000,iterator:'sinusoidal'});
[jQuery] submit() not firing..help
Hi All, Im using jquery-latest-pack, just wondering why below code doesn't attached to submit button $("#frmLogin input[@name='doLogin']").submit(function() { alert("Test, i was submitted...") }} tried doing $("#frmLogin input[@name='doLogin']").val() to see if the its the correct element, it worked but when submit() was attached ...it doesn't work. Need inputs if im doing right or maybe just missing something..thanks in advance... Cheers cdelfino _______________________________________________ jQuery
Next Page