[jQuery] saving actual page content
Hello, trying save page containg form (better for me is save whole page with form instead only form). Problem is that $('body').html() or $('body').attr('innerHTML') returns html which is not actual (radio buttons, checkboxes values of input boxes and texareas are not actual). How to solve it ? Is other way to do it without saving only data from form and regenerate page on server and fill entered data? Thank you for your advice and help. Lampa
[jQuery] [Jquery-UI] Validation plugin group problem
<div dir="ltr">Hello, I am using JQuery - 1.2.3 along with jquery.validate.js - 1.4pre. I am having a problem with group validation of fields. The error messages are being shown prematurely without giving the user an opportunity to submit the form. The page where I have this problem is : <a href="https://www.bankbazaar.com/personalloans/eligibility.html" target="_blank">https://www.bankbazaar.com/personalloans/eligibility.html</a><div dir="ltr">. In over there, I am validating the field group with
[jQuery] Creating ScrollTo link with JQuery
Hi all, please help me . I need help with creating link with JQuery scrollTo . This is the code that i created : <a id="name1" href="#" onclick="function();">This will go to the part of page with scrollTo</a> <h3 id="name2" >This is the destination<h3> I have write this code in <head> : <script src="js/jquery.js" type="text/javascript"></script> <script src="js/jquery.scrollTo.js" type="text/javascript"></script> $(document).ready(function(){ $('#name1 a').localScroll({ target:'#name2 h3',
[jQuery] jQuery Cycle - pagerAnchorBuilder
Hello, Instead of using thumbnails for the pager - is it's possible to use the image title attribute? Example (non-working) code: return '<li> # + slide.title + </li>'; I've experimented a bit - but haven't had any luck. I'm probably going about this all wrong. ; ) Any help would be much appreciated. -- View this message in context: http://www.nabble.com/jQuery-Cycle---pagerAnchorBuilder-tp18884629s27240p18884629.html Sent from the jQuery General Discussion mailing list archive at Nabble.com.
[jQuery] basic web drawing question
Hi guys... Forgive me in advance!! I'm trying to figure out how the heck to draw something like the following: --------------- ---------------- | | | | | foo |---------| foo2 | | | | | --------------- ---------------- | | | V -------------- | | | cat | | | -------------- I'm trying to figure out how to do this using javascript/html. And I'm embarrassed to say i haven't found any example as to how this can be accomplished. i'm pretty certain that it's via a combination of javascript/html/css/divs/ui/ul.
[jQuery] .mousewheel() documentation
Does anybody know where I can find documentation for the .mousewheel() plugin? The links from this page: http://plugins.jquery.com/project/mousewheel to "Home page" "Read documentation" "Try out a demonstration" all produce 404 errors Thanks pd
[jQuery] flexigrid with simple sorted
flexigrid with simple sorted. see index.html Example 1 (SortTable)
[jQuery] Virtual content wrap around effect
Hi There, I've built this site over here: http://www.blazemelbourne.com.au/ It's a portfolio for an advertising agency I freelance for (please don't hate me! I need to feed my family...). The site is built with jquery and powered by Drupal.... The gallery.js script controls the interactive features and animation. The only problem with it at the moment is the images don't wrap around (have a look and you'll see what I mean). I've just placed (in a clunky hacky way) large 800px wide jpegs at the begining
[jQuery] Superfish Delay Problem
Joel -- I am having trouble getting my dropouts to delay on MouseOut. If you hover over an item such as "programs", you can see the the arrow does have a delay. So -- there must be something I'm missing on the dropouts. Here is the page I'm working with: http://72.167.207.56/index.php I'm sure I'm missing something simple here...
[jQuery] finding the exact error when using $.ajax
Hi, I am using $.ajax method in an aspx page for the validation. When I run this on my localhost, it works fine. however, when I deploy this to our IIS server, it is not working. I am trying to get the error message but not sure how to get it. could some one please help me? Following is the code. ------------------ function ValidateRoutingNumber(event){ var txt = event.target; if(txt != undefined){ if($.trim(txt.value).length > 0){ $.ajax({ type: "POST", cache: false, url: "<%= Request.ApplicationPath
[jQuery] Possible to disable an image?
Hi, I've noticed on some sites certain images will be grayed out, indicating they can't be clicked on. Is there a way in JQuery to disable an image or do I need to create two imagse and swtich out the source depending on whether I want it to be used or not? Thanks, - Dave
[jQuery] How to center a DIV using jQuery Component?
Hi there! I'm developing a website with jQuery Component. When I press any of the menu buttons the transition goes normally and then the div stands right on top of the browser: http://work.ricardomiguel.com/bailaogest/ My question is: how can I center vertically the different divs just like the first link? Can it be done with javaScript or is it a matter of CSS? Thank you in advance.
[jQuery] Select hover
Is it possible to have a hover event on a select element. Basically what I am trying to do is hover over a select box of colors and show a swatch for that color when you hover over that option. Thanks!!
[jQuery] Select parent form problem
Hello, I'm currently trying to select to parent form when I loose focus on a inputfield within that form to check the values and enable the submit button if possible. I want to keep it ass nice as possible (no hard coding). But selecting the parent form is a pain in the ass. This is what I did: $('input.required').blur(function() { //looping over them didn't work -> however length says 2forms found what is correct $(this).parents().find('form').each(function test(i) { if(i==0)this.css.('background-color','red');
[jQuery] Jquery call on ajax loaded page fails
Hi all This is my first post on this form, sorry for the bad spelling! In my "ready()" I have 2 functions, one to load a page using the following ajax call, and one click function, like this: $.get("/page.php", function(data){ $("#overview").html(data); }); $("a#test").click(function(){ alert('works'); }); Now I want to have a link on the loaded page.php, like this: < a href="#" id="test" >Test< /a > But, that dont seems to work at all? Is it possible to use functions
[jQuery] load() problems in IE
I saw a similar post to this a few days ago, but the solutions presented aren't solving my problem. Here's the problem. I'm loading the output of a PHP file using $('element').load(): <code> $('#sportsinsider').load('/zincludes/08/blogbox/sports.php'); </code> This works fine fine FF, Safari and Opera. IE however chops off the first portion of the response text. The full response is being returned, I checked this by using a generic callback to load() and putting the responseText into an alert. All
[jQuery] How do I search for two classes?
Hi, How do I find all objects of eitehr "classA" or "classB"? I've tried $('.classA .classB') without success. Thanks, - Dave
[jQuery] Slightly OT: need help with window.showModalDialog
<div dir="ltr">Firstly, I know this isn't a jQuery thing, but I don't know a better group of javascript programmers anywhere than here on the jQuery mailing list! :o) If anyone thinks they can help me with my problem, please feel free to contact me off-list so as to reduce any clutter. I apologize again for this off topic post. My problem is this: I've inherited an application written in asp (not the .NET variety), and it does some stuff with window.showModalDialog. I'm getting a "Permission Denied"
[jQuery] jQuery form. strange problem
I'm using the jQuery Form Plugin (http://malsup.com/jquery/form/) and I have run into what think is an interesting problem. I haven't been able to figure it out yet! The code below sets up two ajax forms which are hidden until a user clicks on a certain link. Once they click on this link, the div with id=selectedItem displays a message and a form. When they submit the form, the form is hidden and another message is displayed. <b>Here's the problem:</b> it only works once per page refresh. If I click
[jQuery] Validate: Custom highlighting behaves strangely with validate 1.3
I am using the validate plugin on my project to highlight fields with errors in them. I am using custom error highlighting functions, as the default ones didn't suit my needs. Instead of adding a text message to associated labels, my custom handler adds a class to the invalid element's parent and removes it when the element is valid. Code below: function validateHighlight (elem) { $(elem).parent ().addClass ('formerr'); } function validateUnHighlight (elem) { $(elem).parent ().removeClass
[jQuery] Release: Validation plugin 1.4
Hi jQueryians, a new release of the validation plugin is ready, version 1.4. More details on the release page: http://plugins.jquery.com/node/3474 or the blog post: http://bassistance.de/2008/08/07/release-validation-plugin-14/ Have fun! Jörn
[jQuery] Superfish Menu off the bottom of the screen
This is a feature request for the superfish jquery menu plugin. When using the menu if you have a long list of items, the list will disappear off the bottom of the page, rendering some items unselectable. I would be interested in building in an option that would detect if the menu is going off the bottom of the page and shift it up (like http://simplythebest.net/scripts/DHTML_scripts/dhtml_script_98.html). Can anyone give me some direction to get started with this in jquery. How do I get the current
[jQuery] Basic question about elements in $
<div dir="ltr">I have two elements. ids: "my_element_1" and "my_element_2". How to get, using the $ function, both ones? $("my_element_1, my_element_2") don't work. </div>
[jQuery] [treeview] 1000 nodes
I have a tree with 1000+ nodes. But when I refresh the page it takes up to 3 seconds for it to finish unloading the page and another 3 seconds to reload the page sometimes completely locking up the browser. I have tried pre-rendered and gained performance but this is a show topper if its locking up the browser. Does any one have any ideas on how to fix this issue?
[jQuery] Best modal window plugin?
<!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.16674" name=GENERATOR></HEAD> <BODY> <DIV><SPAN class=614123713-06082008><FONT face=Arial size=2>I'm looking to find out which modal window plugin is considered "the best". I've got a DIV which contains some HTML which, when clicked, should trigger a modal window containing a tinyMCE textarea box. I'd like the user to be able
[jQuery] BlackBerry Curve 8310 Red - Style Comes in Your Hand
<!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"> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <title>BlackBerry Curve 8310 Red - Style Comes in Your Hand</title> <style type="text/css"> <!-- .style1 { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12px; } --> </style> </head> <body> <h3 class="style1">BlackBerry Curve 8310 Red - Style
[jQuery] jQuery - How to use cookies? What are the "values"
<!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.16674" name=GENERATOR></HEAD> <BODY id=MailContainerBody style="PADDING-RIGHT: 10px; PADDING-LEFT: 10px; PADDING-TOP: 15px" bgColor=#ffffff leftMargin=0 topMargin=0 CanvasTabStop="true" name="Compose message area"> <DIV><FONT face=Arial size=2>Heya,</FONT></DIV> <DIV><FONT face=Arial size=2></FONT> </DIV> <DIV><FONT face=Arial
[jQuery] the last solution of the google map with jquery.ui.tabs
a new solution: first, load google map then, load tab ———————– loadGoogleMap(); jQuery(’#hotel-tab-box > ul’).tabs(); ref: jQuery UI tabs and jMap with Seagull http://pentarim.blogspot.com/2008/04/jquery-ui-tabs-with-jmap-with-seagull.html
[jQuery] Mirroring jQuery (and its various websites)
Howdy, First, big fan of jQuery. I think it rocks. Second, the performance of the doc server (no ideas about the others) leaves something to be desired. As such, I am wondering what the policies are to mirroring some if not all or jQuery's websites. As part of my day job, I administer as subnet at UC Davis and would like to establish a mirror for jQuery. So, please let me know either by replying to this message or directly at bkpark@ucdavis.edu. Thanks, Bborie Park
[jQuery] jcarousel bug
Hi every body I used jCarousel in my site.. it's amazing tool for gallery view.... But when i try to use images with variable width in a jCaruosel in horizontal mode, the images are overlapped each other and the shift amount(to the left or to the right) is not calculated successfully. please can you help me....
[jQuery] Updating jQuery
Wasn't there a page in the Documentation that had the explanation of what had to be changed in your Javascript when updating from previous versions to the latest. I know saw this before but I can't find it. I want to update from 1.1.4 and I need to see all the stuff I will have to change to get there and have it working properly with my current code.
[jQuery] Zoom plugin
I have a client that is requesting me to implement a zoom tool similar to the one used for Magento OSCommerce http://demo.magentocommerce.com/sony-vaio-vgn-txn27n-b-11-1-notebook-pc-intel-core-solo-processor-u1500-2-gb-ram-100-gb-hard-drive-dvd-rw-drive-vista-business-charcoal-black.html Does somebody know a plugin (either jquery or other library) that I can use to recreate this effect?
[jQuery] [tooltip] dynamic text in tooltip
Hi, in december 2006, a user Taka, posted this workaround to enable the display of dinamic text in the tooltip: if( settings.injectFunc ){ oldTitle = title = settings.injectFunc(source); } else { oldTitle = title = source.attr('title'); } $("label").Tooltip({injectFunc:myFunction}); Currently i need this functionality, but i can't figure out where to add that code, in the save method. Is this feature already incorporated? If not, where should i add the above code? (it seems that the code doesn't
[jQuery] Trouble switching elements
Hi - I'm a jQuery newbie and so far I like what I see. But I'm having a problem toggling elements. I'm trying to create a form where a button switches from being a "button"-type to a "submit"-type and back again, depending on whether the user clicks on the button or a nearby text field. And it nearly works - except that when the user clicks on the text field, the button's "click" function apparently gets disabled. Has anyone experienced anything like this before? Do you have any suggestions? To see
[jQuery] SSL + BlockUI + ProgressBar = Error. HELP!
I'm having trouble with the Progress Bar 1.1 plugin and BlockUI. I first call blockUI to block out a page, then I use your Progress Bar plugin to show an ever increasing progress bar. Finally, I call unblockUI to remove the page block. Unfortunately, my page is SSL secured and IE6 is throwing a "page contains both secure and nonsecure items" error. You can see a demo of this error here: https://www.nehealth.com/SSLErrorTest/index.html (You don't see the progress bar much because I just set it to
[jQuery] Cancel request in jQuery Form plug-in
Similar problems can occur while sending request from search form and etc., i.e. in the moment when 1st request has not been completed yet, and user are sending the 2nd request. In case processing of 1st request takes more time than 2nd one, the similar error occurs. While investigating jQuery Form plug-in it was discovered that the plug-in does not contain request identifier and canceling previous request is impossible. You should make the following changes in standard jQuery Form plug-in: 1. To
[jQuery] cycle plugin: problem dynamically changing timeout
Hi all, i'm planning to use the cycle plugin for a slideshow on a new site, and i was implementing the only feature it miss out of the box: a different timeout for each slide. This is what i have done: using the Metadata plugin i added a timeout property on each image, read it within a 'before' function, and changed timeout accordingly. What's happen is that it looks like slide does not have a timeout ( instead of having animation in -> wait -> animation out i have animation in -> animation out).
[jQuery] JQuery Cylce Plugin
I am having some issues with the Cycle Plugin created by Malsup. My issue lies in Safari, I am using Safari 3.1.2. My "captions" or image text shows on the first slide, but will not show on the following slides. example: http://citation.spotlightcms.com/test.php I am using sIFR to style the text which could be the problem, but any help would be greatly appreciated. -Richard
[jQuery] [Wanted]Editable Select Box
I did not find a good editable select box in jQuery plugins, does anybody know one is similar with Ext combo box? http://www.extjs.com/deploy/dev/examples/form/combos.html Many man...............y thanks~!!
[jQuery] Mouse Hovering Img ID Response
Hey everyone, I'm trying to change the text of a header (h3, #calender). This must happen whenever the cursor is hovered over an image, the header must change to the image's id. All help is appreciated. Thanks in advanced. P.S. yes, i'm a jQuery n00b
Next Page