[jQuery] form plugin
hello, is there a packed version of the form plugin?
[jQuery] Stop animation on the fly...stop effect, stop fade, stop slide...
I'm discovering a really huge drawback with jQuery. There doesn't seem to be any simple solution to just stopping any animation effect once it has been started. I've seen all kinds of posts making requests for such a thing (i.e., $ ("p").animationStop(); ), but nowhere have I seen any workarounds. Is there a workaround? Is this implemented anywhere? I hear it's in the pipelines, but I need it NOW. :) Thanks.
[jQuery] Stop animation on the fly. (Stop effect, stop fade, stop slide, etc.)
I'm discovering a really huge drawback with jQuery. There doesn't seem to be any simple solution to just stopping any animation effect once it has been started. I've seen all kinds of posts making requests for such a thing (i.e., $ ("p").animationStop(); ), but nowhere have I seen any workarounds. Is there a workaround? Is this implemented anywhere? I hear it's in the pipelines, but I need it NOW. :) Thanks.
[jQuery] Ajax: ASP returns JSON to client
In ASP, I am building a JSON object and escape the data using Server.URLEncode(strParmChoices) It seems this encodes blanks as a plus sign "+". Back in JavaScript, it looks like unescape("+") leaves the plus as a plus. I've band-aided the problem using unescape(json.strParmChoices).replace(/\+/g, ' '); /* replace all plusses with blanks */ Is there a better way to get this job done right? Sam
[jQuery] Regex experts: search/replace operations
This is a little off-topic, but when doing a regex search and replace within a text editor, how can I replace one character within a specific pattern? I want to get rid of newlines within <td> tags. This finds them: <td>[^<]+(\r\n).+</td> How do I specify that I only want to replace the matched set?
[jQuery] jQuery Powered Site - summize.com
http://www.summize.com/ Ran across this and didn't see it in the wiki so I've added it. Very nice use of jQuery for the Ratings and Buzz graphs (e.g. http://www.summize.com/product/nintendo-wii/-/-/B0009VXBAQ ) and probably other features I haven't found yet. -- Chris Scott Adaptive Hosting Solutions, Inc. | Blogzerk - blog hosting http://www.adaptivehostingsolutions.com/ | http://www.blogzerk.com/
[jQuery] Hide DIV on page click help
I am trying to add some functionality to my page where a user clicks on a link which makes a menu layer visible. That part I've been able to do. Now, I would like that DIV to disappear when the user clicks anwhere else on that page, on other words, making the menu disappear when it loses focus. Basically trying to emulate windows menu functionality. How do I make that happen? Thanks in advance
[jQuery] Set Div Width
I'm setting the width of a DIV using: ...).children('div').attr( {width: ('80px'} ); It seems to have no effect (I have margin:0 auto; set in CSS). The rendered (view/generated source) shows: <div width="80"> which isn't what I had expected. I know that: <div style="width:80px"> will work fine. Is there a better way to set the width of a block element? Sam
[jQuery] Javascript errors on site using jQuery
<!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.6000.16441" name=GENERATOR></HEAD> <BODY> <DIV><FONT face=Arial size=2><SPAN class=121124813-22052007>My company uses this page to do some research work.</SPAN></FONT></DIV> <DIV><FONT face=Arial size=2></FONT> </DIV> <DIV><FONT face=Arial size=2><A href="http://vehix.dealerskins.com/">http://vehix.dealerskins.com/</A></FONT></DIV>
[jQuery] A problem with interfaces draggables
Hello, I am new to the jquery library (used prototype before) and this group, so if I am not posting this question at the rigth list, please tell me where to post it. I am building a page where the user has to drag items from a list to the right boxes. Right now I have a div with two boxes below each other, and below those four items (see Fig 1.). When the user drags the item to a box and releases it, it has to stay in the box (aligned to the box). Fig 1. init. state Fig 2. ghost. false Fig 3. ghost
[jQuery] http error: #406 using jqUploader
Hi im getting a http error: #406 when using jqUploader anyone else had this and no what might be causing it? Matt.
[jQuery] tip: jQueryify Bookmarklet
Hello jQuerians, Thought I'd share a neat little tip I use on a fairly regular basis. It's a bookmarklet that adds jQuery to the current page. Just make a bookmark with this URL: javascript:(function(){ document.body.appendChild(document.createElement('script')).src='<a href="http://jquery.com/src/jquery-latest.js';})(">http://jquery.com/src/jquery-latest.js';})(</a>); There should be no linebreaks or spaces. Or you can just go to this page and drag the link to your bookmark bar: <a href="http://erikandcolleen.com/erik/projects/jquery/bookmarklet/">http://erikandcolleen.com/erik/projects/jquery/bookmarklet/</a>
[jQuery] Radio button .click() difficulty
Here's a prototype of a quiz form... http://trainthetrainers.net/test.htm I've run into a problem with the .check() function with radio buttons... On all the quiz choices, clicking anywhere on the question EXCEPT THE RADIO BUTTON, will dynamically check the radio button. Clicking on the radio button changes the choice class which indicates the jQuery statement ran properly, but the radio button remains unchecked, while any other radio button is not reset! No JavaScript errors are indicated in FireBug.
[jQuery] OT: jQuery - Doctype - Quirkness
Hi all, Maybe this is a bit off topic, but I was wondering if a specific doctype should be used in order to build successfull apps with jQuery ? I know that doctypes can change the behviour of css rendering so I was wondering if there was a prefered doctype to use when working with jQuery ? -- Fabien Meghazi Website: http://www.amigrave.com Email: agr@amigrave.com IM: amigrave@gmail.com
[jQuery] click vs click
I wonder, how in Xbrowser way can I make a difference between a normal user click and a programmatic triggered click? Is it possible? Thank you!
[jQuery] RssFeed Reader with simpleie and jquery,innerfade and easing plugin
http://www.joomlaprodigy.com/test/index.php?option=com_content&task=section&id=1&Itemid=2 I made this rssfee reader with jquery and simplepie rss parser. Though still a little buggy in Opera. I would very much appreciate any suggestions to improve it.
[jQuery] calling a function when you click off an element
for example, in Google docs, you can pop up a little menu (eg: actions menu), now when you click back onto the webpage some where, the dropdown menu disapears. I'm wondering, how can this be easily done. I've looked at the source code, and it seems that they have added <body onclick="hideMenu();">, i've personaly tried this doing it this way: $('body').bind('click',function(){ doHidingCodeHere(); }); but that just stops the menu from apearing full stop. Any ideas.
[jQuery] Broken link on discussion page
Minor issue here.... The link to the jQuery Dev List on this page: http://docs.jquery.com/Discussion goes to a 404. It's going to http://jquery.com/mailman/listinfo/dev_jquery.com
[jQuery] RSS Feed trouble in IE (bug?)
Working off this sample: <a href="http://erikandcolleen.com/erik/projects/jquery/rss/">http://erikandcolleen.com/erik/projects/jquery/rss/</a> My sample page: <a href="http://www.marketo.com/rsstest.htm">http://www.marketo.com/rsstest.htm </a> My feed is formatted atom from Feedburner. The works fine in Firefox. IE6/7 gives no love. It can't find anything, which is wierd because it's not doing anything particularly special. Is this a bug? Thanks, Glen
[jQuery] callback
Hi, I am welcoming myself to Jquery, and I am glad that I give myself a chance to try jquery. The documentation and tutorials which many seems to ignore is one of the things that makes me to go for jquery for my javascript & ajax need. Upon finishing the How jQuery Works, I want to learn why callback should be executed after the parent. As a newbie to javascript/jQuery, I am expecting that the callback should be executed first before the parent. What is the reason or logic behind, and should this
[jQuery] Tab semplici e accessibili con jQuery (italian language)
Simply interface tabs-based. A tutorial in italian language with four different demos. http://javascript.html.it/articoli/leggi/2255/tab-semplici-e-accessibili-con-jquery/
[jQuery] Ajax Data Format Recommendation
I did a little Json and some XML using prototype last year. Now I have jQuery and need to pass about 4 string parameters to the server, query a database, and return about 4 string parameters. My current method to post the get is: $.get("../survey/postsurveytodb.asp", { surveyid: strSurveyId, question: strQuestion, type: strChoiceType, choices: strParmChoices }, function(data){ /* The callback on Ajax Request Complete */ alert("Data Loaded:
[jQuery] Meet Arab, Russian, American Singles From All Over The World .. FOR FREE !!
Meet Singles In Your Area Arabs, American, Russian, Asian, Filipino, French, German, Indian, Italian, Lesbians Singles From All Over The World Waiting For You At Frinzo Join Frinzo And Start Your Love Life Now For Free !! http://www.frinzo.com __________________ The First Forex Trading Blog On The Net !! http://www.forexspace.blogspot.com
[jQuery] $(document).ready(function() {
Can $(document).ready(function() { appear in an included <script src=filename or must it appear only once in the document header? Sam
[jQuery] Validation function help request
<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> <TABLE CELLSPACING="0" CELLPADDING="0" BORDER="0"><!-- Letter Heading --> <TBODY> <TR> <TD><!-- Left margin --> </TD> <TD> <DIV><SPAN class=741283311-21052007><FONT face="Trebuchet MS" size=2>Hi all,</FONT></SPAN></DIV> <DIV><SPAN class=741283311-21052007><FONT face="Trebuchet MS" size=2>Having tried a few validation plugins, none can do
[jQuery] Chili 1.8 gets chainability
Hi everybody. I've just released http://notelog.com/category/chili/ Chili 1.8 , which eventually gets a very requested feature: the mithical jQuery chainability. Improved speed and better examples are good news too. I hope you'll enjoy it. --Andrea -- View this message in context: http://www.nabble.com/Chili-1.8-gets-chainability-tf3774119s15494.html#a10671512 Sent from the JQuery mailing list archive at Nabble.com.
[jQuery] Initial images not showing up in IE6
I'm having a problem. Initial images are not showing up in IE until a millisecond before autoscroll advances, or if manual, until you click the forward arrow. This is working fine in Firefox and Safari. I'm using background images in the li for drop shadows, but it doesn't work without them either. http://whitestone.df-dev.com/ (orange box in lower right) Any idea why? Thanks, Michael -- View this message in context: http://www.nabble.com/Initial-images-not-showing-up-in-IE6-tf3780737.html#a10692188
[jQuery] Free Greeting cards!
<p class="MsoNormal">Free Greeting cards! <a href="http://offr.biz/HLFCI276377ZTPYJEK" target="_blank">http://offr.biz/HLFCI276377ZTPYJEK</a>
[jQuery] Problems with load function
When i´m load a page some events dont work like when i´m using tableFilter the css dont work, but in the page works great when i´m using auto(filter) Hover for close images it´s dont hover, but in the page works =/ Exist some special request to this works?? code from 1 load $("#Listar").click(function(){ $("#loader").load("listar_os.php", { acao: "listar", cliente_id: $("#cliente_id [@selected]").val(),
[jQuery] Free Daily Horoscope
<p class="MsoNormal"><span class="q"><b><span style="font-size: 13.5pt;"> Free Daily Horoscope</span></b></span><b><span style="font-size: 13.5pt;"> </span></b><span class="q"> Download Free Daily Horoscope Toolbar! -</span> <span class="q"> <a href="http://offr.biz/HLFDH276377ZTPYJEK" target="_blank">http://offr.biz/HLFDH276377ZTPYJEK</a></span>
[jQuery] Custom Events & Return Values
<div>Most plugins utilize callbacks for providing integration points for end developers. What are people's thoughts in regards to augmenting the event framework to provide a "reverse callback" approach. This would decouple the callbacks and possibly provide a common interface for multiple plugins which then provide different implementations. Some psudo code below. </div> <div> </div> <div>Arbitrary plugin which exports widgetShow and widgetHide events.</div> <div> </div> <div>Developer code:</div>
[jQuery] Gathering List innerHTML into a string
I have an unordered list, each list element contains a radio button, and some text, e.g.: <li><input type="radio">This is some text in list element 1.</li> <li><input type="radio">This is some text in list element 2.</li> There can be from 1 to N list elements in the <ul>, what I need to do is concatenate the text into a semicolon delimited string to be passed to a database. The result string should look like: "This is some text in list element1.;This is some text in list element 2." Note that I
[jQuery] Capture and manipulate scrollwheel event
Hi, This is a speculative question , is there such a method or way to capture the scrollwheel event and hijack it for your own use? For example, I am building a page with portfolio pieces on it, I would like the page to scroll horizontally as opposed to vertically when the scrollwheel is used. any suggestions would be highly appreciated, regards, Fazal
[jQuery] datePicker v2: setStartDate() is not a function?
Hello, I'm trying to implement datePicker v2 but Firebug says "$('#date').setStartDate is not a function". I must be missing something simple because I can click "calendar" and have the calendar appear. So it works, just not completely. Any ideas where I'm going wrong? Relevant code is at the end. Thanks! Chris. HTML: <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
[jQuery] Simile Timeline in JQuery?
Has any one done something like Simile's Timeline using jquery? (http://simile.mit.edu/timeline/) It is very nice as it is, I can't help but wonder if it couldn't be slimplified using jquery. I'm sure gurus here could extend timeline in interesting ways. -- View this message in context: http://www.nabble.com/Simile-Timeline-in-JQuery--tf3048648.html#a8474428 Sent from the JQuery mailing list archive at Nabble.com. _______________________________________________ jQuery mailing list discuss@jquery.com
[jQuery] jQuery SVN broken?
Is jQuery under DOS attack again? I've been trying to get the latest SVN version, but i am unable to do so. I've allready sent John an email about this, but somehow my account is also "gone". can anybody help me to fix the SVN connection problems? Thanx Gilles
[jQuery] what's the best way to write this small function
hi, I am trying to write a very simple function but its not working...here is my function jQuery.fn.customLoad = function(url){ return $(this).ajaxStart(function(){ $(this).html("<div align=\"center\"><img src=\"/cake2/img/images/ loadingAnimation.gif\" /></div>"); $(this).load(url); }); }; As you can see, I am just trying over write load function so that whenever any div is being loaded, just attach a new div that display loading animation. I am sure
[jQuery] Finding a parent element
I have an element (call it e1) with an onclick handler nested a variable length from a parent element (call it p1). I need to go up to the parent (p1), which might be 1, 2, or 3 levels up, then down to another element (call it e2). I want to hide element e2 when e1 is clicked. Is there a single-line jQuery syntax which can do this? Sam
[jQuery] Validation function help request
<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> <TABLE CELLSPACING="0" CELLPADDING="0" BORDER="0"><!-- Letter Heading --> <TBODY> <TR> <TD><!-- Left margin --> </TD> <TD> <DIV dir=ltr align=left><SPAN class=146522415-21052007></SPAN><FONT face=Tahoma><FONT size=2>I<SPAN class=146522415-21052007><FONT face="Trebuchet MS"> don't think this came through when i origianlly sent it, apologies
[jQuery] NEWS: More jQuery News on Ajaxian
http://ajaxian.com/archives/jquery-roundup-rails-wordpress-and-new-plugins -- BrightLight Development, LLC. 954-775-1111 (o) 954-600-2726 (c) rey@iambright.com http://www.iambright.com
Next Page