Form Validation in Joomla
I've been trying to validate this form for 2 days, no success. can you check it out for me? http://www.north-cyprus-properties-landmark.com/new3/enquiry-form.html
[Validate] How to make ONLY ONE custom SUCCESS message ?
Hello all, I am using jquery validate plugin to validate (o'rly ?) a form, but i would like to custom success message for only one field (label). It's for a username check, if the username is free, i want to have a custom message displayed like "Username is available". I tried to use onchange or success from remote call, but when i hook like this i have strange behavior, for example, the field doesn't validate anymore. How would you achieve this ? Thanks for your help.
Problems implementing History plug in or BBQ, need help
Hello, I am using the following code to change content without changing the page along with Jquery var AjaxContent = function(){ var container_div = ''; var content_div = ''; return { getContent : function(url){ $(container_div).animate({opacity:10}, //Turn the opacity to 0 function(){ // the callback, loads the content with ajax $(container_div).load(url+" "+content_div, //only loads the selected portion function(){ $(container_div).animate({opacity:1});
Star ratings in a JQuery UI Dialog
Hi all, I am using this jQuery star rating system: (http://orkans-tmp.22web.net/star_rating) successfully on my site. Now, I am trying to get a bit more fancy. I want to put the star rating control into a jQuery UI dialog that pops up. I invoke the dialog with: var $dialog = $('<div></div>') .html($('#dialog_source').html()) .dialog({ dialogClass: 'hidetitle', autoOpen: false, draggable: false,
A couple of issues with the ScrollTo Plugin
The code can be found at the end of the post, the link to the site is here: http://www.victorialove.co.uk/fmp/jquery/test2/layout7Gtest.html Hey everyone, Can I say this is my first experience with jQuery and in fact any code beyond CSS and HTML, so be nice to me! I'm trying to use the jQuery ScrollTo plugin on a website which is to scroll horizontally, vertically and diagonally in a pattern which is yet to be determined. I've got it installed, working and scrolling successfully for the most part.
JME YouTube demo not working?
This promising-looking plug-in doesn't play YouTube video for me in FF 3.6.8 or IE8.
How to Validate Multiple Forms without submitting
I've a page that has 2 forms. If the user clicks the bottom form the validations appear and everything goes red but the Top form is a required field but it doesn't as it's a separate form. How can I validation form0 and form1 together to show to the user the required fields. When the user clicks form0 it goes over to a pagedLIst, the user returns and textfield gets populated with the product that as selected. So when they hit form1, that value gets passed through as a hiddenfield.. <form
[Treeview] How to store the tree definitely ?
Hi everyone, I'm using the Treeview plugin, I'm trying to manipulate the tree like adding new branches, deplacing and renaming them, but all this changes are volatile, they desappear when I refresh the page I used the persist option, but it's not working completely, it only "remembers" the state of the initial branches I thought that changing the document structure definitely could be a solution, but it looks like it's not possible at all, I don't want to use the database that's why I'm looking for
jQuery Flickr Image Gallery - How can i choose a specific set?
Hi Guys! I'm new here and this is my first post. I'm not sure if i'm right to post my problem here...so if i did something wrong, just tell me. Well i followed a tutorial on Codrops where they explained how to create an image gallery with javascript. I read it and integrated it to my site (still in construction) You can click no the mexico title on the mexico screen and it will come up: http://elmaiz.ch/Chrisupload/Gonipix/index.html The Gallery streams directly the photos from Flickr. You can choose
how to get jQuery to interact with Flash?
Hello! I've been trying for some days now to figure this problem out. I'm very novice in javascripting and jQuery but as I understood it's the thing to work with and you can do amazing things with it so why not learn it! However my problem is that I cannot get a jQuery code to work with a Flash menu. What the script does is that it scrolls smoothly to a DIV in the page. jQuery(document).ready(function(){ jQuery('#nav a[href*=#]').click(function() { if (location.pathname.replace(/^\//,'') == this.pathname.replace(/^\//,'')
Floating divs are conflicting with hide(), Show()
Hi, I have two requirements on same div in my application. On button click i am doing hide()/Show() of div element. Actually i am doing it on pageload from the server side. So i am using 'block'/'none' property of the style element. Bellow is the code snippet i am using. divPlantContinous.Attributes.Add("style", "display:block"); divPlantContinous.Attributes.Add("style", "display:none"); On the same time i have requirement that i want the same div floating on my page at particular location. To make
google gadget
i'm having problems with jquery and google gadget. this is the url http://www.qualitydesign.ro/test/jquery/new/ in the first tab the gadget is shown but in the second and the third button is not shown. only in opera (windows and linux) it's ok but the problem shows in firefox (windows and linux) and internet explorer 8 the jquery source is http://www.stilbuero.de/jquery/tabs/jquery.tabs.zip
treeview onload
Hello, I would like to add an onload method to the treeview and have an ability to add a function at the time of the treeview initialization. How do I do that? Thanks...
cluetip loop issue
Hi im having an issue using cluetip when inside a php loop. the 1st intstance works but none of the others example php code while($row = mysql_fetch_array($qry_result)){ echo "<a id=clickme href=ajaxclick.htm rel=ajaxclick.htm title=Site>click me</a>"; } example javscript code $('#clickme').cluetip({ activation: 'click', height: '250px', dropShadow: true, sticky: true, width: 500}); I know its an with the javascript as when i modifed the code and put a counter on the loop and id=clickme$i
Tablesorter: how to sort specific element
Basically, I've got an img element as the first thing in my cell. I don't want to sort by the src in that, I want to only sort via the content in the span (which is right after the img element). I saw that there is a custom parser I could add but I couldn't quite figure out how to make that work...
Colorbox plugin, make image go full screen?
Hey guys, I am trying to duplicate a Flash gallery for a friend using, well, not Flash ;) I have the Colorbox plugin implemented and am trying to find a way to have a button, "Full Screen" that when clicked it will 'lightbox' open and fill the entire monitor area, not just the browser. Is this possible? Thank you!
[autocomplete] How autocomplete plugin maintains browser history?
I noticed a problem in my application where I made my own custom select box, that shows its selected item in a text field, because there is an option to directly type values in it too. On submitting the form Firefox remembers entered values and then shows them in autocomplete rollover above my drop down list. So i put autocomplete="off" but now selected value is lost if user navigates away from the page and then hits back button, since Firefox's bfCache doesn't save it now. But I just noticed on
table2CSV.js problem using IE8
Hi, I have a table and using those plugin table2CSV.js jquery.columnfilters.js jquery.tablePager-1.1.js With IE8 if I filter the table and get 5 results, if I generate a CSV I got all DB result not filtered so let say 100 entries. With FF 3.6.8 if I filter the table and get 5 results if I generate a CSV I got only the 5 results and its working ok. This work well also with Chrome. Jquery version I'm using is jquery-1.3.2.min.js Any clue? Is this a known issue? Thanks Lenamtl
Slider - multi thumb
Hey Everyone, Have been looking for a multi thumb slider, that will have more than 2 thumbs to select a range. Anyone have done this, on the jQuery framework or has an alternative, will be greatly appreciated. bye, Roninio
$("head script[src='SOMENAME.js']") doesn't return anything
Someone knows why $("head script[src='SOMENAME.js']") doesn't return anything? jquery 1.4.2
Problem with jQuery tabs
Hi there I`ve been trying to mount the jQuery UI Tabs 1.7.3 plugin on a website. But every time I click on the link to load a different content (via ajax) it loads the content below the one I already have, instead of overwritting the current one. What could be the problems here? Ãny one got an idea? thanks in advance
How to break out of an iframe?
I am using color box to display list of users on my drupal site in a dialog. It shows a list of users names and when one of these names is clicked I want to close the iframe and load the user profile. So how I close the iframe and redirect to the user profiles when the names are clicked?
Looking for the slider Plugin
Hi everyone: I am looking for a slider plugin which can detect the proportion of the container's width to the inside object's width, and dynamic change the handle area's proportion. such as demo but jQuery's demo is really hard to use, and if the object's total width less than container's width, then it's not work, so I need to find another solution.
problem with datepicker linked to drop-downs
Hi, I'm just new in using jquery datepicker. could someone please help me fix my code..we really need this. <html> <style type="text/css">@import "jquery.datepick.css";</style> <link rel="stylesheet" href="ui.all.css" type="text/css" media="screen" /> <script type="text/javascript" src="jquery.datepick.js"></script> <script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.2/jquery.min.js"></script> <script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.2.6/jquery.min.js"></script>
datepicker: choosing/installing theme...
hi, I downloaded datepicker from here, http://jqueryui.com/download but calendar is not styled at all.. it looks like I need yet another plugin for that, themeroller, where is code for themeroller? don't see it here, http://jqueryui.com/download or see a link to download it here, http://jqueryui.com/docs/Theming/Themeroller there are "download" links in img with the themes, but that just takes you to a pg to download that img! ;-) and once you download 'themeroller' plugin, how do you tell the
datepicker.ui + validate plugin -- triggers 'invalid' when date 1st picked
I'm using the datepicker.ui in a form that also uses the validate plugin. The form happens to use the accordion functionality found here, but I've also tested this in a simpler form that uses the standard syntax for both scripts. When the user initially picks a date using the datepicker, validate runs and flags the input as invalid, even 'though the field is valid. choosing another date, or choosing the date a second time, sets the field to valid. Simplified HTML: <label for="datepicker">Date</label>
tablesorter 2.0.3 regression - how would this get fixed?
In tablesorter 2.0.3, colspans are not respected. The examples here work (old version of tablesorter): http://lovepeacenukes.com/tablesorter/2.0/docs/ But the updated example I've crafted here does not (newest tablesorter): http://progamonth.com/files/testfile.html The author doesn't seem to be responsive...what's the best way to fix this bug in the interim? Also, when the bug is fixed, what should be done? Since the author won't respond and the code is MIT licensed, should someone create a new,
dialog keyboard locked
Hi, I use jquery-1.4.2.js and jquery-ui-1.8.2.custom.min.js when I use ie8 with Windows XP my dialog works properly only first time. If I open it more then 1 times I can't use a keyboard into the dialog.... How resolve this problem?
jcarousel cuts off display of thumbnails randomly
I am using jcarousel on two separate pages of a site, using the static-vertical version. When I load the page, there should be 6 vertical thumbnails displaying, with a total of about 38 in the list. Sometimes the vertical display of the thumbnails stops suddenly, so that maybe 4 1/2 thumbnails are showing, and the rest is blank. I can still scroll the carousel, but there are no more image thumbnails. It is seemingly random. The cutoff doesn't always happen at the same place, and it doesn't always
BeautyTips - how to change baloons text font-size?
Hello, $('#example6').bt({ cssStyles: {color: '#FFF', fontWeight: 'bold', font-size: 'larger'} }); Why I get this missing : after property id http://www.lullabot.com/files/bt/bt-latest/DEMO/demofiles/demo.js Line 68 error when I add font-size: 'larger' ?
is it possible for carousel to behave like a marquee
Hi everyone, I was wondering if it is possible for jquery carousel to act like flash carousel, wherein it keeps looping the images again and again, like the one on this site http://www.szgati.com/index_en.asp Thanks
onchange or change help
I have a test script on this webpage http://mlbshopgear.com/test/test.html it has an autosum of 3 boxes. what i am trying to do is use the result of the autosum to directly multiply it in price. I've tried changing the codes to $("#idPluginVersion").text($.Calculation.version); // run the calculation function now $("input[id=gawat]").bind("onchange",recalc); recalc(); and of course, in the reclac function of where the input woul be coming. Obviously i've changed the input box of sum to be readonly
Galleria Arrows
is it possible to customize the arrows beside the thumbnails in the Demo 2?
[jquery.form.js - v2.43] .ajaxForm and "Authorization" header
Hi all, I am trying to user .ajaxForm() together with "Authorization" header. Basically here is whay I am doing : $('#myForm').ajaxForm({ beforeSend: function(xhr) { var authRequest = 'Basic '+ Base64.encode('user:pass') xhr.setRequestHeader('Authorization', authRequest); }, beforeSubmit: function(formData, jqForm, options) { //... }, success: function(data) { //... } }); But, the header isn't passed to the request... Some ideas I have : I am
BlockUI works strangely from Visual Studio ?
Using the BlockUI plugin I find strange behaviour from within an ASP.Net page. I've implemented one of the BlockUI plugin demos (http://malsup.com/jquery/block/#dialog) within an ASP.Net page. When I serve this page from Visual Studio (MVWD 2010 Express) the 'Would you like to continue' dialog appears as it should but then (rather than waiting for me to press a button) just disappears after 1 to 2 seconds. Can anyone explain why this might be ? The HTML rendered by the ASP.Net is attached to this
How do I keep JQuery Cycle Fade images behind other elements?
I am doing a fade cycle on 3 images, and want to put links on top of the fading images so that the fading images are in the bacground, similar to this page. However, as the images fade the place them selves on top of my menu link, hiding it. How do I force the images to stay in the background as they fade? Below is a summary of my code. I've attached the whole thing in sp.zip so you can see how it in your browser. <script type="text/javascript"> $(document).ready(function() {
[superfish] Open/Close menu by mouseclick
How can I set superfish plugin to open a submenu clicking (and not by mouseover) and leave it open? Only clicking again on menu, the submenu closes. tnx P.S. I'm using "nav-bar style" http://users.tpg.com.au/j_birch/plugins/superfish/#sample4
AutoComplete - Displaying result categories and bolding matched characters
I am struggling with Using either the JQuery AutoComplete or AutoSuggest plugins to categorize and bold the matched characters as someone types in my search field. I actually found the perfect example, but cannot replicate it. Does anyone have any sources or suggestions? Below is the site that is achieving this. http://www.twondemand.com/ (example: type "Bat" in the search field)
Speed advise using metadata plugin
Hello, I'm using jQuery 1.4.2 and metadata plugin (latest versión) to iterate over 3000 elements. The elements ar TRs of tables, and I need to show or hide them following some rules. This is a typical element I need to show or hide: <tr dim="{ta_1,en_G,re_V,se_3,tsk}" id_col="GVNSEG_WINNAT_NOM" style="display: none;"> When I need to show a group of elements, I made the following: var selectorSeccionesActivadas += '[dim*=se_3],[dim*=se_5],[dim*=se_6],[dim*=se_9]'; // This is runtime generated var
Adding a method and assigning it to all fields of a certain class(es)
I got help with creating a method (to have only increments of 10 as valid values for certain fields in the form). jQuery.validator.addMethod("roundnumber", function(value, element, params) { return (value % 10) == 0; }, "Your order of vaccine must be in increments of 10"); I've also found info on how to add rules to a class (there are multiple fields and name generated dynamically so I have to use class). jQuery.validator.addClassRules("fluzone_", { roundnumber: true}); So I've added both these
Next Page