[jQuery] Tree with drag&drop + sortable functionality
Basically i'am looking for something like this: http://yui-ext.com/deploy/yui-ext/examples/tree/reorder.html Is there something similar based on jquery?
[jQuery] Autocomplete on blur
<!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.6000.16441" name=GENERATOR> <STYLE></STYLE> </HEAD> <BODY bgColor=#ffffff> <DIV><FONT face=Arial size=2>i want to lookup a city and autocomplete one string with "city, state, country", but i need make when no result and the user put something unknow like "city, state, country" the object autocomplete call a function that fill
[jQuery] dynamic jdMenu help
Hi folks, I'm in need of some help using jdMenu. I've got a nice menu up and running using ver. 1.2.1, but it's static: meaning that I've hard coded the un-ordered lists that make up the menu contents. What I need now is a way for my app to build the menu on the fly depending on what screen the user is currently viewing. The app makes extensive use of ajax and so is only loaded one time at the beginning. I've tried having an empty <ul> element that contains the jdMenu class, like this: <ul id="MainToolbar"
[jQuery] Plugin to copy rows between tables?
I'm working on a web form where a user can submit queries via ajax. The results are returned in a table. What I need to do is allow the user to select a row from the result table via a double-click (or check box) and have the clicked row inserted into a second table. The second table is in a separate form that when submitted will perform an action on each row in table 2. By performing multiple queries and selectively adding items to table 2, the end result is a data set that would be difficult to
[jQuery] The CSS behind overlays
<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] unsubscribe
<br clear="all"> -- John C. Bland II Chief Geek Katapult Media, Inc. - <a href="http://www.katapultmedia.com">www.katapultmedia.com</a> --- Biz Blog - <a href="http://blogs.katapultmedia.com/jb2">http://blogs.katapultmedia.com/jb2 </a> Personal Blog - <a href="http://blog.blandfamilyonline.com">http://blog.blandfamilyonline.com</a> <a href="http://www.lifthimhigh.com">http://www.lifthimhigh.com</a> - "Christian Products for Those Bold Enough to Wear Them" Home of FMUG.az - <a href="http://www.gotoandstop.org">http://www.gotoandstop.org</a>
[jQuery] ParseJSON from array php to array javascript
Hi i'm using Mark pluging json.js but i get error when i use ParseJSON, may i'm not writting right the syntaxis. I get in a array all the arrows from a table, then i convert to json (using json.php) , and tI ry to convert to an array in javascript. $aCambios = mysql_fetch_all ($resultCamb ) ; $myjson = $json->encode($aCambios); echo "<script>"; echo " var arrayCambios = StringJ.parseJSON('" . $myjson . "');"; thanks in advance. David
[jQuery] can not get simple selector work in IE
Hi, I have below test html file and can not get it to display the selected value. Can someone please let me know what I missed? Thank you. Guoliang I'm using jquery 1.1.2 and IE 6 SP2 (6.0.2900.2180) <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http:// www.w3.org/TR/html4/loose.dtd"> <html debug="true"> <head> <meta http-equiv="Content-Type" content="text/html"> <title>Test Page</title> <script language="JavaScript" type="text/javascript" src="jquery.js"></ script> <script language="JavaScript">
[jQuery] ANNOUNCE: jqUploader plugin upgraded to v1.0
<!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.6000.16441" name=GENERATOR></HEAD> <BODY> <DIV><SPAN class=921073701-08062007><FONT face=Arial size=2>Hello jqMates,</FONT></SPAN></DIV> <DIV><SPAN class=921073701-08062007><FONT face=Arial size=2></FONT></SPAN> </DIV> <DIV><SPAN class=921073701-08062007><FONT face=Arial size=2>I'm pleased to inform this great assemblee that jqUploader,
[jQuery] Greasemonkey + jquery + functions
I've been trying to use jquery within a greasemonkey script, and keep hitting the same problem. Both from a simple copy and paste of jquery into a greasemonkey script, and using the version of jquery modified for greasemonkey over at http://userscripts.org/scripts/show/7373 , there's one problem which will come up. Adding or changing something on a page works fine, except that it won't seem to add javascript functions. For example, the code below * greasemonkey init code + The main jquery lib code*
[jQuery] Append "Area" to Map
I have been trying to append a freaking Area tag to a MAP tag for about 2 hours now... The data argument is always a string. function(data) { $('#s7Image').attr('usemap',''); $('#MapContainer').empty(); thisMap = '<MAP ID="thisMap2" NAME="thisMap2"></MAP>';
[jQuery] ajax html (don't run scripts)
Is it possible to call $.ajax and have it load an html page, but without running the scripts? It would do dataType:xml, but then it doesn't return the proper response text. ~Sean
[jQuery] Getting the window/frame size with JQuery .. help
Hi, Does anyone know how to get the height and width of a window. In Firefox, I can do this.innerHeight and it wil show it but it requires a lot of code in IE. If anyone can tell me how to do it with jquery, I'd really appreciate it. Thanks, Moazzam
[jQuery] Ajax script loading issue
A buddy of mine sent me an email asking if I would look into a problem he was having. He's calling a page via $.ajax() using a 'get' to return some text and some javascript. The javascript is a simple alert box; nothing fancy. The script works fine in FF but fails to fire the alertbox in IE. So I tweaked it myself by adding dataType: 'html' to the ajax call. The code now works in IE but fires the alertbox twice when called in FF. Any ideas as to why this would occur? My buddies code: http://www.intoajax.com/joe/joe.htm
[jQuery] ANNOUNCE: Open Source Project Tracker Using jQuery
Super ColdFusion guru and recent jQuery convert Joe Danziger has just released the beta version of his open source project management software, aptly name Project Tracker. You can get more information here: http://projecttracker.riaforge.org/index.cfm and see the application in action here: http://ajaxcf.com/project/ Description: Send messages, manage to-do lists, set milestones, share files, track issues, browse source code.. all from a streamlined interface taking advantage of the latest ajax technologies.
[jQuery] thickbox moves underlying div in ie
When a state is pressed on my example. Thickbox opens but the underlying div moves to the left, but only in ie. Is there anyway to fix this? http://thebattalion.tv/firehouses.php Thanks -TJ
[jQuery] The .ready() event
Is $(document) the only thing that .ready(..) should be applied to? When a page has a form on it with an item which should logically have the focus by default, I like to bung in some JS to focus on that element ASAP. It's not necessary for the entire DOM to be ready to do that, only the textbox. The following code works but I just want someone to tell me whether I'm being dumb or not ;-) <blockquote style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;" class="gmail_quote">
[jQuery] looking for someone to develop a jquery based feedback form
Hello, Looking for someone to develop a feedback form that will allow a collapsing window to open (similar to light box) to allow feedback to be given for the particular page the user is visiting. The window should be non intrusive when collapsed. The position of the feedback link should remain fixed on the screen. The feed back information will contain: email address, comments and possibly a captcha if necessary. The form data should be sent with ajax or some other method will not require the user
[jQuery] Help with showing/hiding multiple divs.
Hello all, I have an example page here- http://clients.yourmark.com/radiuschurch.org/planner.html If you look at that page, you will see a calendar floated left, and the various months floated right. I would like to have the calendars switch out with different months based on which link is clicked on the right. I would like to do this either in a horizontal accordion fashion, or possibly by scrolling through multiple divs either vertically or horizontally. Is this something that I could do with jQuery?
[jQuery] newbie question: keypress vs keydown
Hi, Is there a difference between to two? Any guidelines on which one to use on a certion situation? Thanks james
[jQuery] Can a ThickBox appear over the top of my Flash content?
Since the link in the thickbox Q&A is broken, could someone explain how I can make my thickboxes appear over the top of my flash content? Thanks in advance!
[jQuery] jQuery:Interface:Sortable questions
I have some jQuery:Interface:Sortable questions. I start with one master Sortable with many entries, and 3 other seperate Sortables that are empty, ready to receive items from the master. x. How do I disable droppable for a Sortable once I have put a certain number of items into it? x. How can I re-enable it as droppable once I have taken an item(s) out of it and it is no longer at its item-max? x. If I hide a Sortable, what is a good way to push the items it contains back into their original Sortable?
[jQuery] ajax related question
<!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.6000.16441" name=GENERATOR></HEAD> <BODY> <DIV><SPAN class=968373814-08062007><FONT face=Arial size=2>hello!</FONT></SPAN></DIV> <DIV><SPAN class=968373814-08062007><FONT face=Arial size=2></FONT></SPAN> </DIV> <DIV><SPAN class=968373814-08062007><FONT face=Arial size=2>i'm developing a website where a div gets updated via an ajax
[jQuery] bueller...bueller...anyone? jquery pan
Hello, I've customized the panview code to accommodate what I want it to do, but I'm having a problem with it in IE. Firefox works fine. Panning the image in IE doesn't work and I think it has something to do with scrollTop, but i have no idea what to do to fix it. If I take the pan image code out of the html page and have it by itself it works. Id appreciate any help with this! Code and links are below. Thank you! Brady The first thumbnail image is the to test. With HTML: DOES NOT WORK http://www.organizedmadness.com/pan/merchant.mvc.htm
[jQuery] ajaxForm - Callback
I was hoping someone on here could help me out. I am working on a drag and drop sortable list, where the order of the list is saved via Ajax whenever a drop occurs. I need to be able to disable drag and drop for the duration of the AJAX request, and then reenable drag and drop. I figured I could do a SortableDestroy() before starting the AJAX request and then reinitialize the drag and drop when the AJAX call returned. For testing how the callback functions I tried the following code: myForm.ajaxSubmit
[jQuery] Creating Tooltip type context menu
I tried yesterday unsuccessfully to combine this menu: http://cssplay.co.uk/menus/menufive.html With a jquery drop down type thing for some of the items, that is here: http://webexpose.org/2006/12/28/jquery-pop-up-menu-tutorial/ Sorry the only demo for this is in the download, works great nothing fancy. The trouble is the CSSplay menu isn't coded as list items, and the drop down type menu works on a list of menu items. I probably should of began with the jquery version menu and converted it to have
[jQuery] jq stripviewer
Hi all. Yesterday i was playing with jquery to create a slideshow component, some sort of strip viewer. The firts 30 minutes i ended up with this: http://www.gcmingati.net/wordpress/wp-content/lab/jquery/imagestrip/imagestrip.html After a bit a realised it would be better to try with a LIST of images rather than with a single 900x100 jpg: http://www.gcmingati.net/wordpress/wp-content/lab/jquery/imagestrip/imagestriplist.html Inspired by the "sliding pages" on that site http://www.hotel-oxford.ro/
[jQuery] How to manipulate with new class name?
Here is my code: <script type="text/javascript"> $(document).ready(function(){ // edit $('.edit').click(function(){ alert('Edit'); $(this).removeClass().addClass('save'); return false; }); // save $('.save').click(function() { alert('Save'); return false; }); }); </script> <a href="test.htm" class="edit">Test</a> It always alert "Edit", but class changed to "save". How i can get access to element with class "save"?
[jQuery] Are horizontal Sortables possible?
Is it possible to implement a horizontal sort rather than vertical? I'm wanting to use it to add elements from a vertical list to a horizontal list in order to build a customizable toolbar. Is it just a css thing and Sortable already supports that? I've been playing with this all day and cant make it work like I'm expecting it to. Thoughts?
[jQuery] ANN: jQuery-Powered Sites
New full jquery powered website at http://www.tvtrip.com , a hotel videoguide http://www.techcrunch.com/wp-content/tvtripbig.png More at http://www.techcrunch.com/2007/06/07/tvtrip-the-second-video-guide-for-hotels/ Features - Carrousel - Thickbox, - Date picker - Dimensions - Forms -- View this message in context: http://www.nabble.com/ANN%3A-jQuery-Powered-Sites-tf3889069s15494.html#a11024335 Sent from the JQuery mailing list archive at Nabble.com.
[jQuery] Template caching - Seperating presentation from data
<div>Hello Everyone,</div> <div> </div> <div>My question might not be very jquery specific, but since all the brains are here, I thought of tossing it up for some ideas.</div> <div> I want to separate presentation from my data (on client side).</div> <div> </div> <div>Eg. If I request index.php from the server, it's comprised of -</div> <div> </div> <div> 1) markup (divs, tables, etc)</div> <div> 2) data</div> <div> </div> <div>Now what I want to do is that next time user requests index.php, I
[jQuery] firebug displays "jQuery is not defined" on page load
Hi all. I've made a little website for some friends and, on that specific page http://www.modostudio.net/projects.html i used the tableSorter plugin to display their works. I want investigate on the weird error that pops up in firebug with firefox 2.0.0.4. If you got firebug installed do that: 1) click on "KKKT - International port terminal - Klaipeda" link or row to view the project*. *I assigned the HREF .attr('href') of each link to a function, so you can change page by cklicking either on the
[jQuery] dimensions plugin documentation
Hello Apologies if I've missed something simple but I can't seem to find simple documentation for dimensions.js other than that inside the actual file. I need a bit more than that. Am I missing something or is this plugin lacking a bit of documentation (no doubt due to over-worked, over-stressed developers, which is understandable)?
[jQuery] Question about Superfish menu
<div class="Section1"> <p class="MsoNormal"><font face="Arial" size="2"><span style="font-size: 10pt; font-family: Arial;">Hello!</span></font> <p class="MsoNormal"><font face="Arial" size="2"><span style="font-size: 10pt; font-family: Arial;"> I am working on creating a new navigation and I really like how the Superfish dropdown works. However I would like to alter it a bit by adding a delay before the drop down occurs. My goal is to create a menu so that when you rollover it there is a slight
[jQuery] select td 2 levels up
I am trying to select the first td element two levels up from the clicked div element. I have this, which works, but it's ugly. $(this).parents("td:first").parents("td:first").attr("class","greenback"); Is there a cleaner way? - Josh
[jQuery] ajax and timing
This is a little difficult to describe but here goes. I have a tab based widget that has parent tabs across the top and related children tabs on the side. There is a display area that is updated via ajax depending on the tabs chosen. Some of the children tabs load forms. I'm using Drupal to supply the application framework so the forms that are being loaded are not directly written by me and are stripped of anything not between the body tags. I am using jQuery with the Form Plugin and am looking
[jQuery] Double Negative
<span style="font-family: verdana;">I am trying to find all of the required input and select boxes that have not chosen a value. Default is ""</span><br style="font-family: verdana;"><br style="font-family: verdana;"> <span style="font-family: verdana;">The first line fills the array with empty inputs and ALL selects</span><br style="font-family: verdana;"><span style="font-family: courier new,monospace; color: rgb(51, 51, 255);"> inputArrayEmpty = $(" tr.required input[@value=''],tr.required
[jQuery] Dynamically loading javascipt .js files?
Is there a way for jQuery to dynamically load an external js file? For example, instead of always including: <script type="text/javascript" src="lib/type1.js"></script> <script type="text/javascript" src="lib/type2.js"></script> <script type="text/javascript" src="lib/type3.js"></script> I'd like to load a Javascript file when a user specifies a function type. Obviously I'd still need to bootstrap jquery.js in <head>.
[jQuery] Collect Radio, Checkbox values via AJAX
How do I get the radio and checkbox values? Everytime I check or uncheck the boxes, that value is always true. Is there some trick I'm missing to get the correct values based on if the user ticked the box or not? Thanks, sorry if this has been asked before... I couldn't find any answers via the group search. :) Kenny
[jQuery] QuickTime control bar disappearing after .remove() and .load()
http://www.andcuriouser.com/sandbox/jqueryqt/test.html Contents of test.html: <script src="thickbox/jquery-latest.pack.js" type="text/javascript"></ script> <script type="text/javascript"> function swapMovie() { $("#TB_movie").remove(); $("body").append("<div id='TB_movie'></div>"); $("#TB_movie").load("test-movie.html"); } // swapMovie() </script> <body> <a onclick="swapMovie();">Swap the movie</a> </body> Contents of test-movie.html: <object classid="clsid:02BF25D5-8C17-4B23-BC80-D3488ABDDC6B"
Next Page