jQuery form plugins with file upload failed in Linux Google Chrome
I'm using Google Chrome 4.0.288.1 unstable in Ubuntu 9.10. I try the example in http://malsup.com/jquery/form/#file-upload, using JSON type. After I select a file and click the submit button, the browser display the <textarea> with the JSON value in it. Anyone have the same problems? Is this a bug in plugins, or in Google Chrome? Thanks
Jcarousel problem
Well I'm pretty new to Javascript and jQuery all together but I seem to have broken my code :( I get the following error: jQuery("#carousel").jcarousel is not a function http://www.intactlab.nl/ Line 50 I thought that the include link was incorrect but this was not the case. Since it worked yesterday I guess it should be something small. Can anybody help? Thanks
Alter Cluetip plugin to have consistent Y axis position relative to element, help with cluetip on block elements
Hi, I'm trying to extend / alter the cluetip plugin so that it will behave more consistently on block elements. Currently if a cluetip is on a block element it will set both the x and y positions relative to the mouse. This is OK on the X axis, so that the cluetip stays on the page, but I do not want this behavior on the Y axis. The Use case is having a cluetip around a block anchor (around an image). Has anyone had succes with this? I'm basically looking to have a fixed Y position relative to
jQuery form and validation plugins un-register
does anyone know how to "un-register" a form from the form and validation plugins? Thanks!
JQuery Validation using type="Button" not "Submitt"
Hello, I´m creating a form that calls a div hidden. But the problem is; I have to use type="Button" JQuery only validates using type="Submit". Is it possible validate with Button ? Thanks Douglas Luciano
jquery validation stop validating
i have a form that uses jquery and jquery-validation. the validation sort of works for some and doesn't work for some. it supposed to work for all "required" but it doesn't validated properly. you can submit the form without entering all fields although all the fields are required. all include files are from jquery.com. many thanks for your help here is my code: [code] <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> <html> <head>
Menu won't slide up (sometimes)
Hey guys, I've followed this tutorial: http://www.noupe.com/tutorial/drop-down-menu-jquery-css.html I adapted it to make it so the menu slides down when you put your mouse over, instead of clicking it. I also integrated "hoverIntent" to it. I am having problems with it though. If you visit my website at: www.roxbourne.com Sometimes the services menu won't slide back up and gets stuck. I don't understand how something can be so intermittent. Here is the Jquery: jQuery(document).ready(function(){
Validate Select List(s)
Hi All, I'm new to jQuery. I need help for the following. I'm using the validator plugin. Here is an example I'm trying to validate. (required) Step 1: <select name="car_choice" class="required" id="car_choice" > <option selected value=""></option> <option value="Chevy">Chevy</option> <option value="Ford">Ford</option> <option value="Motorcycle">Motorcycle</option> </select> (only required, if Chevy or Ford) Step 2: If Chevy or Ford, please select car or truck. <select name="car_truck"
Best context menu plugin.
What context menu plugin would you guys suggest? There are a number of them out there and I'm looking for suggestions as to which one(s) you guys like. I wish the pluggins had a rating system.
jQuery plugin design pattern (common practice?) for dealing with private functions
Hey all, I've been developing jQuery plugins for quite some time now, and I like to think I know how to design one well by now. One issue keeps nagging me though, and that is how to deal with private functions in a powerful yet elegant manner. My plugins generally look something like this: (function($) { $.fn.myplugin = function(...) { ... // some shared functionality, for example: this.css('background-color', 'green'); ... }; $.fn.mypluginAnotherPublicMethod = function(...)
:hidden and :visible doesn't work well in 1.4?
I use the jquery treeview plugin (from Jörn Zaefferer) with jquery 1.2.6 version but yesterday I updated the version and the plugin crashed... I found the "bug": this.filter(":has(>ul:hidden)") .addClass(CLASSES.expandable) .replaceClass(CLASSES.last, CLASSES.lastExpandable); so I tested the following alert: (under 1.2.6 and 1.4 version) alert(this.filter(":has(>ul:hidden)").length); alert(this.filter(":has(>ul:visible)").length); I had 4 list element in it 1-1 ul (in 3 cases the ul is display:block
livequery firing function too many times...
So I've written some code but it's not quite working how I'd like it too. Here's the problematic part: //Manage click events for photo sub menu $('#photos_sub_list li').livequery(function(){ $('#photos_sub_list li').click(function() { //load selected section switch(this.id){ case "film_photos": content.slideUp('normal', function(){ content.load("photos.html #photos_film"); allFade(1000);
jquery plugin development... beyond the basics
I would like a bit of assistance from anyone who can help me create a plugin to encapsulate my code... I understand the basics of plugin development... what I don't understand is how to best handle different methods/functions. And maybe a plugin is not the right approach? Let's say I want to do 3 possible things in my plugin. 1. register a form to be validated and submitted 2. un-register a form 3. process form submission results returned via json Using the standard pattern, i would declare the
How do I add a jQuery Content Slider to my site?
Hi All, How do I add a jquery "content slider" to the main page of my ning.com site? I have a way to upload files but I am not quite sure what goes where. I can also add code directly on the ning site using an html box and add css to another part of the site. I know a little html and I have downloaded the "easyslider plugin folder" Here are some sample jquery sliders . I think I will use the jquery easyslider. I would like to feature blog posts on my site that includes a photo and text link.
Slimbox 2.3 and jQuery 1.4 problem
It seems that updating to jQuery 1.4 makes Slimbox plugin [a Lightbox clone for jQuery] unusable. Before, when an image link was clicked the flash objects would be hidden and after the Slimbox 'popup' closed they would show again. This waas working perfectly with jQuery 1.3.2. After updating to jQuery 1.4 when the image is closed the flash object[s] still remain hidden. Is there a workaround for this? Thanks in advance, T
JQuery Metadata: How to set Parameters after modifing the same
What I want is that the user will work with the data and I will save the state using metadata but can't find a way of doing the same Thanks in advance CSJakharia
Tree view question
Hey guys, This is first time I am actually using JQuery and I want to implement Tree-view using JQuery. Now, in this case I want to generate a tree view strucute which looks and behaves like Demo 3 on the link : http://www.dynamicdrive.com/dynamicindex1/treeview/index.htm Now, as far as my knowledge is concerned, I have to download JQuery,Treeview.css, which actually contains all the effects of the treeview structure. Now, if there is a common file for all the treeview strucutrs using JQuery. Now,
jquery 1.4 and validation plugin has trouble
I'm trying 1.4 on a development environment and I'm using the validation plugin: I'm getting this error: 'setting a property that has only a getter' with this line in jquery: Is anyone else having issues, could it be with the plugin or jquery core?
Using Quicksearch plugin, unable to call private function...?
Thanks for viewing - I'm trying to use the quicksearch plugin found at http://rikrikrik.com/jquery/quicksearch to filter a table for a client site. It's working great, but the client wants me to implement a "clear filter" button to simply reset and display all the data in the table. Should be simple enough. I used jQuery to empty the field with a button, but the data doesn't refresh unless the "keydown" event is triggered on the field. In the plugin script, the function qs() is called when the event
Help with validate plugin
I was successful in adding validate to my contact form, but then when I added the submitHandler option it stopped working completely. I want to handle the submit myself and then post a thank you message on the bottom of the form - that code works fine when it is by itself, but not with the submitHandler. In fact, I can't get a submitHandler function to do ANYTHING, including a simple alert. Code is below - any help would be much appreciated! Roi $(document).ready(function(){ $("#contactForm").validate({
superfish menu makes ie6 crash.
Hi all, i have a joomla based website (www.vaxilbio.com) with which i use superfish menu. i have 7 items on the main menu and i used the superfish css file to create rollover effects for them. for the first 6 items i used the sfHover class for the rollover but for some reason the last item on the menu dont get the sfHover class on mouseover so i had to use some css trick, attaching the rollover effect to "a:hover" state instead of sfHover. problem is, this new code is causing IE6 to crash (see
Slider Plugin
Hi: I want to know what is the best gallery slider ? it's important that it has image preload. Thx
jQuery Flash Plugin: percentage loaded?
I'm using this plugin: http://jquery.lukelutman.com/plugins/flash/ Is it possible to get the percentage of the loaded movie?
BlockUI plugin and AJAX post, get returned HTML as the message overlay
Hi guys I'm working on a new project and I've got my forms all AJAXed up and working well in combination with the BlockUI plugin giving excellent user feedback. Here's my jquery code: // ORDER FORM SUBMIT $('#order_form').submit(function() { $('#order_form_wrapper').block({ message: '<span class="h3 ajax_loading">Please wait...</span>', css: { border: '5px solid #ededed', padding : '15px' }, overlayCSS: { backgroundColor: '#fff' } }); $.post('/order_ajax.php', $('#order_form').serialize(),
WorldClock plugin(code review)
I'm hoping someone can take a look at my first attempt at a plugin, and give me some feed back. It can be found at here . I have tested everything, but I wanted some feedback on overall structure or what might be some best practices that I'm missing. Thanks.
dropdown menu jdMenu(check image)
I have some problems with displaying my drop down menu, if you see the image i am attaching there are big differences between IE and mozila: -IE navigation is in ok position while in firefox it is was too much on the left side. -Dropdown on IE opens too low and in firefox just a bit too high - i want it so it starts directly under blue navigation line. -When users are logined in IE it doesnt overlays the user submenu(Add tracker,existin....) while in firefox it does. How can i fix these issues,
Need help with page focus with jQuery Accordian
I have created a simple Accordian with 25 panels. How do I click from a remote location and open the correct panel (this part I have) WITH the panel focused to the top of the page? Right now the panel opens correctly to the right one - but if it's lower in the list it opens outside the viewable area. How do I fix this? ===>The accordian mock-up is here <=== Any help is greatly appreciated. Thank you - Andi
Help w/ JCarousel
Hi, I'm using jCarousel (http://sorgalla.com/projects/jcarousel/examples/static_simple.html) and would like to have the first 3 images "fly in" from the left on page load so users can see movement and understand they can interact w/ the carousel. It would act almost as if the "next" button is being clicked upon page load. Any ideas as to how I can accomplish this? Let me know if you need more information. Thanks!
Using jquery form and validate plugins together
Hi I'm new to jquery - I'm successfully using the jquery form plugin, but I want to be able to use jquery validate on the same form. How can I get it so that the form validates before submit? Here's the jquery form code I'm using: $(document).ready(function() { $('.sub_spinner').hide(); var options = { target: '#output1', // target element(s) to be updated with server response beforeSubmit: showRequest, // pre-submit callback success: showResponse // post-submit
customizing layout of cluetip
hello all, i am new to jquery and i am trying to use cluetip plugin. please tell me how can i change background of my cluetip??? i have tried to play with css file but could not succeed. please guide me. regards Rizwan
history plugin issue
Hi all. I'm trying to get the history plugin working with some show/hide content. I've attached the code I'm trying to get to work. My issue is that it works fine in firefox (3.5) but not i.e. 7 or 8. Any suggestions welcome! Thanks...
Four JQUERY Grids on a single page needs almost same data.
Hello, I have 4 JQUERY grids on a single page. They all need almost the same data. I do not want to execute the LINQ queries multiple times for these grids as it will be an overhead on the database. Lets say for example: my linq query brings back all the employess from the database. Example: var employeeResultSet = from n in Employess select n. Then in my grids I want something like below: Grids A, I want to store the employess with age less then 20 yrs. Grids B, I want to store the employess with
How can I populate 4 different JQUER (JSON ) grids without making 4 different calls to the database.
Hello, I am new to learning JQUERY. I am using MVC and LINQ along with JQUERY. I have 4 different JSON Grids and making calls to the controller to populate the data for these grids. Like this: jQuery("#ReferredList").jqGrid({ url: '/PGR/TitleApplications/TitleApplicationsForCurrentUserListData', In my Controller I am using LINQ to get the data. The problem is that the data in these grids is almost same and I do not want to make calls to database 4 times. I want to store the data
Animated Record Deletion being choppy! Please help!
The code is working great except when you delete a record the animation is a bit choppy. I've only tested it in IE7. I got this tutorial from David Walsh's website... any suggestions?? live demo: http://www.rimdev.sgspoint.com/quality/index.php PHP Page: if(isset($_GET['delete'])) { $sql2 = 'DELETE FROM table WHERE id = '.(int)$_GET['delete']; $result2 = mysql_query($sql2); } $sql = "SELECT * FROM table"; $result = mysql_query($sql); while($row= mysql_fetch_array($result)) { echo '<DIV class=record
Video plugin
Hello I am new to jquery and looking for some help. What i want to do is that when i click on certain image an video plugin will popup with youtube video in it, i dont want it to link to youtube just to play the YT video in some nice plugin on website. Can anyone tell me how to do this and what code do i need to copy to server. Thanks Roy
Cycle Plugin Pager Issue in Flicker API function
So I'm using the Flicker API to generate a slide show that pulls in the Image, Description and Title. I want to use the Cycle Plugin for the fade effect and Pager attribute to handle the navigation. The problem is the Pager gets looped over-and-over along with the call to pull the images from Flickr: Test Page: http://www.petermichaelsallen.com/flickrTesting Script: http://www.petermichaelsallen.com/flickrTesting/flickr_import.js $(document).ready(function(){ var apiKey = 'e63c7b561755bc26ab3b400538a03876';
problem with malsup's rounded .corner() plugin and IE borders
hi i have an element with a css styling with a border. im trying to round the corner for this element but this doesn't seem to work on IE8. anyone know how to go around this issue or know if there is a fix for it? i think it works if i do that parent() thing but its not really an elegant solution for me. it'd be nice if the plugin author can chime on to this as well. thanks.
Jquery Scrollable Customized - Errors
Hello, I am using the following plugin: flowplayer.org/tools/scrollable.html I've slightly customized it by removing the tabs, and using image buttons. you can view my work here: http://getitnow4free.com/FreeWebsite/Page2.html If you keep hitting next template and previous template buttons in order to cycle through all of the available templates, you will notice that the templates and preview, download buttons move more and more out of place the more you cycle through them. Can anyone tell me why
Trouble in IE7 w/ jquery.jsonSuggest.js
My implementation of jquery.jsonSuggest.js works for me in Firefox, but it's not working in IE7. I know it works in IE7, b/c the demo site works in IE7. What am I doing wrong/differently that's causing my implementation to not work in IE7. Here's my implementation: http://qa.chiefsupply.com/suggest1.asp Here's the demo: http://tomcoote.co.uk/JavaScript/JSONSuggestBox/demo.html Thanks in advance!!!!
Star-Rating + AJAX Updated DIV
Hey there, first of all i'm really new in jQuery Coding. so maybe it is just a simple problem. i'm using the Star-Rating Plugin (http://www.fyneworks.com/jquery/star-rating/ ). i get everything working like i want it. but now i have a problem: when i update the div where the ratings are and add a new entry, the form will not be submitted anymore when i click on a star. i'm using: <script> $('input[type=radio].auto-submit-star').rating(); </script> to convert the radio buttons to the stars, that
Next Page