Superfish w/ SuperSubs & sf-NavBar
My goal is to get the SuperSubs to work with the SuperFish-NavBar for 3rd level menu items. Below, I outline the issue with what specifically causes it to break. Has anyone successfully used SuperFish sf-navbar with the "Superfish-SuperSubs" ? SuperSubs works fine alone, and the sf-NavBar works on its own, but I am looking to combine the two for 3rd level menu options. The purpose of SuperSubs is to fix the width of the sub menu items, allowing long Captions to be displayed without wrapping text.
What is happening? Cycle plugin
Hello people, I am new around here and you have been of great help so far. I have a question, I changed the CSS position of the cycle plugin from absolute to relative because it was overlapping my footer (see problem: http://www.efraineduardo.com) Now it doesn't overlap but the transitions are behaving in a weird manner. I don't know where the problem is.
Jquery Validator - need to add a method
Hello all, I am still struggling with the ins and outs of this plugin: http://bassistance.de/jquery-plugins/jquery-plugin-validation/ Now I need to add a method because I don't believe there is any existing method to do this. I need to check several different fields in a form to make sure they are not all empty. Two select fields and one text field. Can anyone help me with this? How can i add a method that is for the entire form, which will then look at the specific elements I need it to, to check
Center pnotify ...
Does anybody know how to center the growls in the pnotify plugin ?? ... this is the plugin I'm talking about .. http://plugins.jquery.com/project/pnotify I would also like to know how put some overlay, since the desing of the growls is very nice and I've decided to try to use it as dialog or modal box (just to show loading messeges from ajax, hence my need of overlays and cetering it). But the main matter is to center the growls .. jony
how to give hyperlink in jquery spiltter
hi, i'm using the jquery spiltter plugin, in my page spilting the window into 2, in the left pane list of links are available, on clicking the left pane link i need to open the page in right pane... how to do that???? thanx -Geller
problem with image array
Hi, im stumped here: This code executes without errors in chrome & FF but the alert returns 'undefined' even though if i open the javascript console and type 'images' the array of sting paths is returned fine. Is this a scoping problem? var images = new Array(); $(document).ready(function() { $.getJSON("images/research/getImgs.php", function(json){ for(var i=0;i<json.length;i++) { images[i] = json[i]; } }); alert(images[1]); $('#slideshow').attr("src", images[1]); }); many
How can I use media plugin to load EXTERNAL DOMAIN html page ?
Hello it is about jQuery media plugin (http://malsup.com/jquery/media/ misc.html) Can I use <a id="mike" class="media {type: 'html'}" href="http:// www.google.co.in"> This to load EXTERNAL DOMAIN html page in an iframe that media plugin I create. When I tried above code it did not work.Do I need to do anything else for this ? Thanks in advance
Display the title of the current child element JQuery Cycle Plugin Malsup
Hi, I m pretty new with JQuery and I m using the plugin JQuery Cycle from malsup to create an images slideshow. It works very well. If I look the source code, I can see that all the images are (dynamically) listed, but just one is displayed on the website. My goal is to display the name of the current image on my webpage. My problem is that all the name of the images are currently displayed. The question is what can I use (function, etc.) to point out the title of the current image only? Which means
form validation | help with submit
hello there jquery gurus. its my first time posting here in this forum and new to jquery i have this problem about form validation...on where to put the submit function.... here's my code <script type="text/javascript"> jQuery.validator.setDefaults({ debug: true, success: "valid" });; </script> <script> $(document).ready(function(){ $("#myform").validate( { rules: { EEmail: { required: true, email: true }, email_again: { required:
Datepicker - making todays date the same color as every other day
Hi, When using datepicker, todays date is always a different color, is there a way for me to make it the same as every other day? <script type="text/javascript" > $(document).ready(function(){ var dateGlobal = null; var dialog = null; $("#courseend").datepicker({ beforeShowDay: function(date) { var a = new Array(); a[0] = date.getDay() == 0; a[1] = ''; a[2] = ''; return a; } }); $('#courseend').datepicker('option', {dateFormat: 'dd-mm-yy'}); }); </script>
Datepicker - how do I make todays date the same color as the rest of the dates?
Hi, when using datepicker, how do I make todays date the same color as the rest of the dates on the calander? Thanks
Looking for a plugin
My page has two columns. Before jQuery, the right hand column has a long list of endorsements (a bunch of html, text and sometimes an image), each contained in a classed div. On the left, I have a summary list of those endorsements (linked via id's and fragments). Obviously there is no parent/child relationship between the list and the content. I'm seeking a plugin which will display only the currently selected endorsement, and will transition (fade or slide) to whichever one the user clicks. Also
problem with jLoader plugin
I'm using jquery versin 1.4.1 and trying to implement jLoader 0.1, but when I use it ... I get this error from firebug .. ie is null if (ie[0].match("MSIE")) {\n jLoader.js (línea 205) This is the code of my page <script language="javascript" src="jquery.js"></script> <script language="javascript" src="jLoader.js"></script> <style type="text/css"> div { font-family:Verdana, Arial, Helvetica, sans-serif; font-size:
bassistance's TreeView
How can i change the style for the component? Actually i need more compact size, less vertical space between leafs.
Script error in Internet Explorer 8
Hello All Experts,,, i'm using Jquery superfish and jquery cycle in my website.everything working fine in firefox and chrome but not in internet explorer 8. when i m browsing in IE8 its showing script error or active X control error and then images in my header slider falling below side individually ..but as soon i click on allow block content, its working fine....i'm not expert in website designing so i would request all the people here to please help me to sort out this problem
Searchable dropdown that shows all the elements if no string is entered.
Hi, I need a dropdown that supports search. I have looked at a number of jquery plug-ins, including quickselect (http://plugins.jquery.com/project/quickselect). It works great, but it will show no elements, if the string entered is null. I want to display all the elements when the user clicks on the dropdown and then filter the elements as user enters the string. I was wondering if anyone has written a plugin for this? Any code snippets/suggestions are also welcome. Thank You
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
validation plugin custom submitHandler ajax
having problem with the custom submitHandler ajax validation .... here is code var validator = $("#signupForm").validate({ submitHandler: function(form) { $.post( 'ajaxserver/ajax_captcha.php', { code: $("#code").val() }, return_captcha ); $.post( 'ajaxserver/ajax_username_availability.php',
Superfish - Question on height
how do i modify the height of the menu via css? thanks in advance for any help provided.
Need help with tables
Hi, I am new to jquery, Suppose this is my table <table> <tr id=b1><td>BUY</td></tr> <tr id=b2><td>BUY</td></tr> <tr id=s3><td>SELL</td></tr> <tr id=s4><td>SELL</td></tr> </table> here i want to change background color of every row that start with 'b' to Blue and every one that start with starts with 's' to red. I fill it might be easy, but since i am new to jquery i am not able to figure it out. your help would be greatly welcome, thanks in advance.
Tweet! Plugin not displaying tweets?
Not sure what I am doing wrong. I followed all the steps on the plugin site. I am new to jquery and javascript in general. http://tweet.seaofclouds.com The tweets should be displaying above the "Follow Me" button on this site: www.saranatasha.com If you view the source you can see I already have an empty div setup there where the tweets are supposed to populate. This client wanted to use Weebly's WYSIWYG site building tool so I'm not sure if it could be related to that, but all the necessary files
Superfish + supersubs with virtual URL (urlRewriter)
Supersubs stops working on all browsers and causes an "Object doesn't support this property or method" in IE 8 (probably 7 as well) on my product pages that use a rewritten url. http://sandbox.elementalcoffeeroasters.com/Products/7-purusha.aspx The menu works as expected at higher levels: http://sandbox.elementalcoffeeroasters.com/Category/3-regular.aspx Does anyone have any suggestions as to how to fix this? This is the code on my master page which I am using: <link rel="stylesheet"
DropDownList with TreeInside
Is there any plugin that implements a DropDownList (SELECT html element) that allows to choose among tree elements?
Malsup form plugin help
I am using the form plugin to post my form. Everything works fine until I try and load an external page. See here: <script type="text/javascript"> $(document).ready(function() { //shows loading screen whilst posting via ajax $().ajaxStart($.blockUI).ajaxStop($.unblockUI); var options = { target: '#alert', }; // bind form using 'ajaxForm' $('#add_customer').ajaxForm(options); //load form.php $('#theform').hide().load('form.php', function()
[SUPERFISH] individual menu item colouring not working as expected
Hi I'm implementing the superfish menu module for Joomla to my site. The site in question requires different colour dropdowns, eg first column colour 1, second, colour 2 etc. I am able to change the first item colour no problem by doing this: .sf-menu li.item1 { background: #ffffff; } However when I do this .sf-menu li.item2 { background: #ffcc99; } .sf-menu li.item3 { background: #ffcc00; } It does nothing. What's the problem here, am I missing the point, or should this work?
j-query Lightbox - works locally not on website
I am a newbie when it comes to website developement, especially j-query. I downloaded and created a lightbox picture gallery. It works perfectly on my computer, but not when I load it to my domain. The file structure is the same on my domain server as my computer. I have checked the script paths and they appear to be correct. I don't know what else to do. Can you tell me what I am doing wrong? Here is the site. www.lbc-construction.com/projects.html Thanks
Joomla Superfish Navbar not working
I installed superfish in Joomla 1.5 with Ja_Purity as template I have installed superfish and it is working for menu style horizontal ad vertical but navbar is not working Have a look at www.aagc.net/cms I have checked the page source and all the required code is in place. I even changed the loading of template css and superfish css so the superfish css loads last. Please suggest how to make it work. I have been trying various things for last two weeks not. I have confusion regarding Pathclass:"current",
[jQuery] malsup form plugin with bassistance validation plugin help
Im struggling to integrate the form plugin with the validation plugin I was using this code: var options = { target: '#output', url: 'projects/updater.php', success: function(){done()} }; $("#formClip").validate({ submitHandler: function(form) { $(form).ajaxSubmit(options); }, rules: {title: { required: true }}, messages: {title: "title of clip required!"} }); function done() { alert('done!'); } but since uploading the latest version of the validation plugin this does not work. I've looked at
scrolling problems with JScrollPane
Hey guys! I am working on a image gallery where I have thumbs in a sidebar with JScrollPane connected to it. When you click on a thumb I want it to scroll down the sidebar so that the selected thumb is visable and not load the new page with the sidebar scroller set to the top. Would be painful if you have to scroll down your thumbs everytime you click on a image and it loads. Ok, so basecly here it says how to achive this: http://www.kelvinluck.com/assets/jquery/jScrollPane/jumpToExternalAnchorExample.html#marker
Cannot submit the form successfully using Form Plugin
Hi I'm new to JQuery and used Form Plug-in examples to validate my form before submitting Now my form submits only if all field being filled,but then the submit does not work ! The Firebug logs a successful submit but the url does not change to the submit form This is my Code : $('#registration_form').ajaxForm( { beforeSubmit: validate } ); //Add beforesubmit method to registration form function validate(formData, jqForm, options) //Validate bofore submiting form { var firstname = $('input[name=firstname]').fieldValue();
Joomla 1.5 & Superfish: blank page after adding menu item, menu items cannot be moved, sub menus acting funny
Any help with my problems below would be greatly appreciated. Problem 1 Adding a menu item to my Superfish menu causes my Joomla 1.5 site to go blank. Turning on debugging a error reporting still results in a blanks page. Viewing the source is also blank. Total menu items in main menu is 35 (including sub menus) If I remove the newly added menu item the menus come back. If I restore the new menu item, disable superfish and use the default text Joomla menu the site works fine. Problem 2 I cannot
Thickbox - A lightweight alternative
I really love this photogallery plugin called Galleriffic (http://www.twospy.com/galleriffic/example-2.html ). The problem is I would like it to open in a popup similar to the way that thickbox does. I was thinking I could use a thickbox-like plugin to open this in, but I don't want to bog the browsers down with jquery plugins. Thoughts? Thanks!
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
jQuery application/xhtml+xml error
As I noticed earlier this evening when switching output of a project from text/html toapplication/xhtml+xml jQuery stops working. After testing on a number of different browsers I noticed the following error: TypeError: Result of expression ‘div.style’ [null] is not an object (Line 825 in the development version of jQuery 1.4.1) To see for yourself try this failing tablesorter.
jQuery Tabs loading pages via Ajax
I have a small test project I am trying to get working....I have 5 tabs and each loads an external page via Ajax. My problem is that those external pages have javascript functionality that doesn't work once the page is loaded into the tab container. If I copy and paste all of the code to the main (test.aspx) the hover functionality works...if I leave it on dashboard.aspx, when it's loaded into the tabs, no hover functionality exists...I'm sure I'm doing something silly, but can't figure it out...any
Multiple tabs
Hi I want to show a view rows with tabs. How much depends on what I get from a database. In the for loop x is the number of records from the database. Only the first row show me the tabs. Someone familiar with this? <? <script type="text/javascript" src="js/jquery-1.4.js"></script> <link rel="stylesheet" href="css/ui.tabs.css" type="text/css" media="print, projection, screen" /> <? for ($i = 1; $i <= 10; $i++) { ?> <div id="container"> <ul> <li><a href="#fragment-1<? echo $i; ?>"><span>Tab-1</span></a></li>
Cluetip on file field: window to select file doesn't open
Hello I am testing Jquery and cluetip and I have a problem when I put a tooltip on a input file field. The tooltip is diaplayed but it doesn't open the window to choose the file when I select the field (nor when I type on the browse button) Here is the html line <input class="tooltip" id="picture_picture" name="picture[picture]" size="30" title="Fichier | Sélectionnez la photo sur votre ordinateur (Seuls les formats jpg, png, gif sont acceptés)." type="file" /> and my javascript $('input.tooltip').cluetip({splitTitle:
Can jQuery Form Plugin be synchronous?
I am using jQuery Form Plugin to submit a file upload through Ajax. I am using ajaxSubmit() to submit the form. It appears that the "async" property is not recognized. Does anyone know if the property is supported and if not, how to work around this?
jQuery ToolTip, doesn't work... why??
Hello guys, let me first show you what i'm talking about. I've this nice plugin: http://code.drewwilson.com/entry/tiptip-jquery-plugin and i'd like to use it here: http://www.jacoponardiello.com/V002/index.htm I've downloaded latest jquery and the plugin and uploaded both in /js/ folder Now, some simple code: <script type="text/javascript" src="./js/jquery.js"></script> <script type="text/javascript" src="./js/jquery.tipTip.js"></script> <script type="text/javascript">
(treeview) Using Treeview within a <div>
Ran into a small problem w/ treeview, in that the labels next to the icons would display on the next line when viewed in IE 7. The problem was that the div containing my tree wasn't large enough to display the entire title. Expanding the div's width takes care of the problem. Hope this helps someone out there, as I saw a few others with the same problem.
Next Page