[jQuery] searching for a code editor with jquery support (or a way to bring an editor to do it)
Hi everyone, i'm using vim for my developing most of the time but that makes problems with highlighting if have have many different language blocks (jquery insode of javascript that is inside of php/html). So i'm searching for an editor to have better jquery support (or find a way to extend vim?). I don't know of this is the right channel for the question but i'm interessted in the tools that other people use to write jquery code. ______________ best regards, Truppe Steven _______________________________________________
[jQuery] jQuery API discussion
> Should keep it simple. changing .load to .ajaxLoad is
[jQuery] jQuery API discussion
--
[jQuery] Benchmark: Prototype and jQuery
> So our points of optimization should be on plain tag selectors,
[jQuery] Escaping string in css selectors?
Is there a way to escape special character is selector? e.g. <input type="text" name="row[0]id" /> <input type="text" name="row[0]locationid"/> <input type="text" name="row[1]id"/> <inpu type="text" name="row[1]locationid"/> say i want to select all id inputs, I should use something like $("input[@name$=]id]") but obviously I need to escape the ']' character. -- Best Regards, Jacky http://jacky.seezone.net _______________________________________________ jQuery mailing list discuss@jquery.com http://jquery.com/discuss/
[jQuery] Interface Sortables Q
Hey, longtime lurker first time poster here. I have a question about the Interfact elements for jQuery. I need to make some sortables confined to one column, yet let the rest be passed back and forth. In this example, "Company" is the item I would like to make sortable only within the right side. Any help / input would be greatly appreciated. http://host.sonspring.com/dragdrop/ -- Nathan Smith 208 348 2213 - work 859 229 9587 - cell http://sonspring.com _______________________________________________
[jQuery] Benchmark: Prototype and jQuery
hey all, anyone else seen this too? http://ajaxian.com/archives/benchmark-prototype-and-jquery Claudio Cicali thinks benchmarks are boring and useless, so he decided to conduct a series of micro-benchmarks of CSS selector tests with both Prototype and jQuery. He decided to do this after he saw others observe: * Prototype (1.5+) has CSS selector syntax now * "jQuery is horribly SLOW" http://ajaxian.com/archives/benchmark-prototype-and-jquery -- Nilesh B. Patel www.n-bp.com _______________________________________________
[jQuery] [ANN] JReflection
I wonder... Is this REALLY something that needs a plugin? It's obviously done already, but just do it in Photoshop or the Gimp or something. You're already loading the image, why waste browser processing time/speed with something that could be static. My opinion is that if it doesn't increase functionality or do something for you that would take forever manually, why bother with a plugin? <!----------------//------ andy matthews web developer certified advanced coldfusion programmer ICGLink, Inc.
[jQuery] Newbie: simple and own autocompletor
Hello @ all, first i wanna thank you guys from jquery for the absolutly definitly amazing lib!!! I was looking for a simple autocompletor in the plugins section and found the one from the Interface plugin, but this one isnt working right now cause of the update of jquery to 1.0.2. Overall it needs a xml response, wich i wont use. I also found some others but each had its own strange behavior wich i really didnt liked. So i decided to make a simple own one. But i came to the point where in example
[jQuery] (no subject)
Hello, I'm new to jQuery...thanks for a great product!! One thing I like to understand when choosing a js library is various performance aspects. Here is a good article regarding prototype performance: http://www.cybergrain.com/archives/2005/12/ajax_perf_the_a.html The only solid performance problem is "Test 6 - Iterators". This test shows 3 to 6x performance hit for using functional style each() iteration instead of the js for loop. Has anyone done similar tests with jQuery? Is there reason to believe
[jQuery] Dragging multiple selected items using selectables, idrag and idrop
Hey All, I am pretty new to jQuery (though used scr+proto much). I was wondering how to solve such a task: There are several DIVs, like pictures. User uses the mouse to select some of the pictures and then drags them to trashcan. All parts I can do except how to make the selected pictures draggable and move them all together. All your ideas are highly welcome. Regards, Danial _______________________________________________ jQuery mailing list discuss@jquery.com http://jquery.com/discuss/
[jQuery] jCarousel plugin and browser compatibility
Folks: I'm looking at using the jCarousel plugin on my site, but just viewing the examples on the author's site fails in FF(Linux) and Konqueror. In FF(1.5.0.4), the carousel container is visible but nothing else. And in Konqueror (KDE-3.5.2), the carousel container is not even visible. Is this a known issue? Does it work in a browser other than IE (Windows)? TIA _______________________________________________ jQuery mailing list discuss@jquery.com http://jquery.com/discuss/
[jQuery] new plugin : texrep
No I'm not from Texas :) Texrep is a plugin to dynamically replace text by images using a font file. It's based on the A list apart article : dynamic text replacement. i just jqueried (is it a verb already) it. The code can be found at http://dlinck.d.googlepages.com/jquerytexrep . I'm going to try to find a server were i can setup a demo. Feedback would be appreciated. David _______________________________________________ jQuery mailing list discuss@jquery.com http://jquery.com/discuss/
[jQuery] hover function goes bezerk in loop
Hello, Consider the following example: http://enquest.eu/test.html ... I made a example where a submenu slides out when you go over it with the mouse. The problem I have with these animations is as follows. You go over the test menu it opens nicely. Then you go over mouseout the timeout goes and the menu closes. But if you go then back over the menu before it ends the animation it goes up down up down in a loop as if it doesn't know anymore if it opens close or close. How do I prevent this? enquest
[jQuery] Request for assistance: Wrapping div's aroiund structural markup
Hi everyone. I am attempting to develop some dynamic "in page" navigation. I am a big fan of structural markup. Each H2 represents a new section of the current document. I wish to: 1. Find each H2 2. Wrap this in a unique div, up to (but not including) the next H2. This will then be used to further manipulate the page <div id="content> ........ <h2>First section</h2> ...[arbitary HTML].... <h2>second section</h2> ...[arbitary HTML].... <h2>third section</h2> ......... </div> Becomes: <div id="content>
[jQuery] CSS float
As I read differences in DOM of IE vs. Moz I realized a possible problem with accessing $(elm).css('float'). Because accessing inline style props in Moz can be accessed by elm.style way but when we need a value of computed style (like IE .currentStyle) we need to reach it via getComputedStyle(). As I know, accessing with style, the prop name is "cssFloat" but with computed way it is "float". So we have to handle it differently during write and read, but it seems $.curCSS function overrides "float"
[jQuery] jQuery API discussion
> > $().unload() - Removes load event handlers AND triggers unload event
[jQuery] Plugin Authoring
> > Authoring guidelines say "Always use jQuery instead of $
[jQuery] Column totals in sortable table
What's an efficient way to keep column totals at the bottom of a table sorted with the tableSorter plugin? Thanks. -- Bruce http://www.2MinuteExplainer.com _______________________________________________ jQuery mailing list discuss@jquery.com http://jquery.com/discuss/
[jQuery] Plugin Authoring
>> Authoring guidelines say "Always use jQuery instead of $ inside your >> plugin code - that allows users to change the alias for jQuery in a >> single place." > Does using jQuery instead of $ concern absolutely every case of $. > For example code such as: > > $(this).html() should be jQuery(this).html() Yes, every use of $() in a plugin should be jQuery() to allow jQuery to be mixed with other frameworks like prototype.js that use $ for their own things. This rule is mainly there so that any plugin
[jQuery] jQuery API discussion (events)
> There are two issues at play here: > 1) The collision of method names. > 2) The sheer number of methods attached to the jQuery object. > #1 will only be solved through a change in the name of the methods > (for example, from .load() to .onload() or .event.load()). > #2 can only be solved by breaking up the bulk of functions into > multiple plugins. For example, simply breaking off the events plugin > from core will release 100 method names. Additionally, none of these > plugin's method names would
[jQuery] Plugin Authoring
Hi plugin writers, I'd like to point to a small change I made recently to the jQuery Plugins Authoring article, for all those who take others code as reference. The "reference code" to define defaults and parse options now looks like this: jQuery.fn.pluginMethod = function(options) { var settings = $.extend({ stuff: [5, 3, 6, 1], name: "pete", speed: 5 }, options || {}); // other plugin code }; So far this is the shortest way to write that particular snippet, and I'd like to see it in your plugins
[jQuery] NEWS: ThickBox 2.1 Picked up on Dzone
Dzone.com's AJAX section picked up ThickBox by Cody Lindley: http://www.dzone.com/rsslinks/thickbox_21_slick_ajax_version_of_lightbox_functi.html Rey... _______________________________________________ jQuery mailing list discuss@jquery.com http://jquery.com/discuss/
[jQuery] XPath query whoas/bugs?
Hi all, I am trying to figure out xpath queries, but I am missing something and/or running into bugs. John pointed me at Bug #164, which has been closed, but I still have problems. Here is a simple script with two alerts. Each alert should report "United States" from the embedded xml. o The 1st alert works on on FF but not IE6 o The 2nd alert does not work on either Are these bugs? Do I need to open a bug on these? Am I doing this wrong? Thanks, -Steve Here is a url to test it: http://imaptools.com:8081/maps/test2.html
[jQuery] thickbox and google maps
I was trying to make a iframe thickbox window to show a google map with a marker but for some reason the tile with the overlay doesn't get displayed in FF at first and the centering of the map is wrong in IE and FF. The example can be found at http://www.lworld.be/jquery/ . On the page you see the correct google map with the maker. Can anyone explain the behaviour? David _______________________________________________ jQuery mailing list discuss@jquery.com http://jquery.com/discuss/
[jQuery] the meaning of .blur() and a new tutorial
<HTML><BODY style="word-wrap: break-word; -khtml-nbsp-mode: space; -khtml-line-break: after-white-space; ">Hi everyone, <DIV>I've noticed while poking around in other people's jQuery code that there is a common misunderstanding of .blur(). </DIV><DIV><BR class="khtml-block-placeholder"></DIV><DIV>As far as I can tell, the blur() function acts the same way as any other event handler in that allows something to happen when the event ( in this case leaving an element) takes place. </DIV><DIV><BR class="khtml-block-placeholder"></DIV><DIV>But
[jQuery] New Cheat Sheets in WIP, feedback , what you want to see
hey Jquery users, send some feedback this way, New Cheat sheets for Jquery edits are under way. feedback on what you like to see this time around. small description would be nice ya?, anyone have any ideas how to cut down the size of it ? take a look at the past ones at.. http://www.define-web.com/jquery_cheat_sheet/jquery_cheat_sheet_080306_v1.pdf http://www.define-web.com/jquery_cheat_sheet/jquery_cheat_sheet_080306_v1_pg2.pdf thanks, not sure how then to release date will be, just working on it
[jQuery] Question about Sortables
I'm using the Interface Sortable plugin on my site and have run into a weird problem. I have three lists that I applied Sortable to. I've also made it so that the lists can be hidden using the toggle() function. My problem is that when the second of the three lists is hidden and the first and last are visible, no items can be dragged into the third list nor can they be reordered within the third list, but items can be dragged out of it. This applies to items originating from the third list too. Any
[jQuery] attach a click event to everything but one TRelement...??
> Don't use underscores in element IDs. It's not a valid
[jQuery] subversion accounts for plug-ins?
Do jquery plugin developers have access to subversion resources? I'm wondering if there is (or will be) a set-up similar drupal.org which allows module/theme developers to maintain their code alongside Drupal core. tx Simon _______________________________________________ jQuery mailing list discuss@jquery.com http://jquery.com/discuss/
[jQuery] [ANN] JReflection
Hi, I have wrapped reflection.js in a jquery style function so you can just do $(#div with images of images).Reflection() and you can pass height and opacity as options. http://jquery.com/docs/Plugins/JReflection/ I will try to make the code more jQuery style and compact... I need to add a way so I can choose what array of object jQuery should return, currently the images are packed inside a div (containing both image and reflection) and the container(s) is returned. I will try to add a option or
[jQuery] attach a click event to everything but one TR element...??
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN"> <HTML> <HEAD> <META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=iso-8859-1"> <META NAME="Generator" CONTENT="MS Exchange Server version 6.5.7650.28"> <TITLE>attach a click event to everything but one TR element...??</TITLE> </HEAD> <BODY> <!-- Converted from text/plain format --> <P><FONT SIZE=2>Hello there,<BR> <BR> Kind of new to jQuery (stumbled across it two days ago when i was looking for pieces of javascript to sort tables), but i'm
[jQuery] Greybox Redux (More fixes, thank you for feedback)
http://foofiles.com/2006/10/15/greybox/test.html http://foofiles.com/2006/10/15/greybox-reworked-2006-10-15.tgz Klaus: Thanks. Excellent information, I went ahead and used your feedack. I did like the html overflow hidden idea, but I found a slight usability issue with it. When a greybox link exists down a long page (scroll down), the "focus" jumped to the top of the page losing the place where the user was before. Erin:
[jQuery] Greybox Redux (Reworked) (Demo)
Erin,
[jQuery] opera problem with center plugin
hi, i have problem when using the center plugin in combination with opera and a div that has fixed height and overflow:auto; there is a small opera bug that expands that height to a strange value but that is solved with a second div style="overflow:hidden" inside the parent with fixed height. it works with ff 1.5.0.7 on my linux box. also ie5, ie5.5 and ie6 makes no problems! but now with the center plugin (the plugin does it's work normaly on other pages of my site) after centering i see also content
[jQuery] dimensions.js
Hi, What's the status of dimensions.js? I mean, in SVN, it's located where it should be built-in but the build process doesn't take it into account. On the other hand, if it's a plugin, it should reside in the directory "plugins". Franck. _______________________________________________ jQuery mailing list discuss@jquery.com http://jquery.com/discuss/
[jQuery] To Klaus: Lightbox elegant centering solution?
Klaus, Arg, I wish I read your post before I spent the time implementing and testing thickbox's mechanism (and sending out new links). I shall have to look at your lightbox solution, can you link me to your solution? Thanks, Ben ------------- Klaus wrote: ------- Erin Doak schrieb:
[jQuery] Greybox Redux (Reworked) (Demo)
Hi, the greybox redux (reworked) demo can be found here: http://foofiles.com/2006/10/13/greybox/test.html Fixes from last post to now: 1. The greybox.js was reworked (again) because I had a big brain fart: links with different options in the same document walked over eachother, I had previously only tested one options configuration at a time per document. This is fixed, see example. 2. The overlay in IE was messed up and missed by me. It was caused by some change between "/src/jquery-latest.js" (referenced
[jQuery] Is there a way to "endAll()"?
After some find(), filter(), parent(), siblings()..., is there any convenient way to end().... back to the original $("xxx")? This would be good for plugins to return the original jQuery object. -- Best Regards, Jacky http://jacky.seezone.net _______________________________________________ jQuery mailing list discuss@jquery.com http://jquery.com/discuss/
[jQuery] Problem still exists with Forms and FX module
<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:m="http://schemas.microsoft.com/office/2004/12/omml" 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 12 (filtered medium)"> <style> <!-- /* Font Definitions */ @font-face {font-family:"Cambria Math"; panose-1:2 4 5 3 5 4 6 3 2 4;} @font-face
Next Page