Can't select checkbox inside Accordion Plugin
Hi, I am using the accrdion plugin and I added some checkbox elements and some radio button elements among other input elements inside the accordion. Clicking on the checkboxes inside the pane of the Accordion does not show a tick mark in the check box. I moved my html code that renders that checkboxes outside the accordion and it worked fine. Also for further troubleshooting I placed the the statement $("#accordion").click(function(){ alert("something");}) and now when I click on the checkbox,
License & copyright issue on Gallariffic gallery plugin
Hi all, I've recently got an email about the infringement of the copyright of Gallariffic from Paul Ko. However as I've read the doc and license it say it is free, and the owner is Trent Foley. Here is the email content. "Ken, I am the creator of the web gallery entitiled "Galleriffic". I found out that you have infringed my work on your personal portfolio web page www.kenportfolio.com/Gallery.php without my consent. You need to remove any infringing contents from your web right away. Also I have
Full size background lagging website and JSNOW
Ok so we're working on a class website and we have buttons that change the background and create, snow, leafs, or clouds. We have the backgrounds in their own divs and in image tags. We have it set up so the image tag has a 100% width and height so it fills the whole browser window. When we do that, it makes the snow and leaf fall VERY laggy. When we take the picture and shrink it down to like 10% the snow and leafs work fine. Does anyone know how we can have a full sized background and not
jqGrid is not a function
Hello all ! So I'm using jqGrid to show some data and it works all ok until I use another function. When I call the jqGrid function again,firebug shows me the "jqGrid is not a function " error and shows the line that the "caption" attribute is. The other function is called via grails built-in ajax function (link-remote) that, when someone click's it, calls the server-side and collect some data. Here's my jqgrid function: function showOperationTypeContent(){ str = $("#content").html(); $("#content").html("<br
Help with jsTree Plugin!
Hi, I am a newbie to jquery and would like to use the plugin jsTree with my php application. I would like to combine both examples here: Checkbox: http://www.jstree.com/demo/checkbox Types: http://www.jstree.com/demo/types And when you click the check box it will add the path of the file to a list, just like a second treeview to the right but when the checkboxes are selected to the left they are added to the one on the right holding the path to be passed to my script??? Could anyone offer some help
Tablesorter and Multi-Column Sort
Use the Tablesorter.js plugin and it works great, except the multi-column sort does not work. The arrows change and it doesn't throw an error, but it also is not sorting the column. I've checked and rechecked the code, but I also noticed the example on the site is also not working for that feature. Anyone else experiencing this? --Summer
Using tablesorter to sort when using DIV's
Hi, I am using the table sorter plugin, but I have some styles applied to items in the table, so a number sort does not work. Is there a way for me to modify the sorter to ignore the styles ? Here is an example of what I am using. <td class="comp6"><div class="helpwrap"> <p class="the-price">€200.00</p> <p class="gbox"><!--<a href="#"><span>Buy Now<br>
(autocomplete) syntax error on response parsing.
Hi all, i'm trying to use the autocomplete plugin with a remote call but i'm getting a weird problem: the code correctly invoke the remote address and gets a response back, but it doesn't show anything in the textfield to which it's linked and throws a javascript syntax error. Unfortunately the code isn't live so i can't show you a test page, but the code itself is really simple and perfectly works if the dataset with the possible matches is loaded locally. Here's the code: $(document).ready(function(){
Pamameter couldn't get passed to WCF service Web Method when using JQuery to call
I am trying to write a JQuery AutoComplete search( I am new to both WCF and JQurey), the search result should be start with the text I put in the text box which is txtProjectID here is my JQurey code <html xmlns="http://www.w3.org/1999/xhtml" > <head id="Head1" runat="server"> <title>Invoking the Project Service</title> <script src="Scripts/jquery-1.4.1.min.js" type="text/javascript"></script> <script src="Scripts/ui.core.1.7.2.js" type="text/javascript"></script> <script src="Scripts/jquery.autocomplete.js"
jQuery Forms plugin and HTML-encoding of responses
Hello all, I am using the jQuery Forms plugin on a form with file uploads (mainly testing in Firefox 3.5.8). If I understand correctly, this causes the form to submit to a hidden iframe, and the Forms plugin gives me the results from the iframe. The issue I am having is that I cannot seem to control whether the server's response (a JSON object) is HTML-encoded or not (i.e. & is turned into & - and I think I have also seen that ' ends up coming back to me as a single quote). From what I
Lazyload error with offset().top in IE8
I am finding that my lazyload call for images in a .Net GridView generated table of images is triggering an error: 'offset().top' is null or not an object. This does not occur in Firefox or Chrome. I am using jquery-1.2.6-vsdoc.js and lazyload 1.5. Per instructions for lazyload I cannot upgrade my jquery bc lazyload breaks the plugin. I've tried modding the lazyload to ignore the call if offset() is not defined by wrapping it in a try/catch, but it results in no lazy loading occurring at all.
[validate] Radio button on IE
I'm using the validate plugin and the form pluging for my project. I have a problem with the radio button under IE: IE submit always the initialized radio button value. It works fine under FF, Chrome. I have a form and I use the validate plugin : ("#myForm").validate({focusInvalid:false ,onclick:false ,onkeyup:false ,meta:"validate" ,errorElement:'p' ,errorClass:'bnerror' ,errorPlacement:function(error, element) { error.prependTo( element.parent("div") ); } ,submitHandler:submitForm }); The sumitForm
Validate (bassistance plugin) required( dependency-callback ) question
On my client registration form I have the following rules // Define the div containing validation messages var container = $('#clientErrorWrapper'); // Start validation routine // validate the form when it is submitted var validator = $("#frmEdit").submit(function() { // update underlying textarea before submit validation tinyMCE.triggerSave(); }).validate({ errorContainer: container, errorLabelContainer: $("ul", container), wrapper: 'li', // start rules (add new rules
is this a jQuery 1.4, AutoComplete plugin or Opera bug?
If I use v1.3.2 (and previous versioins), no problem in Opera broser. If I use v1.4.1, Opera expands the dropdown box. Declaring width is of no use. AutoComplete v1.1
Galleria: Active Image is Forgotten When You Scroll Page
What steps will reproduce the problem? 1. Scroll Down to Galleria slideshow in middle of page: fdp.scdny.com 2. Active image appears briefly, then disappears 3. Select an image 4. Scroll back to top, then back down to Galleria slideshow 5. Image is no longer selected What is the expected output? What do you see instead? My Galleria slideshow is in the center of a long page that uses the Smoothscroll script to move up and down between individual "pages". In every other example of Galleria I've seen,
jQuery field plugin - problem moving to next field
Hi all. I have been using the jquery field plugin found here http://www.pengoworks.com/workshop/jquery/field/field.plugin.htm to move between a range of input fields. This all works on its own and i have no problem with this part, however this plugin seems to stop change events from firing on the original field when the moveNext() function is called. For example, if I edit an input field value and then call moveNext() the focus is passed to the next field but the change event for the original field
Superfish falling apart in IE6 (maybe IE7 also)
My horizontal menu falls apart and becomes partially hidden stacked vertical. http://www.netapptarolo.info its Wordpress based, with a Site5 free WP theme called Wise business. http://www.site5.com/wordpress-themes/ the last in the list. Can somebody give a hint pls?
bgiframe and https secruity message in IE6
This snippet is to fix an issue in IE6 for z-index over select item drop downs. Works great, except in https situations. IE6 says anything in an IFRAME that is not https cause a mixed security and thus a popup about page conatining secure and nonsecure content. the js library is mapped via https. Any ideas on how to get around this?
Jquery BlokUI tab navigation is not working properly when we use together with Jquery HotKeys plugin
Jquery blockUI not preventing tab key to navigate to blocked content when we used together with Jquery HotKeys plugin. This is because Jquery Hotkeys is overriding $(document).bind( type,eventdata, function) method and BlockUI is using same method to prevent tabbing. I have done ugly way by modifying blockui plugin code to use $(document).bind( type, function) method without passing options as event data and used default options directly in handler method.I like to see as part of plugin implementation
Superfish plugin problems
Hi there, I've using the Superfish plugin for a drop down menu but for some reason I can't budge the dropdown menu from its position. It is directly beneath the text of the menu item but it needs to be in line with the bottom of the menu. I have tried altering the css but it isn't shifting which is why I think it must be a javascript issue. The menu is here: http://celebsusa.com/menu-test.html Does anybody know why this is happening? Any help would be most appreciated. Thanks, Dan
Setting tab on click of a link
Hey all. I'm using jQuery tabs and onload of the page, the first tab is selected by default. What I want to do is set tab '3' to open when a link is clicked. For example, I have 2 or 3 tabs available. There will always be 2 tabs and if a certain condition is true, a third tab is available. When a 3rd tab is available, a link is displayed that can be clicked. When that that link is clicked, I want to display the "tab area" and automatically view the contents of the 3rd tab. The tabs are inside a <div>
Using autoComplete in a dialog
Hello, I want to use autocomplete on an input field in a dialog. The script is working fine, but I have some display problems. My Code: function lookup(inputString) { if(inputString.length == 0) { // Hide the suggestion box. $('#suggestions').hide(); } else { $.post("/jquery/autoComplete/rpc.php", {queryString: ""+inputString+""}, function(data){ if(data.length >0) { $('#suggestions').show();
Validation plugin - insert into MySQL
Hi everybody, I'm trying to insert form data into MySQL database after validation. I understand that I need to pass the data to server-side script, like this one: $(document).ready(function(){ $("form#submit").submit(function() { // we want to store the values from the form input box, then send via ajax below var fname = $('#fname').attr('value'); var lname = $('#lname').attr('value'); $.ajax({ type: "POST", url: "ajax.php", data: "fname="+ fname +"& lname="+ lname, success: function(){ $('form#submit').hide(function(){$('div.success').fadeIn();});
[jQuery] [validate] various languages error messages
Hi, I'm a complete jquery newby and I'm using the validate plugin in a wordpress site with two languages (en, es) and I want to show the error messages in the labguage selected. Actually the plugin only show the messages in english. Thanks for your attention
How to use tablesorter to sort countdown values
Hello, I am using tablesorter at many places in my project. Now I am in a problem. I am using jQuery countdown to display countdown. Tablesorter is not working on the countdown, I googled but found nothing useful. I tried to write custom parser, but no luck, it was not working. Please help. Thanks in advance
slideLeft, slideRight - does it exist?
I tried to modify a s3slider js file by replacing slideUp and slideDown with sldieLeft and slideRight to have the caption slide from right to left but that made the caption disappear. Is there such a property or do I need to do something else?..please help
Cufon isn't playing nicely with jQuery...help!
Hi, so I have four sets of links that when hovered over highlight the link itself and the other link. Simple. I have the jQuery working for that and everything's fine. But when using Cufon (an font replacement js) the remote highlighting doesn't seem to work. Does anyone have any idea why this would be? I thought that don't conflict. The code: <script type="text/javascript" src="jquery-1.4.2.min.js"></script> <script type="text/javascript"> jQuery(document).ready(function() { var
Google translate removes line breaks.
Using the google translate plugin: http://code.google.com/p/jquery-translate/ When I translate a textfield somehow the line breaks are removed. So the translation of the text: "Hello, This is a text. " Would become (in a translated language): "Hello, This is a text." Any clues why?
Jquery with Email Validation fails
Hello All I am on JQuery 1.4.1 using validation fromawork by Jörn Zaefferer 1.6 version. I need to send multiple comma separated emails . It fails for the following format FirstName Last Name [firstName dot lastName at xyz dot com] Please guide. Thank You Iceman
Something like: "mask a div like clip but without postion: absolut"
Hi Guys, since a couple of days i'm looking to mask a div (like clip:rec) but without adding position:absolut. My goal is to show only a specific area that stays fixed if i scroll. Now i'm completly dunno with goofy CSS and convinced that i need something like jquery … any suggestions? Thanks a lot Mike ---------------------------------------------- Hallo Zusammen, seit einige Zeit suche ich eine Möglichkeit ein div zu maskieren, ähnlich dem clip:rec, aber ohne dies mit position:absolute aus dem
Carousel Help
hi, i really like using jquery, but sometime, when i build a carousel for featured content on a website, you can see the carousel build itself on page load: example: http://www.holesinthenet.co.il/ is there a way to load only first image or loading the carousel only after all page loads and only when carousel is ready? thanks Oshik
JQuery Email Validation Not working
Hello All I am using Jquery 1.4.1 and Jörn Zaefferer's Validation plugin 1.6. The email validation works for simple email format. But it fails when the email is in the format FirstName LastName [firstName.lastName@zzz.com] I think the brackets are causing a problem. Please guide. Thanks Iceman
Validate Plugin
Hi all. Maybe someone can help. Does anybody knows why the Jörn Zaefferer's great Validator Plugin, randomly sets a "display:block" to the error or valid element ?? The thing is, that is causing the element to show inappropriately [Sorry for the Google Translate :-S] And don't know how to prevent it ... Thanks to all in advance
Validator Plugin - Email validation
Hello All, I am using the validator plugin for JQuery. I am on jquery 1.4.1 and I am using validator 1.6 I am able to do the basic email validation, But it fails for the emails in the following format Firstname LastName [firstName.lastName@zzz.com] Is there a work around for this? Please help. Thank You Best Regards Iceman
tablesorter - how to sort by div?
Hi Guys, I need to be able to sort based on what's inside a particular div. The table I'm working on dynamically returns prices in different divs and this seems to be throwing the ability for the tablesorter to work correctly. I have the following returned and need to only sort on the first. <div class="price1">£50</div> <div class="price2">£150</div> <div class="price3">£500</div>Any ideas? Cheers, JPJ
Validate (bassistance) radio button dependency
A raw jQuery beginner here, but I have successfully used the Validate plugin with the simple stuff. Question: my form has two radio buttons, one with a value of 'yes' and the other 'no.' The radio group is required. Next there is a text field. How could a rule be written so that if the 'yes' radio button was selected, the text field becomes required?
Superfish dropdown -- too much space
Hi Folks, The dropdown menu that displays when I hover over a link on the page I am building is approximately 10 pixels below the parent <li>. How can I raise it up so it is immediately below the parent element? I think I've edited every possible item in the superfish.css file to no avail. <li> <a href="#">Instructions</a> <ul> <li > <a href="#">Submissions</a>
Conditional compilation is turned off
I am getting this error in IE 8 browser. Please let me know how to get rid of this.. do we want to change any browser settings ? I have mentioned the @charset "utf-8"; in my CSS file which is getting called inside the IE8 condition tags is this because of this ?? any other alternative way ??? Please help me out on the same. Any plugins for this to fix this in jquery ??
validator plugin: functionality on success, error and completion
I need to add a functionality, where invalid and valid elements are highlighted, and once all required fields are valid, another function is called to take the user to the next phase. Without a submit button. Problem is, I'm not yet comfortable enough with the jQuery syntax enough to rely solely on the validator documentation. I was thinking of something like this: 1. When an element does not validate succesfully, class "invalid" is added to it. 2. When an element validates succesfully, 1) class
Call function after remote validate error using jQuery validation plugin
I'm trying to call a function as soon as a form field validation with 'remote' attribute specified has finished the ajax call and returned false. I have a captcha that is remotely checked. If the entered value is wrong I want to call a function to reload the captcha. I've tried: using a custom method which worked but only for synchronous call putting it in the error placement which works but only if the textfield didn't have an error to begin with. I want to reset the captcha after each unsuccessful
Next Page