jQuery SVG Plugin: Conflict issue with extension "jquery.svgdom.js"
Using jQuery SVG plugin (ref http://keith-wood.name/svg.html). Description of issue There is a conflict using the plugin extension "jquery.svgdom.js" along with jQueryUI library. If you add those libraries and initialize the tab widget then there will be en error in the console complaining about "jquery.svgdom.js". I'll paste image below of error message (using firebug): Question about svgdom.js On authors website he said that he made modifications to the jQuery code file but the last time he did
Superfish menu near an edge of a page
When the menu is too close for a submenu to be displayed fully, Superfish needs to change direction of submenus or adjust their position so that they can be displayed completely without forcing horizontal scrolling.
clueTip hrefs not clickable
I've been using clueTips on my site for a little while. I found that when used on links, the links are no longer clickable. eg. If you create a link to google.com and put a clueTip on it, the clueTip will work, but you can't click the link to go through to google.com. So far I've tested in Firefox 3.5.8 and Safari 4.0.3 Even the demo on the clueTip site behaves this way. See http://plugins.learningjquery.com/cluetip/demo/ example 7.
jQuery 1.4.1 and jquery.validate element()
I am currently developing a site using jQuery validate. 1.3.2 was working with validate().element(selector) but it seems after having upgraded to 1.4.1 it does not. Firebug keeps throwing 'element is undefined' as an error message. Has anyone run into the same problem?
Form action not getting set correctly in IE7 when using the form plugin to do a file upload
Hi, I am using the jquery.form.js plugin's ajaxSubmit method and it works great for FF and IE8. It is not working for IE7. I'm relatively new to jQuery and javascript as well as posting so my apologies if my etiquette or explanation is poor. I have a JSP page which uploads a file via a file input element. When the user clicks submit, an ajax call is made to a controller, which does some validation on the file data being uploaded. If OK, then a json response is returned and the JSP page then automatically
blockUI 2.31 throws a JavaScript error in FF 3.6.10
When using blockUI, sometimes I get an error on line 462 of the code, near the end of the handler function: if ($(e.target).parents('div.' + opts.blockMsgClass).length > 0) This may or may not be due to firing multiple .block() events on the same element. The problem seems to be limited to Firefox; IE8 & Chrome 6 work without an error. I have tested this on multiple Firefox installations. I have a fix that checks to see if opts has been defined as a closure prior to its use: if (typeof opts !== 'undefined'
Invalid JSON issue with malsup Form plugin
I'm having troubles with an existing J2EE application (which uses Dojo) and in which I'm gradually introducing jQuery. The specific issue is with the malsup Form plugin and the JSON returned from a form submission: the error callback is always called, regardless of what happens on the server side, and the error is always "parsererror". I'm using jQuery 1.4.2 and the 2.45 version of the malsup Form plugin. For example, given the following code: $(document).ready(function() { var options = { dataType:
Tablesorter ip address sorting problem
Hi I'm using tablesorter in my app and it's working great except.. the ip address sorting seems to be slightly broken. It will sort on the first two groups fine, on the third group it tries to sort once and gets it wrong and on the last group it won't sort at all. bob After a bit of debugging the issue is that an ip address is being detected as a digit, i.e 192.168.1.100 is detected as the number 192.168 and hence only sorting on the first two groups. I fixed this by moving the digit to the end of
misuse of the jQuery plugin web site
To the people in charge of filtering the posting of new jQuery plugins, I would like to point you to the jQuery plugin entitled "Respect is one of the basic needs of human life" which is just an advertisement page for Dell batteries embedded in the disguise of paragraphs on respect. http://plugins.jquery.com/project/humanlife This is a misuse of your web site and I think that this posted plugin should be removed. Yours,
validate is not a function
can some one help me whit this? http://cancun-app.heroku.com/contact-us gives me an error $("#contactForm").validate is not a function $(document).ready(function(){ $('#contactForm').validate(); });
data link and ajax
Trying to use an object that is linked with the new data link plugin as the data for an ajax call fails without first unlinking the object. Doesn't work: var obj = {}; $('#main_form').link(obj); $.post('ajax_repeat.php', obj);The above will output an error: 'ev is undefined' for line 90: var target = ev.target, Works: var obj = {}; $('#main_form').link(obj); $('#main_form').unlink(obj); $.post('ajax_repeat.php', obj); $('#main_form').link(obj);
Dynamic Positioning tooltip not working.
Hi All, I am studying the jQuery dynamic positioning tooltip tutorial ( standalone verison : http://flowplayer.org/tools/demos/tooltip/index.htm). The tutorial utilizes jQuery's dynamic positioning tooltip. Basically I have done everything the tutorial states to do but when i roll over my icons the tooltip is not displaying. Any tips and suggestions are welcome and very appreciated. Here is my html: [html] div id="demotip"> </div> <div id="demo"> <a href="#"><img src="assets/web/image_sm.png"
Validatation Plugin Documentation Problem
I'm getting a database error trying to access the validate plugin documentation. Url: http://docs.jquery.com/Plugins/Validation Error: A database query syntax error has occurred. This may indicate a bug in the software. The last attempted database query was: (SQL query hidden) from within function "MediaWikiBagOStuff::_doquery". MySQL returned error "1205: Lock wait timeout exceeded; try restarting transaction (localhost)".
jQuery Context Menu Plugin doesn't work in jquery 1.4 in chrome/safari
Hi, Just upgraded to jquery 1.4 and this plugin doesn't work correctly in chrome/safari. The context menu appears but the browser context menu also appears. This only happens when using jquery 1.4. I tried debugging the source code with no luck, does anyone knows why this stopped working? http://plugins.jquery.com/project/jqueryContextMenu
why using editcell() is causing beforesavehandler to fire again in Jqgrid and if is there any other way to focus on a cell without beforesaveHandle() firing.
why using editcell() is causing beforesavehandler to fire again in Jqgrid and if is there any other way to focus on a cell without beforesaveHandle() firing.
[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
tablesorter plugin , wrong sort with thousands separators
I have a problem with the tablesorter plugin, it does not sort properly when used for thousands separators, works only without thousand separators. Some configuration must be done, have not found anything in the documentation so far. Thank you for your help. Jacques.
[validate] no validation method dateDE BUT possible solution!
Hi all, I'm quite new to jquery and a total noob, however today I came across this nice validation plugin but had some problems with it. I downloaded it via the "Download" link from http://bassistance.de/jquery-plugins/jquery-plugin-validation/ I have a small form where a German date (i.e. 1.1.2011 or 01.01.2011) should be inserted by a user. So looked up the API on http://docs.jquery.com/Plugins/Validation#Options_for_the_validate.28.29_method for the needed method and there it was documented: dateDE
Jorn's autocomplete - setting options
I have the autocomplete working on my local machine, but I can't get the minChars to work correctly. If I set it to 0 or 1, it works just fine. If I set it to 2 or higher, the page indicates that it's doing something when that key is hit, but no autocomplete suggestions appear. If I delete the 2 and replace it with a 1, everything works. Basic setup: When the page first loads, I have a jQuery ajax function grab the data to use for the autocomplete from a server method. This method returns data
Posts marked as spam!
I've been trying for two days now to post a solution to a problem I had originally come onto these forums to find help for. I feel it's probably a pretty common problem (my original post: Link), and the system that this forum uses to deal with spam has thwarted any and all attempts I've had to add my solution. I attempted to post an answer to my first question (link above), and it's been marked as spam (incorrectly). Also, i attempted to post a discussion with both the question and answer together
Form Plugin Encoding in Internet Explorer 7
Can you Help me with an encoding problem in IE 7? I use your great ajax form plugin. But on IE7 all special german characters like öä ..etc.. are not the same, when they are recieved by the server?
Validate plugin - error message doesn't disappear when 2 classes are assigned
I tried assigning 2 error classes to an error message (as a span), but when the empty field was fixed, the error message wouldn't disappear. $("#testForm").validate({ errorClass: "ui-state-highlight ui-corner-all", errorElement: "span" }); With 1 error class it works fine, but adding a second one makes it fail. Here are some links, just hit the submit button a few times on each one to see what I mean 2 classes: http://jsbin.com/eqiqa3 1 class: http://jsbin.com/eqiqa3/8
Problem with superfish subsubmenu
Hi all, I'm using the superfish plugin in my website and i need homologate it to IE8 . In IE8 i have de problem below: Someone hed this problem? Help me please!
bassistance's Treeview: vertical lines breaks in large trees
A wrote: will.moffat on 19-Nov-2008 03:32 PM I've been using the TreeView plugin from: http://jquery.bassistance.de/treeview/demo/large.html Unfortunately the vertical line between nodes breaks if there are a large number of child nodes. Example screen-shot: http://imagebin.ca/view/wNL8Ez.html Anybody have a fix for this? cheers, --Will As I replied in the old and lost topic, more than one year later, this problem is still running. I'd like to use treeview for handling very large trees, but
animate buggy in ios 6 / jellybean
Hi, I'm having some trouble with code that's been working for years. Please see http://www4.gsb.columbia.edu using iPhones and iPads with IOS 6, or the stock browser that comes with Jelly Bean. Pay attention to the text scrolling along the ticker-style banner. You'll see that every third or fourth word lags behind in the animation. The code is using animate() to move canvas elements (via cufon.js) across the screen. Has anyone seen anything similar to this? Any suggestions as to how I can fix
hoverIntent triggers ‘out’ function on select element in Internet Explorer
The code that follows is used for showing and hiding Mega Dropdowns. If you mouse-over a link with the class of 'dropDown', it's child '.dropPanel' shows. As long as your mouse is over either the link or the drop panel, the drop panel remains shown. Move the cursor anywhere but the link or the panel, and the panel is hidden. Pretty basic stuff. In a few of these Mega Dropdowns there are forms that contain select elements. In Firefox, all is well. In IE (8 specifically, have not tested any other
Ajax Tabs Error in IE and Firefox
Hi guys, I` having problem with my ajax tabs.. sometime it works and sometimes it will give me an error.. of Webpage error details User Agent: Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 5.1; Trident/4.0; .NET CLR 1.0.3705; .NET CLR 1.1.4322; InfoPath.2) Timestamp: Sun, 1 Aug 2010 23:58:16 UTC Message: アクセスが拒否されました。 Line: 127 Char: 287 Code: 0 URI: http://domain.com/js/jquery-1.4.2.min.js and the ajax is not loaded.. or show Here is my code.. <script type="text/javascript" src="http://domain.com/js/jquery-1.4.2.min.js"></script>
jquery.hotkeys (https://github.com/jeresig/jquery.hotkeys) not working with live event?
Hello, normally one would .bind() all keydown mappings, but i need some .live() keydown mappings. Does .live() support special handlers like this (in jquery.hotkeys.js)? jQuery.each([ "keydown", "keyup", "keypress" ], function() { jQuery.event.special[ this ] = { add: keyHandler }; }); In my case i try to setup the live event as follows: $(":input").live('keydown', 'esc', function(){ $(this).blur(); return false; }); That doesn't get triggered at all. Sorry for editing this entry multiple times.
Tablesorter plugin with table that has colspan on headers
I'm trying to use the tablesorter plugin (http://tablesorter.com/docs/) to sort a table and having issues with it sorting the correct column of data. The table that I'm sorting has a colspan on the header rows and this seems to be causing the plugin to sort the table by a different column then desired. <table class="tablesorter"> <thead> <tr> <th>Stuff</th> <th colspan="2">Value 1</th> <th colspan="2">Value 2</th> <th colspan="2">Value 3</th> </tr> </thead> <tbody> <% @things.each do |thing|%> <tr>
Form Plugin - using multiple times on the same form
I'm using the Form Plugin to allow a user to upload a photo. The user clicks on a link in the page and I display a dialog collecting the file and description. It works great the first time, but when they do it again the description and a hidden field is not passed in the form. How can I get the form to work more than once without reloading the page? I call this on the click of the link on the page. var options = {target: '#divToUpdate', success: PhotoUploaded}; $('#photoForm').ajaxForm(options);
Superfish sub menu hidden on IE7 only
Hello If you go to http://www.katalystonline.com/case-studies.html using IE7, hover over the FastTrak menu item and follow its sub menu, you will see how they get hidden behind the slider below. This only appears in IE7. Can somebody help me out with this problem? I have a feeling its something to do with z-index but I could be wrong. How can I make the sub menu overlap? Thanks for any replies. kwitang
jQuery validate (http://jqueryvalidation.org/) doesn't works
Hi! I have a problem with my project where i use jQuery validation plugin. This is example of my form (i use Twitter Bootstrap): <form action="/editprofile/save/" method="post" role="form" class="editprofileform"> <div class="col-xs-4"> <div class="form-group"> <label for="firstname" class="control-label">Your name</label> <input type="text" class="form-control" id="firstname" placeholder="Your name" name="firstname" value="Evgeny"> </div> <div class="form-group"> <label for="birthday"
FullCalendar not Working in CakePHP 1.2.5 with jQuery 1.4.1
I am trying to fetch the events data through a URL which will return JSON data. The same code is working with jQuery 1.3.2 but not with jQuery 1.4.1 I am getting this error in FireBug console a is undefined for (var i=0; i<a.length; i++){\n fullcalendar.js (line 369) I am getting the JSON data as I can check it in response header of FireBug jQuery 1.4.1 imposes strict JSON parsing I am not sure whether it is the issue. I have kept the FullCalendar example
ScrollTo code is not work completely in safari opera and firefox(new version)
this is my site www.amarintra.com So I don't know why my navigation has moving without effect. Please help me
Twitter Search Plugin fails
I am getting undefined as a result when using this plugin. Has Twittter now pulled the plug???
BlockUI overlay theming
Hello, First, thanks for a great blockUI plugin! Very nice stuff. I'm trying to write a themable JSF (JavaServer Faces) component for this plugin and figured out that the overlay is not really themable. Only "backgroundColor" and "opacity" can be adjusted. The overlay div has two classes at the moment <div class="blockUI blockOverlay" ...>. I propose to use "ui-widget-overlay" class instead of "blockOverlay" (or in additional to "blockOverlay"). The overlay div looks like then <div class="blockUI
http://plugins.jquery.com/postreceive-hook 502 error
Hi guys. I can't send web hook from github, url http://plugins.jquery.com/postreceive-hook always returns 502 error.
Bug report: jQuery.Form error when ajax error happen
I used version is jQuery: 1.5.1 jQuery.Form: 2.63 When the form submit ajax error happened (like the server resported over time), Firefox will report err: jquery.form-2.63.js line 378: s.error is undefined
Tablesorter sortForce bug
The documentation says: sortForce: Use to add an additional forced sort that will be appended to the dynamic selections by the user.but it doesn't work as advertised. If you look at the example page: TableSorter sortForce Example The sortForce is set to the first column (First Name) ascending. If you click on Total to sort you will see that it doesn't sort by the Total but instead it is still sorted by First Name. This isn't what sortForce says it does. Oh and by the way the example page says: //
[validation] conflict with jquery-ui-1.8.1.js
Hi, It looks like there is some conflict between validation (1.8.0) and jquery ui plugins, if I use them both on same page I get no javascript errors but some of jQuery UI theme elements get broken and do not show correctly. Any idea ?
Next Page