A script on this page is causing Internet Explorer to run slowly
Hi All, I am using Jquery and Jqgrid for my application GUI development. Using JQGrid tree grid i am developing a tree structure in my application.I am able to create the tree structure ,But at the beginning, while page loads always getting one warning message as "A script on this page is causing Internet Explorer to run slowly". I am using IE 8 for my application development. I googled but I could not able to find a suitable solution to this issue. Any Suggestions or Help appreciated. Thanks!
JTable — Microsoft JScript runtime error: Object doesn't support property or method 'slice' IE8 MVC
I am using Jtable for one of my MVC projects and facing a problem in edit functionality. Whenever I click on Save button on Edit window, I am getting Js error -- Microsoft JScript runtime error: Object doesn't support property or method 'slice' and the modal window is not closing. Could anyone please help me to get rid of this problem. By the way, the issue is seen in IE8, it is working like a champ in IE9. -- Gopinath.
Jquery tree-view plugin works inconsistently in IE 7 and above
Hi, We have used C# and MVC 2.0 to populate a treview control using the following: 1.jquery.tree.checkbox.js, a plugin which loads the nodes of the tree-view. the above tree-view control works fine in Firefox,Chrome but works inconsistently in IE 7 and above versions. we have used two trees. One is to list un-assigned entities and another one for assigned ones. We are performing the assignment and un-assignment using two HTML buttons. Code Sample: 1.jquery plugin code: <script> (function ($) {
Licensing on JQuery Multisortable Plugin
I saw the multisortable JQuery plugin in the plugins page and an associated github project, but I don't see any licensing information available on it. Does anyone know if this can be used/distributed and what license it requires? Regards, Scott
jQuery: Changing CSS when <li> is active
I'm using the jQuery Cycle plugin to page some images in a gallery, and I'd like to have the color from part of the page items to change when that item is active. HTML: <div style="background-color:#000000; height:480px; width:285px; float:left;"> <ul id="nav"> <li> <a class="red" href="#"> <span class="red">Sports</span><br> Get your sports here. </a> </li> <li> <a class="red" href="#"> <span class="red">Topics</span><br> Topics here. </a> </li> <li> <a class="red" href="#"> <span class="red">News</span><br>
Cycle 2.9998 not cycling on load, opts.slideCount displays "undefined"
Would definitely like to learn what's causing these issues and very grateful for any help. This code (below) was working perfectly until last week. See it here: http://www.darinsullivan.com/aiaSustainability.html HTML (call jQuery and Cycle plug-in in the head): <head> <meta charset="UTF-8"/> <meta name="author" content="Darin Sullivan"> <title>Darin Sullivan Design | AIA Sustainability ‣ Visual Communication Design</title> <link rel="shortcut icon" href="http://www.darinsullivan.com/sandbox/_images/dsd_favicon.png"
Cycle2 - Centered Slides problem with responsive images
Hi everyone, I'm using Malsup's Cycle2 to build a responsive slideshow that features both landscape and portrait images that will maintain their respective aspect ratios. It's working well so far, but the Centered Slides functionality (http://jquery.malsup.com/cycle2/demo/center.php) is proving problematic in Webkit browsers. Seems to be working as intended in Firefox. Here's the working version without centered slides: http://goo.gl/p76wi ... and this is working fine thus far (the green background
Any open source jquery mobile reporting plugins is available ?
Like jasper ( java ), crystal reports ( .Net )any open source jquery mobile reporting plugins are available ? We should be able to export to different formats like pdf, excel , customize header footer while generating reports. We found DataTables as one such plugin. is any other plugins ?
Jquery functions in JS files not loading after partial postback using updatepanel
I have all my Jquery Functions in a separate Js files. I have a Country drop down box based on the selection i want to populate the states without page reload, however when i tried using Update Panel, after Partial Postback the style and Jquery functions are not working.
how to pause sliding gallery on mouse over
http://css-tricks.com/creating-a-slick-auto-playing-featured-content-slider/ above is the link i m using for sliding gallery how to pause it on mouse over , then when mouse is moved out again start sliding images plz help me with the code thnx alot for help
jquery validation plugin highlight and unhighlight not working
hi all, I am using J-Query Validation plugin 1.5.2.I want to set control class to error css.But want to remove that class when i call validator.resetForm().But its not working..i dnt knw where i am wrong This is my Validation script add on client side $(document).ready(function () { jQuery.validator.addMethod("GenralText", function (value, element) { var RE_SSN = /^[a-zA-Z0-9-,.()\/ ]*$/; if (value.length > 0) { if (RE_SSN.test(value))
jquery versions at once
i need to load 2 jquery versions at once because they only work with their jquery but its not working... < head runat="server"> <title></title> <!-- load jQuery 1.5.2 --> <script src="plugins/Bestgfx.com_EstroSlider/js/jquery-1.5.2.min.js"></script> < script type="text/javascript"> var jQuery_1_5_2 = $.noConflict(true); </ script> <!-- load jQuery 1.8.2 --> <script src="plugins/Responsive_Tile_Gallery-1.3/rtg-demo/javascript/jquery-1.8.2.min.js"></script> < script type="text/javascript"> var jQuery_1_8_2
Difficulty getting Galleria plugin to work in IE10 (with jQuery v1.5.1)
The Galleria plugin is awesome, and it works in all browsers for me (Firefox 18, Chrome 24, Safari 5, IE 8/9) but IE10 does not want to work. I am using galleria v1.2.5. Let me explain further. I am running jQuery 1.5.1, it is not a possibility to upgrade as I am a web dev for a college university and we have tons of custom made widgets that could break with an upgrade of the jquery library. I have tried switching the doctype from "STRICT" to "TRANSITIONAL" but it does not work for me. I have tried
Superfish: Please help with IE8
I have looked at the multitude of posted problems and solutions regarding superfish and IE8, but I still can't figure out what's going on. Basically, the drop-downs don't. On my particular site I have no choice but to use IE8 in quirks mode. Quirks mode seems to be the problem because if I switch to Standards mode, it works fine. I'm also using the CSS that came with the superfish distribution, so I presuming that's not the problem. I've been looking at this for weeks and can't figure it out. I've
jquery Cycle plugin
Is it possible to set width of the first slide to smaller width than other slides? Thanks in advance for any advice.
jquery Cycle plugin
Is it possible to set width of the first slide to smaller width than other slides? Thanks in advance for any advice.
jquery Cycle plugin
Is it possible to set width of the first slide to smaller width than other slides? Thanks in advance for any advice.
jquery Cycle plugin
Is it possible to set width of the first slide to smaller width than other slides? Thanks in advance for any advice.
Disable input in formwizard
I'm trying to fix an issue I've run into with the formwizard plugin by Jan Sundman. The example I have is using jQuery version 1.4.2, and the problem is that when I click the formwizard's navigation buttons too fast, it messes up the rendering of the current 'step'. In order to display arrows instead of text, anchor tags are being used for the navigation. Here's what I've found with some tests: If I'm using input elements for the navigation buttons, the 'disableInputFields' option takes care of things,
Stack Overflow in IE8 using jquery 1.7.2
Using <script type="text/javascript" src="script/jqSoapClient.min.js"></script> <script type="text/javascript" src="script/jquery-timer.js"></script> When calling SOAPClient.SendRequest(sr, update) where update is a call back method var SOAPClient = (function () { var c = {}; var b = null; var _tId = null; var a = { Proxy: "", SOAPServer: "", ContentType: "text/xml", CharSet: "utf-8", ResponseXML: null, ResponseText: "", Status:
How to hide .jpg at the end of the url?
Hi, I have this code on my site which creates url for every opened Colorbox image. It also opens the image automatically when user enters the site with an url like this: http://www.example.com/#image1.jpg. How should I change the code so that user can't see and doesn't have to write .jpg at the end of the url? Thanks! Here's the code I'm using: jQuery(function (){ var id, group; group = jQuery("a[rel='lightbox[63]']").colorbox({onComplete:function(){
Error when calling .diablog () on IE8 & IE7
I am getting an error message on IE8 & IE7 when calling .dialog(). The error message I am getting from IE console is: SCRIPT438: Object doesn't support this property or method jquery-1.7.2.min.js, line 2 character 21784 My code is: // Add to cart button clicked $tablePanel.on('click', '.AddToCartButton', function (e) { $('#mdlPopup_backgroundElement').show(); var optionId = +e.target.getAttribute('optionid'); var categoryId = +e.target.getAttribute('categoryid'); // Get the product shoptCityId
Using jQuery Validate on a Set of Textboxes for Validation
Hello, is there a way to iterate through a set of form names (box1, box2, box3, box4, box5) using the validate rules in jQuery? If not, what other method can be used to loop through each textbox for validation? Thanks much for any help. <html> <head> <script src="http://code.jquery.com/jquery-latest.js"></script> <script type="text/javascript" src="http://jzaefferer.github.com/jquery-validation/jquery.validate.js"></script> <script type="text/javascript"> jQuery.validator.setDefaults({ debug: true,
jQuery Validation in an ajax loaded page
Hi, I have quickly built a system that loads pages dynamically through Ajax, and just replaces the body content everytime. It works and everything, but in some of the dynamically loaded pages I'm using forms that I want to validate using the jQuery Validation plugin, and display errors using qTip2. This all works fine on static pages, but I have tried to include it in the main template file and the dynamically loaded page, and it doesn't work at all. All the dependencies are correctly loaded, here
resizing split panels while the splitterbar is being moved
I'm testing a multi panel canvas using jqxwidgets sliderbar. Here is the target demo I'm trying to amend (using FireQuery add-on in Firefox to test injected jQuery through jQuerify). http://www.jqwidgets.com/jquery-widgets-demo/demos/jqxsplitter/defaultfunctionality.htm?classic When dragging the splitterbar I see that the panel positions remain fixed in position until dragging is complete. The splitterbar line actually crosses over the panel view and the panel only resizes after the splitterbar is
I have one problem when I combine three jQuery plugins on my webpage
When I combine my three jQuery plugins, two of them work but the navigation bar's animation does not work. All support is greatly appreciated. Thanks (I am a novice also) Here is my code: <!-- Nav Bar2 --> <link href="css/webwidget_menu_glide.css" rel="stylesheet" type="text/css"></link> <script type="text/javascript" src="js/jquery-1.3.2.min.js"></script> <script type="text/javascript" src="js/webwidget_menu_glide.js"></script> <script type="text/javascript"> //create this naming for Jquery
help! Insert a plugin in joomla
hi! I'm new to jquery and are not practical ... I ask for help to you on how to implement a plugin on my site "joomla2.5" I can not understand which files should I add the code and how! The plugin in question is this http://buildinternet.com/project/mosaic/ I thank you in advance ... and excuse my language
How can I use two jQuery plugins in one document?
I troubleshooted for a while and discovered that it was simply the attachment of the edgePreload.js file that kept it from working... how do I fix this? I also found out that I (Or more accurately, the plugins) are calling on 2 jQuery libraries, but I'm not quite sure how to get them both to use just one library. I have uploaded 2 pages to show what I'm talking about: http://www.ruesterprod.com/edgeTest_a/ - my quicksand plugin works fine here (Click the 2 grey buttons to see what the Quicksand plugin
BlockUI demos need updating for border-radius property
Several of the BlockUI demos are using the outdated prefixed version of the border-radius property: -moz-border-radiusThis is obsolete and is not even valid in Firefox since v3.6, so it should be updated to the CSS unprefixed property: border-radius
jQuery Cycle2 Plugin not working but no errors in console.
I am using a CMS to insert the cycle2 plugin on a site that uses the 1.3.2 jQuery library. I have used noConflict to avoid problems when calling the later version required to run the plug in, and when I test the slider locally, it works perfectly even when both libraries are referenced. When I plug the content into the site via OpenCMS or our IBM Websphere tool (management center), the slider falls apart. The images that are supposed to be in the thumbnail carousel are full size, and clicking
plugins not working
every time that i use the "$.get" or "$.post" my plugins stop working and i get this error Error: TypeError: $(...).tablesorter is not a function Source File: http://localhost/test.html Line: 69 but all the calls to those plugins are made before the $.get they work
Using VERTICAL SLIDING ACCORDION with jQuery but need it responsive!
Hi all, I've come across a tool that I'm looking to implement into a responsive website. The problem I'm having is changing the code to make it responsive! http://tympanus.net/Development/VerticalSlidingAccordion/example1.html is what I'm using but can't fathom how to change it. Can anyone please help!? Many thanks G Chaggar
Getting js error on $.blockUI of jquery.blockUI.js when the page includes jstotage.js and json2.js
I am now using json2.js and jquery-1.3.2.min.js along with jstorage.js . <script src="js/common/jquery-1.3.2.min.js" type="text/javascript"></script> <script src="js/common/jquery.blockUI.js" type="text/javascript"></script> <script src="js/common/json2.js" type="text/javascript"></script> <script> $ = {} </script> <script src="js/common/jstorage.js" type="text/javascript"></script> Ever since I have put the methods $.jstorage.get and $.jstorage.set to get and set JS objects in local storage,
Getting JS error on $.blockUI method of Jquery.blockUI.js when the page includes jstorage.js and json2.js
I am using json2.js and jquery-1.3.2.min.js along with jstorage.js . <script src="js/common/jquery-1.3.2.min.js" type="text/javascript"></script> <script src="js/common/jquery.blockUI.js" type="text/javascript"></script> <script src="js/common/json2.js" type="text/javascript"></script> <script> $ = {} </script> <script src="js/common/jstorage.js" type="text/javascript"></script> Ever since I have put the methods $.jstorage.get and $.jstorage.set to get and set JS objects in local storage, the
Colorbox error This content failed to load
I am using Colorbox to pop up using a hyperlink <script type="text/javascript" > jQuery(document).ready(function ($) { $(".iframe").colorbox({ iframe: true, width: "500", height: "500" }); }) <asp:HyperLink ID="hyperlinkSubscribe" runat="server" class="iframe" >Subscribe</asp:HyperLink> When i click the link after page load then it pops up as expected. If i do a postback (i.e. make a change on the page that results in the values on the page being updated) then i get the error "This content failed
Form plugin not serializing correctly
Consider the following code, $("form").ajaxSubmit({ data: { arrayValue: ["value1", "value2"] } }); <form action="?" method="post" enctype="multipart/form-data"> <input type="file" name="file"/> </form> You will expect arrayValue to be serialized as something like "arrayValue[]=value1&arrayValue[]=value2", or more specifically, as a request payload: ------FormBoundary6MIpVOQd591oQ0zB Content-Disposition: Form-Data, name="arrayValue[]" value1 ------FormBoundary6MIpVOQd591oQ0zB Content-Disposition:
Infinite Scroll not working
i am using this infinite scroll plugin i have the following markup and i get nothing happening, new page posts are not loaded ... $(function() { $(".posts").infinitescroll({ navSelector: "#pageNav", nextSelector: ".next", itemSelector: ".posts .post" }); }); <div class="posts"> <div class="post">1. ...</div> <div class="post">2. ...</div> <div class="post">3. ...</div> <div class="post">4. ...</div> <div class="post">5. ...</div> <div class="post">6. ...</div> <div class="post">7.
Jfeed/Slideshow Conflict
Hello all, I am working updating a clients site which already has jFeed installed, and we are adding a jQuery slideshow. The slideshow works fine in IE, Chrome, but not the news feed, and neither plugin works in Firefox, causing neither to load. Any suggestions? I've attached the code in a text file
Response header not being set with Malsup Jquery form plugin
I have a web application written mostly in xQuery that uses Malsups Ajax form plugin to submit a webform via an Ajax call. I'm having an issue in IE9 where the header X-Requested-With: XMLHttpRequest is not included in the server request. The header is there when I try in Chrome, Firefox, and even IE10. Is there a reason why this header doesn't get added in IE9 and is there a quick way I can manually add it? Please see my post on StackOverflow here to see a code snippet and a more detailed description:
jScrollpane is safe for wordpress?
Hi, My website hacked by come Canadian pharmacy... . Google sent me lots of notification( your website is compromising and bla bla bla). I asked godady( domain name provider) what happen with my website, they filtering my website and send me a mail. In-short: Using unsecure plugins I think its jScrollpane plugin(maybe). Anyone have had same experience like me. Make money by renting homes
Next Page