Can I animate div as per page percentage load
I found a lot of plugins which give me percentage load, but is it possible to have a 'transition animation page' load as per percentage loaded. (e.g if percentage loaded is 50%, then the div height should be 50%).
Have more time in before callback of cycle plugin?
I'm using cycle malsup plugin. In my callback function onBefore, I have a fadeOut effect but It seems the before function trigger only a moment and the next slide appears before my fadeOut effect completed. How to make the before function trigger in a longer time? Here's my code: $('.slideshow').before("<div id='nav'>").cycle({ fx : 'scrollRight', fxFn : custom, speed : 500, pause : 1, before : onBefore, timeout : 6000, after : onAfter, slideExpr : 'div.layer', sync : false }); function onBefore
Lightbox problem. It works great when I test in Dreamweaver preview mode but it doesn't work in the online.
I am not so sure what could possibly went wrong. Everything is perfect in dreamweaver preview mode but not the online. If something wrong my code it shouldn't work in dreamweaver too. I am so frustrated.
starting up multiple jquery plugins.
Hello, this is my first post. i am a newbie at the world of jquery and i have this problem on a web page. i want to start up two jquery plugins just on header wrapped with a script tag. the plugins i am using is countdown and anythingslider. the header script i use is, but for some reason it doesnt work on countdown another question is the order of the inclusion of scripts affects the script itself??? example: <script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.8.2/jquery.min.js"></script><script
Jflow slide every few seconds
Hi Is their a way to set a property in Jflow to move the slide every few seconds or should I wrap it ar ound the set interval?? or any examples I have had a look about and haven't seen anything. thanks jasemilly
Getting the color of a datapoint when in the jqplotMouseMove event
I have an event handler declared as: .on('jqplotMouseMove', function (e, gridpos, datapos, neighbor, plot) If neighbor is true I need to find the color of the datapoint they clicked on. Is there some method I can call that will give me that?
Fullcalendar - not showing time of events
I'm developing a list of scheduled events using Fullcalendar, and everything is working fine, except it thinks every event is an all day event. The code is as follows: <script type='text/javascript'> $(document).ready(function() { $('#calendar').fullCalendar({ showAgendaButton: true, columnFormat: { month: 'ddd', week: 'ddd d/M', day: 'dddd d/M' }, timeFormat: 'H:mm', axisFormat: 'H:mm', header:
Is this considered a Jquery plugin? Anyone able to implant it?
Anyone able/welling to help me implement a select drop down menu, this is it:http://webdesign.tutsplus.com/tutorials/site-elements/styling-dark-select-dropdown-with-dropkick-js/ I wanted to know how to implment it, if someone could do it in firebug on the site and send me the code or show me on a screen share. The sites already up, but I dont know how to do it. The link above has an entire video tutorial on it, but I dont understand it. Im not good at coding. Anyone interested in screen sharing
plugin on www.one.com
someone knows that the server www.one.com not support jQuery? i've uploaded a page and the gallery plugin ot work. tks for usefull comments...
Validation issue
i found this plugin autotab and validation as you can see in there's demos in the page .. and it's working quiet perfect with autotab .. it changes the focus from an input after reaching the maxlength .. but i have a little problem .. i want to validate a unique form with "Day" only .. so i created this .. jsfiddle what is the correct regex pattern to use please ? i've checked every possible combination but not giving me the result i want !
validate.js & timeentry.js conflict?
Please see my jsFiddle demonstration by following the link below: http://jsfiddle.net/thargenediad/gerus/ I believe I have some sort of conflict between the validate.js & timeentry.js plug-ins. When I remove my call to // initialize the Pickup Time field $("#pickupTime").timeEntry({ maxTime: '04:00PM', minTime: '08:00AM', spinnerImage: '../Templates/images/timeEntrySpinnerDefault.png', timeSteps: [1, 15, 0] }); , the "timeEntry" validation method gets called properly (but not
Jquery easy confirm dialog.js - Open url with parameters
Hi, I'm implementing the plugin jQueryMobile - SimpleDialog I managed to make it work, but now, after the confirmation I need to open a url with a parameter taken from a variable-php. Ho provato cosi ma non funziona l'eliminazione del record. <?php $idCliente = mysql_real_escape_string($_GET['idCliente']); ?> <script type="text/javascript"> $(document).delegate('#simplebool', 'click', function() { $(this).simpledialog({ 'mode' : 'bool', 'prompt' : 'Vuoi Cancellare il Record?', 'useModal':
Creating a custom input type for jEditable.
I'm using the jEditable plugin and the following code to toggle between On and Off for a series of settings on a page. $(document).ready(function() { $('.editable_select').editable(''http://someexamplepage.com/save.php', { indicator: '<img src="/images/spinner.gif">', data : " {'✓':'✓','✗':'✗'} ", tooltip : 'Click to Edit', type : 'select', onblur : 'submit', style : 'inherit' }); }); And then this in the html: <b class="editable_select" id="setting1" style="display:inline">✓</b>
Jquery Datatable Plugin - Adding new row with pagination
HI, Can someone help in adding a new row in jquery datatable. I tried adding row with pagination. It always adds to the last page. Is there anyway to add the new row in the page where we are adding? Or it is better if the user is taken to last page where the row is added. Any help on this.
combining multiple images and zoom that image like a simple image.
hi , this is my first . I have lot of images [thumbnail and original size ] , i want to combine all thumbnail images into a single image [look like] , and zoom that image like Google map . Is any j query plug in is available for this ? thanks in advance
jquery validation plugin will not work if I change input type=submit to type=button
I use the jquery validation plugin that I found here My problem is, in the form, if I change the submit button from <input type="submit" value="Add" class="add" id="addbutton"> to <input type="button" value="Add" class="add" id="addbutton"> the form will not validate or work. I'd like to use button instead of submit, because if a user has javascript turned off, the form will not submit at all. It'll simply sit there doing nothing. Any idea how to solve this and make it work when type="button"
How to Display Directory Structure as Tree View
Hi All, I Need to Display Directory Structure as Tree view using Jquery Are there any JQuery Plugins which are Open source and easy to integrate with existing ASP.Net MVC Web application ? Output should display as follows Mycomputer C Drive D Drive E Drive On Clicking Any of the Drive Letters it should display the contents in it. If it Provides Upload Option then it is very helpful. Thanks, Charan.
Validate and validity submitting form even after failing validation
I manage a website that uses a javascript call to an outside CRM to create a contact form (this part I can't change to local) but this contact form won't require the phone number. Since I have no control over the form data, I'm trying to use validate or validity to require the phone number field. Well I've gotten it to throw an error when the phone number isn't there, but its still submitting the form. How can I get the plug in to prevent submitting the form if the validation errors out??
Timer function?
I am looking for a JQuery timer plugin for an online app I'm developing. The whole point is to allow the user to be on the page for a certain period of time and then when it's up a bell will ring or something like that. I am new to JQuery/Javascript, and I can't find anything useful on Google. Any thoughts?
Jquery in Joomla
I am trying to turn a lynda.com Jquery carousel script into a Joomla module, I believe I have moved across everything from the original, but I am unable to make the script work in my joomla site. I am unsure what is causing the script not to work. I am using Jquery 1.6 Roundabout plugin - http://fredhq.com/projects/roundabout/ Joomla! 2.5.8 StableTo try to eliminate or track down the error I have already tried these and number of other strategies each to no effect to no effect :( Removing moo
Validator dynamic fields
Hello, this is just for info, if some one is facing the same problem as me. I have a form, with the option to "clone" a part of the form. Which gave me code like: http://jsfiddle.net/TP768/ I could not understand why it only said error on the first field. Then i played around and added values inside the [] http://jsfiddle.net/Z5aHK/ And now it worked.
Cycle plugin - slide navigation WITHIN slide
HELLO! I use the Cycle plugin regularly, but I have a slightly tricky problem! I need to include 'prev' and 'next' buttons WITHIN that actual slides (so that the buttons slide with the content) rather than them being static outside of the slides. So, on the first slide, it has the content, with a small 'next button', and then the following slide has the content, with small 'previous' and 'next; buttons. <div class="controls"> <img src="images/arrow_left.png" class="prev"/> <img src="images/arrow_right.png"
Different directions of scrolling and scrollbar (jQuery Scrollbar Plugin)
is it possible to scroll a div vertically with a horizontal scrollbar? (see image - f.e. by sliding the circle to the right you would scroll down) It would be great if this would be possible with a popular jquery scrollbar plugin so I can use some advanced options without coding too much... Thank you very much. -- CHECK IMAGE FOR UNDERSTANDING:
Validator rules using remote
The remote method of validator using one field works fine. I have a LastName field in the remote rule, where I am passing FirstName and a unique identifier and the LastName for validation. I add an invalid data on the form I get error message correctly. I change the fields values of LastName and FirstName to valid data The parameters passed to the remote url donot change, and error is displayed even for correct data. I can't get pass this. the code goes like this: LastName:{ required:true,
Setting treshold when using Mika Tuupola's Viewport Selectors
I'm currently working in a portfolio site with horizontal navigation (http://espaun256.prompt-dev.com/moving/), and I'm using Mika Tuupola's Viewport Selectors (http://www.appelsiini.net/projects/viewport) to set the element closest to the center of the screen. So far I have this: $('#wrap').bind('scrollstop', function(){ var inview = $('article.post:in-viewport').get().length, center = Math.round(inview/2)-1; $('article.post:in-viewport:eq('+center+')').addClass('activo'); }); Even if I'm close
Jquery Cycle next/prev button bind click during animation
Hi all! I created a slideshow with Cycle plugin, here is jsfiddle: http://jsfiddle.net/wHLgB/5/. when I click next/prev buttons during animation of slide texts, margins doesn't set properly, so animation doesn't work as expected. Is there a way to bind next/prev buttons clicks during animation of texts and unbind them when animation completes?
jquery template API 怎么打不开了
jquery template API 是不是停止了??页面打不开了。还是换成新的网址了?麻烦您告诉我一下
Conteúdo animado em Jquery...
Olá pessoal... Eu to desenvolvendo um site e está quase pronto,mais gostaria de saber se alguem sabe um plugin ou script em jquery,para fazer o conteúdo das páginas deslizarem da direita para esquerda,ou de cima para baixo,quando clicar em qualquer menu. Eu vou deixar um site exemplo para vocês ter uma idéia: http://pt.wix.com/website-template/view/html/interior-design Poderia usar esse sites prontos aqui,mais quero eu mesmo criar meus sites. Desde já obrigado. Um ótimo ano com muita
datepicker, using Inline mutiple select
I am trying to incorporate the inline mutiple select functionality so that a user can select multiple days. Notice...I tried incorporating inline:true, selectMultiple:true but it did not do anything. Any advice, suggestions please. $('#attenDates').datepicker({ //date range for calendar defaultDate: new Date(endYear, endMonth - 1, endDay), minDate: new Date(startYear, startMonth - 1, startDay), maxDate: new Date(endYear,
Problem with datepicker while setting its initial value
Hi, I am using datepicker in my page for user's date of birth. It is working fine when user first time enters his/her date of birth. But when he want to update date of birth then datepicker doesn't set its initial value. But It can set another date when user selects date. It doesn't show previous selected date. My datepicker is inside an Update Panel. below is code the which I am using. Because My datepicket is inside update panel, that's why I have used function & then I have registered this function.
jquery calendarsPicker
i am using keith wood's calendar picker and have a question about showstatus. showstatus is used to show the date when you hover. I am using the ethiopian calendar and it shows me the (ethiopian)date I am hovering over. is it possible to also show the gregorian date for the date that I am hovering over. I want both dates to be displayed in the status box. How can i do this? this is the code i am using>... $('#EtDate').val(ec.formatDate('DD, MM dd, yyyy')). calendarsPicker({showOnFocus:
Navigate using Arrow Keys
I m using this Gridview http://gridviewscroll.aspcity.idv.tw/Demo/Style.aspx#StyleCustom2 Can someone tell me how i can Navigate into GridView using Arrow Keys into that gridview Thanks :)
PROBLEM UPDATING A REALTIME FLOT GRAPH WITH JQUERY
Hi my friends: I am trying to create a real-time graph with flot plotting library. I am doing it this way: 1) The initial data i am retrieving it with this PHP script: "param_pozos_linea2.php". This scripts brings me the data in a string like this: [[1357296902000,271.9],[ 1357296603000,267.26],[1357296303000,268.3], [1357296002000,261.6],[1357295703000,184.91],[1357295403000,27.09], [1357295103000,103.2]] 2) The new data i am fetching
Modifying a Plugin
This image slider is from a plugin but doesn't automatically scroll. gmjones.org/slider/slider.html I'm brand new to jquery but none of the tutorials I've veiwed seem to be able to shed any light on this. The site it came from doesn't seem to have any solutions in the comments section. I'm used to working with a single css file but this slider has three!! Can anyone point me in the right direction?
cycle, dealing with different image sizes
I'm having a few issues with the cycle plugin. I have divs within each group of slides - there's a div for the image itself, then a navigation div that includes pagination and image captions. This all works, but when an image that's slightly smaller than the others (vertically) comes up, the div below the image bumps up to fill the gap. I want to avoid that. I was hoping that the cycle plugin allowed for some resizing or at least maintaining the image div at a constant size since cycle is providing
Cluetip not working inside hidden Div
Hello! I m using jquery cluetip and it works find. However there are few sections inside a hidden div where i need to show cluetip but its not working. Can anyone help me resolving this??
How to allow "pipe" in url validation
I've been using the (bassistance.de) url validation plugin and would like to customize it to allow additional special characters, such as the "pipe" | character. My understanding of regex is limited, so I would appreciate any ideas on how this can be done. Based on the demos for url validation at http://jquery.bassistance.de/validate/demo/, it does not allow the pipe character and shows "Please enter a valid url" error message. From what I understand, the pipe may not be a valid character according
custom scrollbar for lightbox or slimbox gallery
Is there a way to create a lightbox or slimbox gallery with a customized scrollbar? I have too many thumbnails to fit into my defined region without overflow, but I don't like the look of the default scrollbar. I have tried various combinations of gallery plugins with various scrollbar plugins, but once I have inserted the scrollbar links into the header of my page, the lightbox does not pop up but instead opens in another window. If that is not possible, is there a way to have multiple "pages" of
jquery slider bug
the images do not automatically move any more after clicking with force move arrow how to fix them to move automatically again providing my code below http://jsfiddle.net/48y2Q/7/ http://jsfiddle.net/48y2Q/7/embedded/result/ <script type="text/javascript"> $(function () { $('#da-slider').cslider({ autoplay: true, bgincrement: 450 }); }); </script>
Firefox issue (jScrollHorizontalPane.js)
Hello there, I'm all new to this forum, and to jQuery, so I want to make a short introduction: my name is Bart and I'm a webdesigner from Holland. I'm trying to get into jQuery (and javascript) so sorry if my question is kinda stupid :-) Since a couple of months I'm trying to get this slider up and running. After struggeling with flash I decided to use jQuery. I found this plugin called jScrollHorizontalPane.....almost the perfect tool, with a few requirements left I began to change some styles.
Next Page