[jQuery] Only with mengistal toolbar we were paid dollar wanted the list and download here
FREE Internet Business Course--$295 Value! Free Internet business, training, and support. Multiple income streams. Residual and leveraged income; 95% of the work is automated. Visit http://www.moreinfo247.com/10002601/FREE for complete details today. WOW!! Get seen -- get paid! You can now get paid to drive your car, wear T-shirts, and more! Just join the EyeEarn Advertising Network and start earning money effortlessly while you go about your day! It's fun, easy, and no experience is necessary! http://www.moreinfo247.com/10002601/EE
[jQuery] ajaxSubmit and Loading message
I have a complex form that uses ajaxSubmit (see code below). The form takes awhile to process and I'd like to display a loading message or loading gif while waiting for the response. How can I modify or add to the code below to accomplish this. The message or gif should appear in the #container div. var v = jQuery("#two").validate({ submitHandler: function(form) { jQuery(form).ajaxSubmit({ target: "#ajax", resetForm: "true" });
[jQuery] jquery tablesorter 2.0.1 with tr in thead
I have a complex table header that contains multiple <tr> elements in the <thead>. An example is at http://donpoo.net/jquery/. The table renders okay but sorting doesn't work correctly. Clicking on the "Latency (ms)" column in the "Totals" group results in the column "Ops/ s" in the "Read" group to get sorted. I think this is due to using col spans with multiple <tr> elements in the <thead>. Is there a patch I can test out or does anyone have a suggestion on how to fxi?
[jQuery] document.getSelection() and FireFox 2.0.0.11
Hi, The following code doesn't work with FireFox. It works fine with MSIE 7. This message was generated from error consol: Deprecated method document.getSelection() called. Please use window.getSelection() instead. The code : function chkAva(lnk,id){ el = document.getElementById(id).value; if (el == ''){ alert('The user id should have a value before check'); return; } av = "Available"; na = "Not Available, choose another one!" $(document).ready(function(){ $("#"+lnk).before("<img src='imgs/wait.gif'
Interface, jQuery, and Internet Explorer
Site: http://social.kcstar.com/users/1 Demo: http://interface.eyecon.ro/demos/sort.html Ok...so I am building a site and making it so users can move "blocks" around on a page. Everything works fine in Firefox, but it dies HARD in IE6 & IE7 (re: they both crash). I have triple checked the code that is being run vs the demo and there is not 1 piece of code that they do not have (I commented out the "storing" part in my code). Obviously this works fine in IE in the Demo...anyone want to give me an extra
[jQuery] Problems with "frames"
Hi all, I'm currently working on a static website using some javascript effects. So far i'm very impressed by the possibilities offered by jQuery and that's why i chose this framework, but now i have a little problem. The web site i wanna create is very classic : a header, a footer, a side-bar navigation menu and a main frame. Wanting to avoid the use of iframe, i tried some <div> with the jQuery load function. It seems to work but when i want to insert an accordion menu in the menu div, it doesn't
[jQuery] [validate] changing the error default position
How i can change the default position of one element when i get one error? I want the error dosnt appear appened to the checkbox. [ ] I accept the rules with error: [ ] You must accept thisI accept the rules
[jQuery] Count rows with FlyDOM
Hi there, is there any chance to create multiple rows of a table in a for <form></form> to have rows counted and the id# appended to the input element name? Has anyone tried to achieve this?
[jQuery] jQuery form plugin error with examples.
Hi, I am using jQuery 1.2 with form plugin. Am new to jQuery, so bear with me if the doubt sounds silly. I was trying out the first example in the form plugin My Html code goes something like this <head> <script src="./js/jquery-1.2.js" type="text/javascript"></script> <script src="./js/jquery.form.js" type="text/javascript"></script> <script src="./js/common.js" type="text/javascript"></script> </head> .....Rest of the code containing form data And my common.js reads jQuery(document).ready(function()
[jQuery] getting elements tag type
now lets say the i have this var element = $('#input_element'); is there a way i get get what type of html element this element is(in the case it would be a input tag)? -- View this message in context: http://www.nabble.com/getting-elements-tag-type-tp15371435s27240p15371435.html Sent from the jQuery General Discussion mailing list archive at Nabble.com.
[jQuery] Use jQuery after a jQuery load
I've a little question maybe someone could give me a hint.... My problem is: i want to build a site with a navigation (with jQuery = no problem) which loads some content in a main-div-field. This is absolute no problem with e.g. load( url, data, callback ) or $.ajax( { type: "POST", url: "some.php", data: "name=John&location=Boston", success: function(msg){ alert( "Data Saved: " + msg ); } }); and so on... However, so i'm able to load some content in the div-container BUT within the div field i would
[jQuery] serializeArray() function and select tags
hey fellow jQuery-ers, I've noticed this small thing using the serializeArray() on a form. consider the following html: <html> <head> </head> <body> <form id="frmFoo"> <select id="mySelect"> <option value="0">add</option> <option value="1">edit</option> <option value="2">whatever</option> </select> </form> </body> </html> it has a simple form with a select tag. nothing fancy here. I want to serialize the form's input values so I do this in firebug:
[jQuery] Codereck Beat plug-in
Now I saw the jHeartBeat plug-in and it was nice and simple but I though t there were a few were things from looking at the code. First of all it looks like you can only have the url ajax call load in the div create by the plug-in were all i think you really need is a way to call a function every x seconds(and you can put all your code in that function including any ajax calls), I think this make the plug-in a little bit more general. now that can be very easily fixed without a rewrite but the second
[jQuery] jtabber problem....
hello! I'm preparing this site for this festival and I'm using two plugins: 1) innerfade 2) jtabber ...as I was speaking to the head of the festival this evening, I found out that on Safari 2.0.4 she could not see the tabs change... She could not see the content!!! I'm sort of panicking cause I've skipped the deadline and if it's not cross(modern)browser... Am I doing something wrong? Is there a syntax error in my code that I can't see? People have told me that it works on IE6+ and Firefox... This
[jQuery] getElementById('myTable').rows[1].cells[2] in jQuery?
In JavaScript, getElementById('myTable').rows[1].cells[2] would select the cell that is in 2nd row of the 3rd column. What is the jQ equivalent of this? (or maybe jQ has a different and better way of doing this?) This is some HTML markup using the JS method : <html> <head> <script type = "text/javascript" src="jquery.js"></script> <script type="text/javascript"> $(document).ready(function() { $('#btn').click(function () { var cell=document.getElementById('myTable').rows[1].cells[2] alert(cell.innerHTML)})
[jQuery] binding jquery_auto with livequery?
Hi all I've got jquery_auto working well for auto.submit, however when I reload the <select> via AJAX, I can't get the auto.submit to work. I'm using livequery on the same page for cluetips in the reloaded divs, and that works great. I'm thinking I should be able to do something similar to get auto.submit to work on the reloaded divs, but I can't get it working. Any suggestions? TIA, -Joel
[jQuery] I'm stumped! How to accomplish this navigation rollover effect?
This is what the client wants: http://commadelimited.com/uploads/rollover.jpg (text has been blurred out intentionally) The site is VERY basic: nav colum on left, content column on right. The building it out is easy, but the nav is throwing me for a loop. My original thought was that I could use animate to fly the wide bar out to it's desired width. But now I realize that if I do that, my container DIV will screw up my layout. I'm thinking now that I could possible position each column absolutely
[jQuery] Shadowbox Media Viewer
Hello all, I'm putting the finishing touches on a media viewer application that I coded up recently (think Thickbox). It can be used with jQuery or any other library. I created an adapter for jQuery, and I thought that somebody on this list might be interested. http://mjijackson.com/2008/01/22/shadowbox-js-media-viewer-1-0-beta/ Enjoy, Michael
[jQuery] Translating XPath expressions to CSS selectors
Hi, I'm trying to migrate from jQuery 1.1.3 to 1.2.2, and I'm having trouble converting my XPath expressions. In CSS, asterisks are "deep", i.e. they match all elements that are descendants of the context node. In XPath, they are not, i.e. they match only the elements that are _direct_ descendants of the context node. Consider this XML: <unknown_node_name> <KNOWN_NODE>right node</KNOWN_NODE> <more_unknown_deepiness> <KNOWN_NODE>wrong node</KNOWN_NODE> </more_unknown_deepiness> </unknown_node_name>
[jQuery] Populate a radio button or check box from ajax call
I'm searching through the docs but I can't find the syntax on how to populate a checkbox or radio button. I'm currently using the following format to populate a text box: $("input#mydivID").val(returndata.data.itemvalue); Thanks, Mike
[jQuery] Interface, Sortables, and Killing IE :)
So I am building something similar to http://host.sonspring.com/portlets/. Everything works in all browsers and is hunky doory. The only problem is that if you replace the text in the box with some javascript code (i.e. widget), when you go to move the box IE (6 & 7) crashes (and crashes hard). Obviously I can just remove the ability to put javascript in the box...but that is less than ideal. Any thoughts would be appreciated! PS - oh and I know about UI...it is just severely lacking at this time.
[jQuery] Is there an sample like iGoogle?
I am making a page like iGoogle, all parts are customizable, I tried jquery UI draggable and droppable, but confused with layout of dragged items...anyone has simular samples? iGoogle: http://www.google.com/ig
[jQuery] [validate] Multiple error classes
Hello, I created a validated form with the errorClass set to multiple classes ("classA classB classC"). But now the error messages are duplicated - for each failed validation new message is added, Felix.
[jQuery] Sortserialize returns nothing
I'm stuck! I have followed the examples there is, but I can't make this work. My code below just generates an empty alert box: <script> $(document).ready(function(){ $("#myList").sortable({ update : function(e, ui) { serialize("#myList"); } }); }); function serialize(s) { serial = jQuery.SortSerialize(s); alert(serial.hash); }; </script> <style>ul { list-style: none; } li { background: #727EA3; color: #FFF; width: 100px; margin: 5px; font- size: 10px;
[jQuery] Somewhat On Topic - iWidgets is Hiring JQuery Developers!!!
Do you like JQuery? So do we! iWidgets is a new, venture funded startup building a new platform to help marketers reach customers on emerging social platforms like Facebook and iGoogle. We expect you to be highly competent and self-motivated, and in return you work on your own terms (contractor, employee, at home, in our office, etc.) and will not be micormanaged. We encourage our people to write clean code that we can contribute back to projects like JQuery. US and European location preferred as
[jQuery] hoverIntent and jVariations configurable options documented
I finally got around to writing documentation for the configurable options on my two plug-ins. hoverIntent <a href="http://cherne.net/brian/resources/jquery.hoverIntent.html">http://cherne.net/brian/resources/jquery.hoverIntent.html</a> jVariations <a href="http://cherne.net/brian/resources/jquery.variations.html">http://cherne.net/brian/resources/jquery.variations.html</a> Let me know if there's anything that still doesn't make sense (or if a typo found its way in -- amazing how many of those I
[jQuery] Mouse controlled scrolling
Hi, I've got an interface concept that I can't quite see through. The link to the prototype is here: http://dev.accelerantstudios.com/promo/index.html What I'd like to do is to take the ul's with options in them (the one with the scrollbar (overflow: auto) on the left, the one without (overflow:hidden) on the right), and have them scroll automatically when the mouse in placed within the ul. If the mouse is in the top part, the content scrolls up and the speed increases depending on how high you move
[jQuery] Firefox: how to center the selected text in textarea
Hi, folks: I am trying to implement a search toolset based on "textarea". the function I am using to highlight the resulting string(txt) is something like: textarea.setSelectionRange(pos, pos+txt.length); textarea.focus(); /* seems useless */ Everything is OK except when there are more content in textarea, the selected text(and the caret) does not get to the center of the textarea, and I have to use scrollbar to find it by myself. (the IE alternative seems no such problem) Is there any method under
[jQuery] toggleClass weird behaviour
Hey all! I'm wondering why the following code will toggle the div 'divRed' to a different color, but it won't toggle the color for 'divGreen'. <style> div {height: 100px; width: 100px;} .divRed {background-color: red;} .divGray {background-color: gray;} .divGreen {background-color: green;} </style> <script type="text/javascript"> $(document).ready(function() { $(".divRed").click(function() { $(this).toggleClass("divGray"); }); $(".divGreen").click(function() { $(this).toggleClass("divRed");
[jQuery] What tool is used to minify the official jQuery distribution?
I've been testing out various minifying strategies, such as Dean Edwards' packer, YUI Compressor, jsmin, etc. My goal is to concatenate all my required .js files and then minify them en masse. I've read of concerns about trailing semicolons, etc. and am curious what tool is used to minify the official jQuery distribution. Please post if you have knowledge! Thanks, haylo
[jQuery] Generating a Mousedown event programmatically - similar to click() generation..
Hi.. Does anyone know how one could generate a mousedown event programmatically in order to cause a draggable to start dragging? I have a number of overlapping, absolutely positioned divs where certain sections of the background images are transparent.. What I need to do is to allow the user to drag the topmost div that is not transparent at the xy coord of the mouse down event.. What I'd like to do is to register for the mousedown event, iterate through all elements that overlap the xy coord, make
[jQuery] Simple RSS reader plugin
Hi all I've just wrote about a simple wrap-up plugin of the idea given in http://www.nabble.com/RSS-Feed-Reader-to4997503s27240.html this post . it basically fills a news box with the contents of an rss feed. In case someone is interested you can http://blogs.atalayasec.org/dev/2008/02/jquery-rss-feed-reader-plugin/ find it here . Cheers Francesco -- View this message in context: http://www.nabble.com/Simple-RSS-reader-plugin-tp15351730s27240p15351730.html Sent from the jQuery General Discussion
[jQuery] Is there a feature as addID like addClass in jQuery?
One more time I'm very sorry for my English :) But I like jQuery very much :) How I can add ID like I add class by function addClass? For example i have: <div>Some text #1</div> <div>Some text #2</div> And i want see this result: <div id="Div1">Some text #1</div> <div id="Div2">Some text #2</div> I don't know how make this, please help. Maybe like this :): $(document).ready(function() { var i = 1; $("div").each(function(){ this.addID("Div"+ "1"); }); });
[jQuery] clueTips: how do I embed a clueTip inside another clueTip?
I've got a clueTip that brings in content using AJAX (the code is below). The onShow action creates another clueTip from a class within the first, "parent", cueTip. So I have a clueTip inside a clueTip. This works fine except that when I hover over the inner clueTip element the outer, "parent", clueTip is automatically closed and disappears. Is there any way to keep the outer or "parent" clueTip from closing in this applicaiton? I'm new at this so maybe this is not what cueTips are intended for.
[jQuery] Adding events to newly added fields
Hi I am trying to make form which contains a list of items. I have a set of events which need to be bound to each item, at the moment everytime I add a new item, I have to unbind all items and add the event again to all items for the new item to work like the rest of them. This means my application becomes quite slow as the number of items becomes very large. Is there a better way to bind events only to newly added items? or is there something I can do to speed things up? The way I'm adding the item
[jQuery] Tablesorter plugin
Anyone had any issues with the latest version of this in IE? I have a page that uses this, and I've made use of the sortStart and sortEnd triggers. For whatever reason, the sortEnd trigger never fires -- so the message box I have show never goes away. Also, the zebra striping isn't working at all -- not even when I leave the widgetZebra property at its default and change my css to use "even" and "odd" instead of "my-even-class" and "my-odd-class". I've tried making sure my usage of the triggers is
Stop Ajax Call
Hi, is it possible to stop or interupt a jquery ajax call that's taking a long time? I'm using this for my call $.ajax({ type: "POST", url: $ws.url, data: soapBody, beforeSend: function(xhr) { xhr.setRequestHeader("Content-Type", "text/xml"); $("#serviceResponse").val(""); $("#serviceBtnInvoke").attr("disabled", true); $("#serviceResponseLabel").show().css({color: "#999"}); $("#serviceResponseLabel").val("Response: 0.000s"); }, complete: function(XMLHttpRequest,
[jQuery] Message "Your Google Toolbar can fill this in for you. Select AutoFill " on validating field on IE 7 with google toolbar
Thanks for the validation plugin. It work fine but in IE 7 with google toolbar it shows message "Your Google Toolbar can fill this in for you. Select AutoFill ". while validating fields. How can I get rid of it.
[jQuery] Can't access newly created DOM from XML
So now I've integrated my expand / contract profile functionality, I mashed it up with xml and all hell has broken loose. Basically, I am dynamically making div layers, attaching an anchor link and setting it's class on the fly from XML. This DOM elements load after the page loads, even though they're the first thing to be called and my on click events are the last thing to be called. Has anyone had a similar problem when using XML on a page that creates anchor links with an associated click event
[jQuery] it's only 1 character
The closures around plugins, when concatenated together (e.g. via Rails 2.0) into one javascript file for production, can confuse the javascript parser - despite the fact there is a new line. I propose that there should be a semicolon at the first character to stop this. I.e. ;(function($) { rather than (function($) { I think it can confuse the closure as an argument of a function. I've mentioned it before and there's been some good uptake of the idea (e.g. http://dev.jquery.com/view/trunk/plugins/accordion/widget.js)
Next Page