cluetip - What am I missing?
I'm missing something about cluetip (or plugins in general -- jquery newbee here). Why doesn't the following code pop up the cluetip? <%@ Language=VBScript %> <% option explicit response.buffer=true response.expires=0%> <script type="text/javascript" src="/scripts/jQuery.min.js"></script> <script type="text/javascript" src="/scripts/jQuery.cluetip.js"></script> <script type="text/javascript"> $(document).ready(function(){ //Setup cluetips for the keyword descriptions $('a.tips').cluetip();
jquery.corner.js problem in IE and Opera
i am getting a strange error message from jquery.corner.js [downloaded from http://jquery.malsup.com/corner/ version 2.09 (11-MAR-2010)] in IE and Opera. further script calls are ignored, so the page looks horrible. Opera Error Log: Unhandled exception: [Object InternalException] name: Error message: WRONG_ARGUMENTS_ERR stacktrace: Line 808 of linked script http://mydomain.com/javascripts/jquery.js var computedStyle = defaultView.getComputedStyle( elem, null ); Line 778 of linked script
Load any resource (well, popular ones: images, audio, video) given a url
Hi gang, Is there an extension or plugin that could take a url to some media -- video, audio, image -- and just load it / display it on the page? I came across jQuery Media (http://jquery.malsup.com/media/), and it looks like a good start at what I'd need. Although it just focuses on video and audio, not general images. Are there any other plugins besides jQuery Media that would get me even closer? Many thanks, Chris
Problem jqDock integration in AeroWindow
Hello all, I hope someone can help me with this problem, struggled a few hours on this problem and it seems I will not find a solution on my own . I want to integrate jqDock in AeroWindow, so that I have a dock in the bottom of the page instead of the icons on the desktop. Implementing and styling the dock was not that difficult with the documentation on the site of jqDock. But I have no clue how to link the icons in the dock to the corresponding window. Inside the dock code you can link the images
accordion-slide.js does not link in IE8
Perhaps I'm just using an old version - or, perhaps, I'm just missing something elementary... but when my horizontal accordian slider runs in IE8, I can't click on any of the sliders and link to another page. All's I want to do is click on the picture and link to another HTML page... The site: http://www.quorumcompanies.com/index.html the code: http://www.quorumcompanies.com/js/accordian-slide.js I'm running: * jQuery JavaScript Library v1.3.2 * Date: 2009-02-19 17:34:21
Jquery Validate: overriding "required' css class
Hey everyone. I'm redesigning a large website right now, and the problem i'm having is that there is already a CSS class called "required" that has been used extensively all over the site. However, I want to use the jQuery.validate.js for the forms. is there any way to override this? Thanks, -Hanam
Validate plugin: how to use "range" inline
Because of the way I code, I prefer to use the inline methods with Validate rather than a Rules list at the top but I cannot seem to get the Range option to work. I've tried range="[10,20]", then without the quotes and with a colon instead of a comma but it also shows as error message of "Please enter a value between NaN and 1". I know I can always use min="10" and max="20" but it's a pity I can't use the range option.
How I can close cluetip by a javascript function ?
Dear all, I am using a jquery plug in cluetip. Link is given below. http://plugins.learningjquery.com/cluetip/demo/ it is working well. Here the Clue tips is closed only by either click the close button or leave mouse out from it. I want to close the same clue tip by a javascript function. ie when I call aother function , i need to close this clue tip. So how can I do it. When I use a modalbox, I could close the modalbox by calling a function like $.modal.close(). Is there any function for it ?
two instances
Hi, I hope somebody can help me. I just coded a small autocomplete plugin and it acutally works quite smooth. The problem I got is the following: whenever I try to start two instances on the same site, it only takes the settings of the 2nd one. jQuery(document).ready(function(jQuery){ jQuery('#input1').UIAutoComplete({url:'bla.php'}); jQuery('#input2').UIAutoComplete({url:'bla2.php'}); }); So in this case the input1 and input2 would both send their data to bla2.php Could you please tell
ThemeRoller not working!
I've been trying to generate a custom theme using the ThemRoller and when I click "Download theme" I get error message "Absolute File does not exist: /srv/jqueryui.com/ ....... Tried with both custom and the Theme Gallery themes but getting same problem.. Is there a known issue or am I the only one having problems?
Am I using too much javascript / JQuery?
Hi, I'm not sure what is causing the issues I'm experiencing, but we're currently building a very easy ticketing system for our clients into the main site. Tickets are tied to customer accounts this way, so we don't want to use a third party tool anymore (Kayako has been promising their version 4 for ages, so we decided to stop waiting anyway...) Okay. On to the issue... You can see what we did on http://flexin.be/site/en/SupportTicket/customerView/24.html?KEY=0651b7a5fd4c418eda481eb743e0c35b For
Autocomplete to new appended items..
Hello.. I want make autocomplete work with any new appended items in my page. f.e. here is my code: $(document).ready(function(){ $(".insert").live("click", function(){ $("tr:has(.insert)").append("<td><input type='text' name='product_id' id='product_id' /></td>"); $("#product_id").autocomplete("getValues.jsp",{ extraParams: {action:"getProducts"} }); $(this).attr("class", "remove"); $(this).text("Remove"); $(".pricing_tbl").append("<tr><td class='insert'>Add</td></tr>"); }); $(".remove").live("click",
Dynamic elements and remote rule validation
Hi all, I have a form that contains dynamic elements and I need to add them a remote rule validation. How I add a remote rule in this dynamic elements and manipulate the submission adding additional parameters? I'm using jQuery Valitade Plugin. cheers.
UI that can connect two dialog boxes by a kind of a wire like in Yahoo Pipes
I am a new student who is interested in jQuerry. In yahoo pipes it has the ability to connect their data feeds items(like dialog boxes) in a manner of pipes. So is it possible to do that in jQuerry .I mean to make a graphical connection between such two dialog items.Or is there an existing plug in to do that. If not can anybody give me some guidance to do that.? Thanks in Advance
Validation Plugin Server-Side Message Support
I've got an AJAX call which can return several different response messages from the server based on the kind of failure which occurred. Is there any way with the existing plugin framework to get this working? My current attempt goes something like this: 1. add a custom method with addMethod 2. tie this custom method to my field 3. in the custom method inject the markup into the DOM where i need it in the same manner as validator plugin would have done later. 4. And now I want to ignore the rest
jQuery plugin validation 2 issues: US money and select list
2 issues I'm having are: I would like to validate us money only positive values and optionally (not care if there is a $ symbol) I have a few small select lists where the default(Please Make Selection) is selected and disabled and I need to validate that any other option was selected Thanks, KG
help with validation error message placement
I'm using the validation plugin, and I'm trying to get the error message for a field failing validation to display above the field. here's an example of the markup for a line <div class="yd-line"> <div class="yd-fielderr"></div> <div class="yd-label>Field Name</div> <input type="text" name="fieldname" class="yd-input" value="blah" /> <div class="yd-hint"/> </div> markup is such that it displays like Field Name [ ] and i would like the error message/messages to be assembled
ClueTip and IE Height Problems
Hi All, I'm in the final stages of testing my site, and apart from many other weird things found in IE7, I find that a cluetip height is not being calculated properly, and so I end up with the cluetipOuter and Dropshadow going past the bottom of the window. I have tried to debug in code, but I can't see where the erro in calculation is being made. Has anyone else experienced this problem? Any ideas please? I am using Version 1.0.4 (June 28, 2009), and Jquery 1.3.2 I have posted before, but didn't
How to block full page when we have horizontal scrollbar using BlockUI plugin?
We are using jquery BlockUI Plugin, When we open a window with limited size( like -500x300) and we apply blockUI, then it block only visual area and not the remaining part, when we scroll horizontally we can click anywhere hence failed to block full page. How to block full page when we have horizontal scroll bar?
Display the title of the current child element JQuery Cycle Plugin Malsup
Hi, I m pretty new with JQuery and I m using the plugin JQuery Cycle from malsup to create an images slideshow. It works very well. If I look the source code, I can see that all the images are (dynamically) listed, but just one is displayed on the website. My goal is to display the name of the current image on my webpage. My problem is that all the name of the images are currently displayed. The question is what can I use (function, etc.) to point out the title of the current image only? Which means
Looking for a plugin
My page has two columns. Before jQuery, the right hand column has a long list of endorsements (a bunch of html, text and sometimes an image), each contained in a classed div. On the left, I have a summary list of those endorsements (linked via id's and fragments). Obviously there is no parent/child relationship between the list and the content. I'm seeking a plugin which will display only the currently selected endorsement, and will transition (fade or slide) to whichever one the user clicks. Also
jQuery Impromptu redirection
Hello :) I have a problem wiyh the jQuery Impromptu plug in : http://trentrichardson.com/Impromptu/index.php I want that after displaying the box, when the user click "ok", it will be redirected to a page. My actual code: $.prompt('Signup success : You can login !',{ opacity: 0.2, buttons: { ok: window.location.href = "/member/login.html" }});I changed "ok: true" to "ok: window.location..." The problem is that the redirection is made without waiting that I click on the ok button. How can I
jquery cluetip plugin problem in Google Chrome
i am using jquery cluetip plugin which is not working properly in google chrome browser. in the mean while it is working well in other browsers. problem is that when i click on the link ajax loading image is shown but cluetip not showing. can anybody help me.
Contact form configuration
Hello, I got a website template with a slide out jquery 'Quick Contact' form that I can't get it to work. I contacted the template provider and they can't solve my problem. Their solution was simply to change the email to mine so the info would automatically forward to my email. My site's host is Go Daddy, and I wanted to use their FormMailer. What's the easiest way to get the form to send to my email. Do I have to leave the jquery.contactable.js as is and edit the email, or do I have to configure
jquery.summarize - with only 1 element, erroneously shows "more" link
Working with the jquery.summarize plugin , with which you designate a # of child elements to show, hiding the rest, revealed / hidden with "more / less" links. I have this script working beautifully except when designating to only show 1, and there is only one child element, the "more" link shows for that one too (it will hide on click). If anyone has worked with this plugin and knows a fix for this, I would hugely appreciate it! It's a show stopper.