Having trouble with Cycle plugin and activeSlide class
I'm attempting to use the activeSlide class in the Cycle plugin, but I can't seem to get it to work properly using existing markup for the pager. This is the code that I started with, and it works just fine (thanks to pritaeas.net): <style type="text/css"> #nav { margin: 5px; } #nav a { margin: 5px; padding: 3px 5px; border: 1px solid #ccc; background: #fff; text-decoration: none } #nav a.activeSlide { background: #f00; } #nav a:focus { outline: none; } </style> <script type="text/javascript" src="js/jquery-1.4.2.min.js"></script>
ClueTip on postback
Hey I’m working with Cluetip at the moment and I need a Cluetip to be visible after a post back, but can figure how to do that. Is it possible to control is so that a certain cluetip (the popup frame) should be hidden/ visible on page load or on a certain stat after a postback?? Hope you can help me here J Mfg Per Here is my cluetip: $(document).ready( function() { $("a.load-local").cluetip({ width: '195px', height: '175px', local: true,
Validation - cant set rules
I have tried this so many ways that I am totally lost. I have a form with a field that is only visible when an radio button is selected so I have been trying to set a conditional validation. I have reduced this to simple try and make the field required as follows: <script> $(document).ready(function(){ $("#formId").validate({ rules:{ fieldid:{ required: false } } }); }); </script> This has no effect. Other fields on the form have required
CSV2table - Excluding certain rows and hiding others
Hi, I've recently been admitted the task of incorporating tons of CSV-files into a webpage. CSV2Ttable handels this perfectly most of the time. The problem starts when the creators of the CSV files midway changes the layout. So now I have starting rows with just a header. I'd like the sorting-function to apply to the second row, and everything below. So the first row isn't included in the sorting. Is this possible at all with the current plugin? It'd also be nifty to hide rows that doesn't contain
Data range Validation
This is not working I have this message "Data Range invalid" two times !!! $(function () { // a custom method for validating the date range $.validator.addMethod("dateRange", function() { return new Date($("#dataInizio").val()) < new Date($("#dataFine").val()); }, "Data Range invalid") var validator = $("#reportForm").validate({
Funky colorbox :-)
Hello ! I have my colorbox plugin displaying the images in a strange way.. it includes the whole page ! Have a look at http://www.thalasoft.com/engine/modules/photo/display_album.php?photoAlbumId=2 and click on one of the car photos. Any clue ?
JQuery Tabs and Form Styling
Hello, I'm new to these forums and new to JQuery and CSS. I'm trying to use the JQuery Tabs, http://docs.jquery.com/UI/Tabs , with forms inside of the tabs. This works fine, but I want to style them, so obviously I choose to use a JQuery plugin for this, and I have tried to use both JQTransform and jNice, but neither work. I believe it has something to do with divs inside of divs. This is the form code I'm using, notice I'm using jNice atm. [code] <div id="tabs-2"> <form class="jNice">
Looking for the autocomplete plug-in
I have come cross an auto-complete online sample, I believe it is a jQuery plug-in. The special feature of this auto-complete is that it returns data from two fields: city name and country name and the returned data is in two sections of the drop down list. The sample is in French I believe. I can't find it again. Please let me know if you know the url of the sample.
[autocomplete] wrong result
Hi, i have this autocomplete: $('#str_cerca_auto').autocomplete( '/handler/get_articoli_suggeritore.ashx', { delay: 5, minChars: 1, matchSubset: false, matchContains: false, cacheLength: 10, autoFill: false } ); $('#str_cerca_auto').result(function (event, data, formatted) { if (data) { if (data[1]
JQuery Control Plugin Treeview
Hello: I have an MVC page that contains Treeview in JQuery. There are two panes and the treeview reflects information on the right pane. I am trying to put a dropdown on page top, such that an item selected on the left pane, displays some of the informaiton in the dropdown, using JQuery. Any suggestions for this ? Mike
using flips plugin with jqBarGraph plugin
Hi all, I am using the flips plugin (link) to rotate parts of the screen on a time interval works great. I am also using jqBarGraph plugin (link) to show Graphs on the website works also fine. But when I try to combine these two plugins it does not seem to work anymore . some code: <script type="text/javascript"> arrayOfDataMulti = new Array( [[22,1,8,3],''] ); $(document).ready(function () { $('#TEST').html(); $('#TEST').jqBarGraph({ data: arrayOfDataMulti, colors: ['#242424','#437346']
Validation plugin ajaxSubmit feedback issue with jQuery 1.4.2
Hi I am using the Validation plugin from http://bassistance.de/jquery-plugins/jquery-plugin-validation/ I have decided to upgrade jQuery to 1.4.2 and now because of this the ajax submission feedback does not display. The display:none style is no longer removed from the div which displays the "Sending...." message. I believe the code that takes care of this is the following: jQuery(function() { // show a simple loading indicator var loader = jQuery('<div id="loader">Sending...</div>')
own plugin - javascript error
Hi, I wrote a small plugin to create a fat dropdown menu. all works fine, although an js error occured. I hope anyone could help :) Here a part of the code: jQuery.fn.eFatMenu = function(params) { var tthis = jQuery(this); var newMethods = { initiate_global: function() { ... }, .... }; jQuery.each(newMethods, function(i) { jQuery.fn[i] = this; }); return tthis.each(function() { tthis = $(this); }); }; $( function() {
cluetip and pagemethod
how do we use cluetip and pagemethod together? Here my code, I have ValidateMember method Bu it still goes to the pageLoad Method .. $('#ser').each(function() { var statekey = $(this).attr("name").toString(); $("#ser").attr("rel", "Login.aspx/ValidateMember").cluetip({ showTitle: true, closePosition: "title", sticky: true, ajaxCache: false, ajaxSettings: { type: "POST", data: "employee=10" }, ajaxProcess: function(data) { return "<div>" + data + "</div>"; } }); });
ClueTip and Asp.net/PageMethods
Hello, I'am realy in trouble with cluetip and ajax.It does not work,Here is my code ; <script type="text/javascript"> $(document).ready(function() { $('#mylink').cluetip({ closePosition: "title", sticky: true, mouseOutClose: true, ajaxSettings: { type: 'GET', url: 'Login.aspx', data: '', contentType: "application/json; charset=utf-7" }, ajaxProcess: function(data) { return "<h2>" + data + "</h2>"; } });
Problem with select validation
Where is mistake ? $(function () { $(":text, :password").bind("focus blur", function (event) { if (event.type == "focus") { $(this).css("border","2px solid #4C70AF"); } else { $(this).css("border",""); } }); var validator = $("#reportForm").validate({ rules: { utente:
Keeping only one element open using toggleElement
I am using the toggleElement from here - http://jquery.andreaseberhard.de/toggleElements/index.html How can I disable opened div element when another one is open? Thanks
I have a prolem with upload cross domain?
jquery form upload cross domain. using the jquery form plugs. i want to upload a file cross domain, but no responseText to back. $('#uploadForm').ajaxSubmit(dataType:'json',function(responseText){ alert(responseText); }});
Please recommend a YouTube plugin for me
Hi I want to embed the YouTube movie through the url like http://www.youtube.com/watch?v=_oja94BSye0&playnext_from=TL&videos=OZ2IIWGUPz8&feature=sub and I want to set the width and height, I use http://code.google.com/p/jquery-oembed/ before, but it seems need to connect to it's server and response the result, therefore, when server got some problem the function will be failed, it's kind of risky, so I need another Plugin to do what I need.
Can pagination and jquery powered table play nice together?
Hey all! I've hit a snag and I'm hoping someone can help me out! I'm using an awesome Jquery powered table from JankoAtWarpSpeedhttp://www.jankoatwarpspeed.com/post/2009/07/20/Expand-table-rows-with-jQuery-jExpand-plugin.aspx over on thishttp://www.originallyricsformusic.com/sampledemo.html demo page I set up to show you. That table on it's own is working great, but my problem is trying to use this http://plugins.jquery.com/project/jquery-pagination Pagination plugin along with it. Pagination is
Moving the file list - jQuery Multiple File Upload - Plugin
hi, has anybody been able to customize the files list?the example says This example populates the file list in a custom element $(function(){ // wait for document to load $('#T7').MultiFile({ list: '#T7-list' }); }); i've already named my input element to T7, and the div i want to use to populate the file list is named T7-list. i can get the multiple file to work, and i see the list being populated, just not in the div i want. i also tried using the jQuery .ready thing as follows, without success
jQuery.com plugin site feedback
Sorry, not sure where else to post this... Mods, feel free to move. Constructive jQuery.com/plugins fedback: 1. When searching for plugins, I think the results could be styled better. Could you style them the same as the pre-defined keyword results (keywords found in sidebar). Not sure about ya'll, but I find the search results hard to quickly scan/read because of the styling. 2. I am a huge fan of star ratings. Can you save me some time and show the plugin rating on the search results page? 3. Please
jQuery Multiple File Upload Plugin v1.47: help
Hi, i use this plugin to upload images and i want to add some input for the "alt" and "title" tag. Is it possible to make thoses inputs replaced by new ones when i choose files? I explain: my html form: <form action="test.php" method="post" enctype="multipart/form-data"> <input type="file" name="fileX[]" class="multi" id="fichier"/> <input type="text" name="alt" class="multi" value="alt" /><br /> <input type="text" name="title" class="multi" value="title" /><br /> <input type="button"
[validation] Is it possible to have dynamic rules
I have a series of fields and if one of them is filled out I want to make the rest of them required. So I made a function that checks all the fields and returns true or false. I tried to put that function in my required rule like this: rules: { MyField: { required: function(element) { MyTestFunction(); } } }This worked fine, but if all the fields were cleared it doesn't turn the required off like I want it to. Any suggestions on how to make
Autocomplete list with additional row
I need to add to every results list custorm row with "show more" text. How to do that?
.ajax submit searching inner html of returned value
how would you go about creating a var to search the inner html of a return looking for the boolean value of a "successflag" with something such as this returned? I would then base my "success" or "error" function based on what is returned, what Im trying isn't working. <HTML> <BODY> <TABLE border='1'> <TR> <TD><b>Field Name</b></TD> <TD><b>Field Value</b></TD> </TR> <TR>
Trouble keeping borders with http://jquery.malsup.com/corner/ in IE
I am striking out trying to get the borders to stick around in IE6 or IE8 ( with <meta http-equiv="X-UA-Compatible" content="IE=8" />) Works great in FF, Chrome and Safari. I'm using jQuery1.4.2 with the corner plug-in http://jquery.malsup.com/corner/ <style> .clsButton {font-family:verdana; font-weight:normal; font-size:11px; color:#444444; border:1px solid #B9B9B9; line-height:18px; text-align:center; padding:0px 10px 0px 10px;background-color:#eeeeee;}
Replace entire page contents with jquery/ajax?
Hi there, I am developing an extension for google chrome using jquery, now these extensions are built using html/css/javascript. my problem is that with the extension you are only allowed to use one page, i.e you tell it what page to load up and then that is it, you can not load up another page unless you reload the extension. So, Because my extension needs to interact with a php application i am using ajax for the requests, the php application builds the entire pages code, Now the part i am stuck
$.ajax submit with json - issues
Hi Im trying to make an HTTP Post to a WCF service and I keep either getting a 500 Internal service error saying that the data is "Raw" or a 403 returned. Here is what Im attempting to use, if this looks ok I can bring up the 403 issue with the third party. Does this look correct? //validation stuff submitHandler: function(form) { var dataToBeSent = $("form").serialize(); $.ajax({ url: form.action, type: "POST", data: dataToBeSent,
Validate plugin - can it not say localhost is invalid
Hi Using the Validate plugin I find that it regards urls like this one: http://lcoalhost/test as invalid with the url() method. (Try this by going to this page: http://docs.jquery.com/Plugins/Validation/Methods/url and entering it). Is there a way of telling validate that localhost is ok? Otherwise I have to remember to take out my hack when the code goes live... (Ok. I could bypass the validation if window.location tells me I'm on localhost, but just wondering if there is another way) Kropotkin
Ajax submit error or not?
This submit handler returns the echo "success" from the php script but only performs the error action (loading error msg div) any ideas? this is driving me crazy! submitHandler: function(form) { var dataString = $(form).serialize(); $.ajax({ type: $("#request").attr('method'), url: form.action, data: dataString, clearForm: true, success: function(data) { if (data=="success")
Autocomplete listing all results unfiltered (wrongly)
I am using the autofilter plugin which works fine - I have also used the .result() method to pass the id of the selected resutl through! The problem I am having is that the first search that is carried out (after the 3rd letter is entered when minChars:3, or the the 4th character if minChars:4) it seems to be returning all the results in the dataset (or atleast the first 20 becuase max:20 is set.) This may be because I have a large dataset (well over 16,000 records) Code: $(document).ready(function(){
how to flip a swf?
I am looking at http://lab.smashup.it/flip/ How can i flip a flash element like the graph shown in here http://www.maani.us/xml_charts/index.php?menu=Gallery&submenu=3D_Column I tried to change the value of content. But what should be the correct value of the content of the below : $("#flipbox").flip({ direction:'tb', content: ???? }) or is there another way to flip a swf?
superfish submenus don't pop up in firefox
Hello there, I'm new to jquery. I used the superfish menu for this website i'm building and followed the instructions correctly. But now the submenus don't appear in firefox. In ie everything works fine. Does anybody have any ideas or even better, solutions?
How add file to list without upload (jQuery Multiple File Upload Plugin)
Help me! I have 2 pages. First - Add, where is a form with input element type file. Which using Multiple File plugin. It work correctly. But I have another page - Edit. I can get array of existing files, but I don't know how add they to List, without using button "Browse". It need for adding files, or delete existing from list. I think, that it easy, but I know JQuery not so well as I wanted.
Plugin Compatability
Hi Please Help, I am trying to run two different plugins, they both work with jquery-1.3.2.min, but not at the same time, ive tried using .noconflict(); but with no joy. <script type="text/javascript" src="js/jquery-1.3.2.min.js"></script> <script type="text/javascript" src="js/jquery-ui-1.7.2.custom.min.js"></script> <script type="text/javascript" src="js/easySlider1.7.js"></script> <script> jq = jQuery.noConflict();
jquery jstree and dynatree parent node don’t get selected(asp.net mvc)
I have used jquery jstree and dynatree persistance example using check boxes and found the same logic The thing is that the if for example there is a parent and 4 child. a) i select all the 4 child (parent get auto selected) the 4 child and the parent node id get posted to the controller. b) But if i select less then 4 children (parent get auto selected) only child node ids get posted to the controller. Is there any way even if i select less then 4 children all my selected nodes included the parent
coda-sliders not sliding properly
my coda sliders aren't sliding far enough... any thoughts? (i posted this already but it didn't post...) jar
Using jStore plugin
Hello, I found on the main page of the project: http://twablet.com/docs.html?p=jstore example with using of flash storage engine. Could you please tell me where can I find a similar example for using the google gears storage engine. Thanks.
coda-slider not sliding all the way.... help?
hi there... to be quick, my coda-slider isn't sliding all the way when i click on the nav buttons.... however the slider buttons work perfectly fine... heres the link: (sites in development obvs) http://cooldudeent.com/wordpress/ thoughts?? thanks a ton jar
Next Page