Webshims Lib within asp.net MVC4 projects
MVC4 is using jQuery Validate and "unobtrusive validation". In that I'm facing several years of IE7&8 forms handling I've become convinced that Webshims Lib is the best way to bring HTML5 polyfill functionality. One of the comments at http://stackoverflow.com/questions/9067536/html5-forms-with-polyfills-is-it-worth-it suggests that the choice of Webshims Lib might change how MVC4's dataannotations are constructed. > Most MVC devs are married to this because it [validation plugin and > "unobtrusive
tablesorter last column sorted index
Hi, I love the table sorter. Is there anyway to ask the tablesorter what the last column sorted index is in a non-multicolumn table? Can it also be determined the direction of sort for that column?
timepicker event handler fails on second ajax call
I have an issue getting the event handler that loads the timedatepicker after it has been added and then removed via function calls. The div it is in is dynamically loaded via .append() triggered from a check box. When the check box is checked, the div is added and visible. When it is unchecked, the div is removed via .remove(). After being removed, checking the check box a second time loads the input boxs correctly but the timedatepicker does not load on focus. This happens regardless is the timedatepicker
Change transition effect in countdown timer
I'm using the countdown timer from: www.littlewebthings.com/projects/countdown/ The countdown clock numbers use a slideDown effect (I think I'm using the correct terminology). I'd like to change the effect so there's no animation as the clock counts down -- I just want the numbers to change like on a regular digital clock. Example of the slideDown effect I'd like to change: http://www.littlewebthings.com/projects/countdown/example/?style=light Thanks to anyone who can help! Here's the jquery.lwtCountdown-1.0.js
Menu Active problem
Hi there I'm testing a jQuery script (see below). What it does is that it highlights in the menu which part of the webpage you are currently on. Basically, no problem using it. var topMenu = jQuery("#nav ul"), topMenuHeight = topMenu.outerHeight() + 15, menuItems = topMenu.find("a"), scrollItems = menuItems.map(function () { var item = jQuery(jQuery(this).attr("href")); if (item.length) return item }); jQuery(window).scroll(function () { var fromBottom = jQuery(this).scrollBottom() + topMenuHeight;
problem with adding new columns in jqGrid using jquery
Hai.... Iam using jqgrid4.4.4 for asp.net application 3.5 ,when iam adding new column for jqgrid ;old data is replacing with newly added column...i want to store previous data in clientside..i need olddata+previously added column+newly added column...kindly help me
Jquery 1.9 breaks cycle-lite plugin 1.5 and 1.6
Hi everyone - I used cycle-lite a lot and all my sites that load jquery using: http://code.jquery.com/jquery-latest.min.js are now broken. Firebug gives me: TypeError: $.browser is undefined if ($.browser.msie) els[first].style.removeAttribute('filter'); on line 63 of cycle-lite version 1.6 Any help would be appreciated. Thanks.
How to Save jqGrid when iam adding One More column Dynamically
My Requirment is:When iam dragging Node from Treeview to grid it has to be add column in jqGrid4.4.4 ...It is working bt every time it is coming with fresh data..i Need Existing Data+Previously Dragged Column+Cureently draggedNode ...Here is the code...Please Check and Help Me...Its Urgent <script src="Scripts/grid.setcolumns.js" type="text/javascript"></script> <script src="Scripts/jquery.tablednd.js" type="text/javascript"></script> <script src="Scripts/jquery-1.9.0.min.js" type="text/javascript"></script>
Help Hover Effect
Hi! I'm a newbie here, I would like to ask how to do this thing, this is the link http://unfold.no/#/people specifically the hover effect on the image then suddenly it becomes larger and at the same time it is showing text. I would like to ask if how can I do this in a JQuery. Thanks very much!
jquery.cycle: need to add activeslide to goto2 demo
Hi all! I've been burning my brain out for hours trying this and am totally stumped. I am using goto demo 2 (http://jquery.malsup.com/cycle/goto2.html) to add "input" buttons for pager. (Why? Because I am already using manual pager elsewhere! Client wants both.) I was able to add an activeslide class to the manual pager, but not to the input buttons. Can anyone help me with this? The code and a working demo, literally identical to what I am working with, is available at the malsup page: http://jquery.malsup.com/cycle/goto2.html
Asp.net MVC 4 Autocomplete
Hi evry one. I have proble on use Autocomplete on my project. I have error Runtime Error JavaScript: Object does not support property or method "autocomplete" On my code. <script language="javascript"> $(document).ready(function () { $("#title").bind("autocompleteselect", function(event,ui) {}.autocomplete({ source: "/Default1/Autocomplete/", minLength: 2, select: function (event, ui) { alert("State Id:"
jQuery SVG plugin: How to mask an image using one of the group layers imported from SVG code
I am starting to use the jQuery SVG plugin made by Keith Wood (ref http://keith-wood.name/svg.html). I didn't find documentation or examples for what I am trying to do, I know that on Keith Wood plugin site he has a masking example but I will like to know how to mask an image mask to one of the SVG group layers imported when loading from SVG file. Any code examples or ideas or I am even wondering if this is possible. I appreciated your help, thanks
jcarousellite oscommerce and firefox
Pretty Random this one is. I've got jcarousellite running on oscommerce. At first glance everything seems to be running fine. I open the page in Chrome, IE, and Firefox and jcarousellite loads and runs fine. The problem comes in Firefox when a customer logs in. After log-in the customer is redirected back to the homepage where jcarousellite is running however it's pushed all the way to the right of the screen. It appears to still be working however all I can see is a small peace of it. Basically
Form is submiting by calling own function in Jquery ?
hi all, I'm tring to write one external function to append option to select box, when you enter some value text box and click on ' add ' button. It is appending to select box when we click on 'add' button at same time form submition also going . How to solve this problem ? Please help anyone ? Thanks& Regards, Nazeer HTML CODE: <script src="js/jquery.js"></script> <script type="text/javascript" src="js/editableList.js"></script> <script type="text/javascript"> $(document).ready(function()
Conditional Validation based on select
Hi there I'm new to using this plugin, and a particular problem has been driving me nuts! I want to make a field required based on the value chosen in a drop down list. I've seen a number of different ways of doing this, but can't get any of them to work. Here's the code.... <select id="ddlNumber" name="ddlNumber"> <option value="">Please Select</option> <option value="1">One</option> <option value="2">Two</option>
Multiple File upload controls not working on page scrolling down
Hi Everyone, I have been trying to modify multiple file upload controls using this link: http://gayarambutmasakini.blogspot.in/2012/04/make-your-file-upload-control-stylish.html I made following modifications: 1) example.js: $(function(){ $('input[type=file]').customFileInput; }); 2) jQuery.fileinput.js: $.fn.customFileInput = $('input[type=file]').each(function() {}); 3) In index.html forget the upload button effects. comment them. Scenario: Let's say i have 8 file upload controls in my page.
TypeError: jQuery.fxe is not a constructor
Hi, I am using jquery Color box for display some dynamic information in a modal popup and jqueryInterface.js on the same age for drag and drop features. Colorbox opens and displays the dynamic information just fine, but as soon as I click the close button the following error occurs: TypeError: jQuery.fxe is not a constructor return string.replace( rmsPrefix, "ms-" ).replace( rdashAlpha, fcamelCase ); The fxe exists in jqueryInterface.js file, so if I remove this file from my View (i.e. ASP.NET
format.Currency(); is not a function (.NET, JQuery Plugin)
Trying to use this plugin to format a currency field correctly: <script type="text/javascript" src="scripts/jquery.formatCurrency-1.4.0.js"></script> Add the above line to my .aspx page Call this in my focusout event on a texbox: $("#ctl00_ContentPlaceHolder1_txtOwnerAmount").focusout(function () { $("#ctl00_ContentPlaceHolder1_txtOwnerAmount").formatCurrency(); }); Errors out as not a function. Double checked, have a scripts/jquery.formatCurrency-1.4.0.js file. Any thoughts on what I am doing
Closing Colorbox from iframe - calling parent doesn't work
I have a very simple colorbox call - main page <html> <head> <link rel="stylesheet" href="colorbox.css" /> <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.9.1/jquery.min.js"></script> <script src="../jquery.colorbox.js"></script> <script> $(document).ready(function(){ $("#click").colorbox({width:"60%", height:"60%", iframe:true }); }); </script>
how to control the one whole class by onclick event of another class ?
Hi all, I am using the spritespin plugin. Please see this link - http://spritespin.ginie.eu/examples.html Wherever the action like mouseup, mouse down action in spritespin class takes place it will rotate 360 degree I don't want this action. I am in need of action to be control by another class. <div class="spritespin"></div> <div class="left-mov"><a href="#"></a></div> <div class="right-mov"><a href="#"></a></div> Here i want to control the
I have two cycle functions to be used on my page. It works for few minutes and then stops working.
<script type='text/javascript'> function pageLoad(sender, args){$('#Vertical').cycle({ fx: '" + Effect + "' ,sync: 0, prev:'#Verticalprev', next:'#Verticalnext' if (Easing != "0") ,easing: '" + Easing + "' }); //On mouseover pause the slider
how to add commenting and sharing feauture to image gallery?
hi all,look at this image gallery:Gallery i want too add for users commenting and sharing feature in the bottom of each image that has been selected. i dont know what do i have to do to make this.please gime me an example
Using FancyBox as an Error or Success Message without clicking on a link.
I would like to use fancybox as an Error and Success Message indication withouth clicking on a link. Scenario: A user fills out an HTML form and if some things are wrong, they see a fancybox image that is an Error. If they filled out the HTML form correctly, they see a fancybox image that is a Success message. I am close to getting this working, but there is a bug where the image does not show up as a fancybox, it is just the image on a blank white page. Here is my Code. These includes
Click link within panel then click Back Button back to the active panel?
I am using the accordion widget. I have some hyperlinks on each panels. For example, when click on a hyperlink within the panel 2, it goes to its page. when click the Back browser button, I want it goes back to the active panel which is open, but it always goes to the 1st panel. Sometime it works on panel 2, sometime do not. Also, it works on Firefox only not other web browsers. Can any one guide me how to solve the problem?
Any examples of using Cycle or Cycle 2 with BlockUI plugin?
Just wondering if anyone has mixed Cycle2 with BlockUI? I'm able to use cycle in lightbox or colorbox, but I thought it would be cool to use the two plugins above to get the job done. I've experimented a bit without much success. I'm a good html and css coder, but I'm not up to speed with javascript yet so it takes me a little time to get these things working.
Jquery Validate - IE6/7
Hi all, Hoping someone can help me .... sadly the answer is not just upgrade the browser (though I'd love to). I have a form that has 2 select lists. I'm utilising the .clone() function in jquery to move the selected option from one box to the other. All works well. The problem comes when the user validation fires and finds that there is a problem in any of the fields in the form. What then happens is if the user then uses the "move" button the form actually submits the Text of the select box
Jquery Isotope and space between rows
Hi, in one of the project use Jquery Isotope with Category rows layout. I dont understand, how to add more margin or padding between rows. I have shown in the screenshot where I want to add space Thanks!
[Solved] Isotope Filtering effect
About 2 hours ago i embedded the jquery Isotope filtering function in my drupal page as you can see here: http://sarahraaber.com/artwork_v2 The filter works fine, the only thing i dont get is, why the "filter effect" as you can see here: http://isotope.metafizzy.co/demos/filtering.html wont work. I tried the same stuff on a simple html page and anything works fine after 2 minutes work... :-/ Any idea how to fix that? Greetz Basti EDIT: Got it solved by just adding the needed css code -.-" http://isotope.metafizzy.co/docs/animating.html
Formatstring in highlighter
Hi, Using highlighter I think the formatString doesn't work as expected. The format I like to have is e.g 23.1 as a float number. But I get 23.0 as a float number but rounded to zero. I have the following little problem: highlighter:{ show: true, tooltipAxes: 'y', sizeAdjust: 12, yvalues: 3, //useAxesFormatters: false, formatString:'%0.1f #serieLabel#' },How can I get the correct numer? Thanks in advance Guido
[cycle] isReady callback
hi! does anyone know if we have someway to validate the cycle init? i mean ... can i have a callback function like onSuccess ? or maybe ... isReady where i can do more stuff after cycle is ready?? ...
htaccess asking for password multiple times using Jquery File Upload
Hi guys, I'm trying to implement the Jquery File Upload plugin on my website. I made a link in my website to reach the folder where the plugin is installed. Without any protection everything is working perfectly, i can manage files, upload, download. Then, I tried to protect the file manager with a htaccess file. The problem is, when I go to the manager, htaccess is asking for the password. If wrong, error, if right, I'm in. But then, if i want to delete a file, htaccess is asking again for the password.
How can i disable list of dates in date Datepicker?
Hi guys I like to use the following datepicker (TimeFrame). However, I like to do something extra with it which is disable some date from being selected! for example, lets say from 01/01/2014 - 01/10/2014 is not available then disable that range from being selected! here is the datepicker that i like to use. http://stephencelis.github.com/timeframe/ Thanks for your help
Datepick renderer.selectWeek makes the calendar to increment the year when done
Hello, i am working to integrate Keith Woods datepick plugin as an inline calendar with the renderer's hightlightWeek and selectWeek functionality. For any reason after clicking a week header to select a week, the calendar reloads, setting the clicked month as very first month, which is not what it shall do. Instead it shall keep the initial presentation with the current month being the first month. Why does it do this and how to prevent it from doing this?
Pageslider doesn't show
Hello, First of all, English is not my native language so I apologize in advance for any mistakes :) I was working on an assignment for school, we have to use some jquery plugins in our site. I would like to use a plugin for a pageslider. Downloaded from here: http://srobbin.com/jquery-plugins/pageslide/ Now, my problem is, I can see the second html file being loaded at the bottom of my page, but the pageslider itself isn't visible. Anyone with an idea to solve this? Here is a piece of my html:
Dynamically output the contents of a modal based on a click event (some contents will use accordions and so forth)
Hello, I have my modal working based on a single user click, but I need more (don't we all). I'm sure that this has probably been addressed a number of times before in these forums, so if your reply is simply a link to another post that answers it, that would be great! I have been searching through tons of posts and didn't quite find what I was looking for. In any event, here is a full description of what I want to do. . . . . I have an image map showing a large number of possible selections. A
looking for a plugin
hey i trying to find a specific plugin, but searches in google haven't helped me :| i looking for a plugin that doing these things: lets assume i have an image 2500X2500. i putting this image as a background on a div sized 600X600 now all i need is a buttons that will move the div background and content! for example lets say the div is 100X100 and i putting some text in a floating div positioned in x=300, y=500 which mean out of the range of the view. now if i want watch this text i need to move
SheepIt textarea data injection issue
Using: jquery 1.8.2 & sheepIt 1.0.1 I have a working page set up which uses data: [{ ... }] to inject data (using the constructor) into a series of cloned text fields When I convert these text fields into textareas, everything works, except the data injection part. There are no javascript errors - but the textareas do not populate with data at all. You are still able to clone the textareas and submit the form, and all of that works fine, but it just won't populate with data. I tried upgrading sheepIt
no such method blockUI
Hi, I faced with a problem using jQuery blockUI plugin. I got an error to my console Uncaught exception: ReferenceError: Undefined variable: jQuery Error thrown at line 573, column 2 in <anonymous function>() in scripts/jquery.blockUI.js: setup(jQuery); called from line 15, column 1 in /scripts/jquery.blockUI.js: (function() { If I try to run script I got an error no such method $.blockUI script is loaded, I see it in chrome debagger and nothing wrong with path to plugin. I use jQuery
Recommend a plugin that can style select box dropdowns with custom scrollbars
I'm looking for a plugin that can hide an HTML select element and replace it with div's and ul/li's to allow fancy styling. The plugin should be event-driven and should persist back to the HTML select element so that my server-side application does not need to know the difference. This is not too hard to achieve. There are several candidates out there, but my favorite so far is Sadri Sahraoui's from http://www.devirtuoso.com/2009/08/styling-drop-down-boxes-with-jquery/. I've modified it to behave
Wrapper not displayed with IE
Hi I am using this jquery plugin http://tympanus.net/codrops/2010/06/07/fancy-sliding-form-with-jquery/ on my webpage http://associationzyggy.free.fr/SurMaTableDeChevet/ (clic on the green button "demande de devis") I do not understand why my page is correct with firefox but bad with IE. In fact the wrapper is not displyed with IE Thanks
Next Page