[jQuery] Sortable Interface - Problem with nested sortable containers
<div>Hi all,</div> <div> </div> <div>I'm using the sortable interface to create a component that can receive other components, and sort them around. However, if I add another sortable component/container inside, I cannot sort things inside of the new one. When I move a sibling component over the nested sortable container I only see places to drop it in the outer sortable component. It's like the nested sortable component wasn't sortable at all. My wild guess is that the onmouseover event is bubbling
[jQuery] slideDown() incomplete
A weird thing on http://blog.mondediplo.net/2006-09-02-Tous-unis-contre-le-fascisme-islamique I have a script that opens the "archives / date" blocks when one clicks on the date. If I use .slideDown('slow'); it doesn't slide down 100%, and stops at about 90% (on FF/Mac). I have to do this to have it in full: .slideDown('slow', function(){ $(this).height(''); }); And of course I don't like the idea. The "show selection source" menu in FF tells me that the buggy code is: <ul><li style="position: static;"><span
[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
[jQuery] Google suggest example or plugin?
The example uses bird names by the way. Try typing in parrot or finch. <!----------------//------ 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 Jan Sorgalla Sent: Thursday, October 12, 2006 2:47 AM To: discuss@jquery.com Subject: Re: [jQuery] Google suggest example or plugin? Rey Bango-2
[jQuery] Google suggest example or plugin?
There is actually. Check out the autocomplete plugin. It's nearly identical to Google's. <!----------------//------ 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 Rey Bango Sent: Wednesday, October 11, 2006 8:11 PM To: jQuery Discussion. Subject: [jQuery] Google suggest example or plugin? I'm looking
[jQuery] panView problem
http://www.appelsiini.net/~tuupola/jquery/panview/ When trying to move the image with mouse it disappears. It comes back when reloading the page. Disappears again when trying to move. Does panview need some additional CSS or am I just blind? Basically what I am doing is this: -cut- <img src="mr-t.jpg" id="imagePan" style="display:none"/> <script type="text/javascript"> $(document).ready(function() { $('img#imagePan').panView(400,400); }); </script> -cut- -- Mika Tuupola http://www.appelsiini.net/~tuupola/
[jQuery] new plugin: nifty for jQuery
>> Paul, nice implementation of nifty inside of jquery. Out of curiosity,
[jQuery] Set height problem
Hi All, I have strange problem in this function I
[jQuery] Set height problem
<!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.2900.2963" name=GENERATOR></HEAD> <BODY> <DIV dir=ltr align=left><SPAN class=773153808-12102006><FONT face=Verdana color=#0000ff size=2>Sanyi, "this" is not the same when you're inside a nested function.</FONT></SPAN></DIV> <DIV dir=ltr align=left><SPAN class=773153808-12102006><FONT face=Verdana color=#0000ff size=2></FONT></SPAN> </DIV>
[jQuery] Hitting enter in Interface's Autocompleter suggestion box
Well, now I see that the source for the Autocompleter is posted -- it hadn't been included in the zip download for the last few days so I was flying blind. The 'protect' method of the iAuto object looks like it handles the enter key press, but now I can't seem to get the plugin to work at all. Has anyone else been successful with the build that was posted yesterday? I'm using jQuery 1.0.1, but a quick test with 1.0.2 didn't have any effect either. m. -----Original Message----- From: discuss-bounces@jquery.com
[jQuery] Hitting enter in Interface's Autocompleter suggestion box
Is it currently possible for the Interface plugin's Autocompleter to trap "enter" key presses so that the highlighted suggestion is selected per usual but then the form is not submitted? Without using autofill, it appears that there are two ways to select a suggestion -- clicking with the mouse and pressing the enter key. Unfortunately, in the latter situation, the browser only knows that a text input is focused and the enter key was pressed, so the form gets submitted. I know how to trap for the
[jQuery] Breakable Each
> I really prefer doing a 'return false' instead of throwing exceptions.
[jQuery] interface Slider problem with floats
all, I've come across a problem when using the Slider control within a floated DIV that has been positioned next to another floated DIV with a specified width. The following example explains it best: http://empireenterprises.com/_slider.html The problem occurs in the latest FF & Safari for OSX. I've started looking @ the islider/idrag/idrop code, but I suspect it will take me a while to understand what's going on. -g _______________________________________________ jQuery mailing list discuss@jquery.com
[jQuery] Not sure how to do this...
but how do I take the value of an text field, and check it against the text in a select list? For example, if I type "foo" in a text field, and I have a select list that looks like the one below it'll automatically make the second option selected. <select> <option value="1">bar</option> <option value="2">foo</option> <option value="3">bar</option> </select> Basically as I type I want to check the value on every key up to see if it exists in the select list(not as the value, but the text) then take
[jQuery] Best way for storing user preferences?
Hi, I've seen searching lately for a good way of storing preferences which a jQuery script needs later on. The specific information the script needs is the starting state of a <div> element (either open or closed). The preferences are stored in a DB and sent from there somehow to the browser. The "sent" and "storing" part is now the part I am searching for. After searching around for a while I found several ideas/solutions. But none seems to be perfect for me. So I wanted to ask you what is the best
[jQuery] ajaxForm() submits to <form action="foo.php">
Hey guys, I'm having some issues with a commenting module built using jQuery ajaxForm(). The commenting module simply takes the data from a textarea in a form and submits it to a Php processing script for behind the scenes processing. Most of the time, (95%) the system performs as intended but every once in awhile a user reports issues with being sent to a blank page upon pressing the submit button to the form. It appears that people on slower connections are sometimes being sent to the Php processing
[jQuery] Appending <option> to <select>
> > From: patrickk
[jQuery] How could I solve non-antialiased text when an effect is triggered
Hi list, when you make use of the .slideUp()/.slideDown() or whatever (not sure yet, but i think it is) kind of effect, the text on your page seems to be non-aliased or at least not as sharpe as it was before the effect has happened. Does anyone has an idea on how this can be solved? Stefan _______________________________________________ jQuery mailing list discuss@jquery.com http://jquery.com/discuss/
[jQuery] ajax bug or I am really confused?
line 1691 of latest jquery * $Rev: 249 $ // Make sure the browser sends the right content length if ( xml.overrideMimeType )
[jQuery] Append body
I tried appending the <body> with a div using the following in a js file: $("body").append('<div id="ajaxBusy" class="ajaxBusy"> ../../loading2.gif </div>'); It is not working. Maybe I'm going about it wrong. I simply want to insert the above html anywhere in the body. Is my code wrong and/or am I approching it from the wrong angle. TIA, Shaun Kester -- View this message in context: http://www.nabble.com/Append-body-tf2419689.html#a6746057 Sent from the JQuery mailing list archive at
[jQuery] Documentation of return objects?
--
[jQuery] Safari Checkbox issue, note to the wise, Cap or Case names
**Safari only checkbox issue** This is to let everyone know who is having issues with [@type=checkbox] in jquery to grab checkbox tags from DOM ex: $('#el[type=checkbox]').size() In HTML make sure the tag case match upper or lower case, for example type="CHECKBOX" vs type="checkbox" if the html tag is <input type="CHECKBOX" /> doing a [@type=checkbox] will not work, i found this out the hard way hehe, so just making sure anyone else that may have this issue in upper or lower case works fine with
[jQuery] creating / removing DIV height problem
I use a div to display actions for a site. When the user clicks a link the div is created and content is loaded via the load command. I then use slideDown() to show the div and slideUp() to hide it again. The div is then remove()'d. Unfortunately the next time I create the div and I use slideDown() the div has a fixed height of 1px (looking at the generated code) which breaks the html in firefox and the animation in explorer (it slidesDown twice). It seems that the height of the element is retained
[jQuery] How to implement file upload using AJAX?
This is a good idea! We can start a plugin development! Let's make a dev team to this! Stay beautiful! Eriksen _______________________________________________ jQuery mailing list discuss@jquery.com http://jquery.com/discuss/
[jQuery] New plug-in: pager
Hi guys, Just to let you know I've released a new plug-in called pager. It's used for paginating long blocks of content in areas such as inflexible designs. Any comments and criticism would be greatly received! Examples and downloads are on http://rikrikrik.com/jquery/pager/ Thanks Rik -- Rik Lomas http://rikrikrik.com _______________________________________________ jQuery mailing list discuss@jquery.com http://jquery.com/discuss/
[jQuery] effects problem with jquery 1.0.2
I've downloaded the uncompressed 1.0.2 version rev 413 and i experienced a few problems with the hide, show, animate functions $(img).siblings("img:visible").animate({opacity:'hide'}, anitime).end().animate({opacity:'show'}, anitime); This code works fine in firefox and IE using the packed 1.0.1 rev 249 jquery code but in the latest version the image shows once but after that it doesn't anymore. I've tried $(img).siblings("img:visible").hide().end().show(); and that worked but $(img).siblings("img:visible").hide('slow').end().show('slow');
[jQuery] How to integrate jquery with java
Hi, what is the preferred way to integrate jquery with java? I am planning on using DWR - so I can make calls to my backend - handle moving data from java to javascript, vice versa Just curious what are other using? Thanks _______________________________________________ _______________________________________________ jQuery mailing list discuss@jquery.com http://jquery.com/discuss/
[jQuery] Error in latest svn jquery.js (427)
In the attr method the following barfs: var fix = { ... cssFloat: fix["float"], ... }; _______________________________________________ jQuery mailing list discuss@jquery.com http://jquery.com/discuss/
[jQuery] Appending <option> to <select>
Hi All, I'm new to jquery but like what I see so far. I have an array of strings that I'd like to add to a <select> element as <option> elements. HTML: <select id="routeSelect"> </select> JavaScript: for(var i = 0; i < routes.length; ++i) { $("#routeSelect").append("<option value=\"" + routes[i] +"\">"+ routes[i] +"</option>"); } The above code appears to just append the text to the select element without creating the child option elements. Viewing the generated source (in Web Developer in Firefox)
[jQuery] generic xml loading - xml doesnt get returned in FF
<html><div style='background-color:'><DIV class=RTE>Goal of the script:</DIV> <DIV class=RTE>Click on link, load an XML and use the content. While al this is happening I want to display a loading image.</DIV> <DIV class=RTE> </DIV> <DIV class=RTE>My first code worked fine in IE and FF but was not generic:<BR></DIV> <DIV class=RTE>//Code - Example here: <A href="http://www.jmslbam.nl/temp/jquery/xml/ajaxStatic.html">http://www.jmslbam.nl/temp/jquery/xml/ajaxStatic.html</A></DIV> <DIV class=RTE>$(document).ready(<FONT
[jQuery] New Plugin: jMP3
Hi, I've created a new jQuery plugin, jMP3, to easily make MP3s playable directly on most any web site. Information, demos and code: http://www.sean-o.com/jquery/jmp3/ Let me know what you think. It's my first plugin, so be gentle! ________ SEAN O -- View this message in context: http://www.nabble.com/New-Plugin%3A-jMP3-tf2416968.html#a6737375 Sent from the JQuery mailing list archive at Nabble.com. _______________________________________________ jQuery mailing list discuss@jquery.com http://jquery.com/discuss/
[jQuery] Attach a Style Sheet
Is there a simple way to attach a style sheet to the page in jQuery? Thanks, Glen _______________________________________________ jQuery mailing list discuss@jquery.com http://jquery.com/discuss/
[jQuery] Queueing of effects (fx)
Hi guys, I was searching if there was a way to do queuing like in script.aculo.us (I am switching to jquery but this is the only bump....) Here some doc's on how it works in script.aculo.us http://blog.railsdevelopment.com/pages/effect/queue/ _______________________________________________ jQuery mailing list discuss@jquery.com http://jquery.com/discuss/
[jQuery] form plugin updates
Nice work Mike. How should I go about deleting the FastSerialize wiki page I created on jQuery.com now? A request to John I suppose? m. -----Original Message----- From: discuss-bounces@jquery.com [mailto:discuss-bounces@jquery.com] On Behalf Of Mike Alsup Sent: Tuesday, October 10, 2006 3:10 PM To: jQuery Discussion. Subject: Re: [jQuery] form plugin updates Thanks for the heads-up, Renato. I put your fix in there and posted the updated js. It worked fine with all the browsers I have. Mike
[jQuery] Load problem
Just updated to 1.0.2. I am not sure what I am doing wrong on this page. <a href="http://glenlipka.kokopop.com/jQuery/slideMenu.htm">http://glenlipka.kokopop.com/jQuery/slideMenu.htm</a> - this one works. I explicitly put the divs on the page. <a href="http://glenlipka.kokopop.com/jQuery/slideMenu/slideMenu.htm">http://glenlipka.kokopop.com/jQuery/slideMenu/slideMenu.htm</a> - this one does not work. In this one, I am trying to make the footprint zero so that all the different people who will
[jQuery] How to disable a form fields in jQuery
Hello people, I was searching for a way to disable form in jQuery. I searched the API and dont found anything about the disabled attribute. How can I disable form fields in jQuery? I tried: $("textarea.news01 ").id().disabled = true; -> return the ID -> html attribute So, how can I manage this in jQuery? Thanks a lot, Eriksen Costa <a href="http://www.marinheirobrasil.com.br">www.marinheirobrasil.com.br </a> _______________________________________________ jQuery mailing list discuss@jquery.com
[jQuery] Performance question
<div>Hi. I'm building a highly dynamic application based using jQuery extensively. I have a set of templates with predefined markup, which is retrieved and modified using jQuery CSS queries. However, as the markup size increases the queries are becoming considerably slow. I've tested some different ways of rewriting my queries (retrieving the elements by id, searching by name or any other attribute under a specific context, getting a parent element and traversing the DOM using operations like children(),
[jQuery] unhover and untoggle revisited
I've found a solution to adding and removing *multiple* hover and toggle events as well as removing them. It is a little cleaner than my previous attempt at adding an unhover and untoggle as it plugs into the main event system. Here is a very simple example page: http://brandonaaron.net/jquery/events/test.html The diff is here: http://brandonaaron.net/jquery/events/event.js.diff Please test if you can and let me know if you run into any issues. I think this would be a good addition to the core to
[jQuery] Interface Elements Autocomplete no longer available in Interface lib download...
Not sure who to contact, but I noticed that the Autocompleter plugin that used to come with the Interface Elements library is no longer part of the library. Anyone know why? Rich _______________________________________________ jQuery mailing list discuss@jquery.com http://jquery.com/discuss/
[jQuery] Attach a Style Sheet
Glen, I use a couple methods: 1) Add an empty LINK and the set the href in the script: $('#mylinkid').attr('href', stylesheetpath); 2) probably better but a little longer: $('head').append('<link id="mylinkid" href="stylesheetpath" rel="stylesheet">') I'm sure someone will chime in here and tell me I'm an idiot, at which point I'll go fix my own code... :-) --Steve sivy@userwire.com | irc: monkinetic|redmonk
Next Page