Validate combobox with jquery easyui
In my page, has two plugins: jquery validate and jquery easyui .. I use jQuery Validate to validate the datas inputs in a form.. And I use jQuery EasyUI to customize a combobox, allowing to search datas in combobox. So, I put the Validate plugin: $("#form1").validate({ rules:{ filename:{ required: true, minlength: 3 }, leia:{ required: true } } }); That's ok! Is's work! But when I put the easyUI plugin, and set class in combobox 'leia' the validation of 'leia' didn't work more. <form id="form1" action=""
ColorBox plugin
Does anyone have any ideas how to open the coorbox window and then upon clicking on the image it passes the id through into the form on the page and change the image when closed? or any other ideas?
Listnav plugin not working in jQuery 1.9
Listnav does not appear to be working in jQuery 1.9 - get a completely empty area where A-Z nav should be. Works fine in 1.8.1 Just wondered if anyone might know a fix for this? I know it's a relatively old plugin, but I haven't come across anything more up to date that does the same job. thanks
ListNav
Does anyone know if the iHwy jQuery ListNav Plugin works on jQuery 1.4? I'm trying to implement it on my current site, but its not doing anything. It isn't generating any errors, but isn't working either. I've double checked the code, though to have more eyes, here is the code: -- On the page itself <div id="myList-Nav" class="listNav"></div> <ul id="myList"> <li><a href="major1">major1</li> <li><a href="major1">major1</li> <li><a
how to do Cycle Plugin Next and Prev opacity 0~1 effect?
I try to follow the site:http://www.cmegroup.com/ which uses cycle plugin as a slider. my online site is http://chinaminingtj.hdsoso.com/portal.php , everything is ok but Next and Prev opacity effect? how to do ? is cycle plugin include this effect? or I miss sth. to do? can anyone help me ? thanks.
Problem using validate plugin with hidden elements
I have a form with a select that is contained in a tr which is hidden when the select is is not required to be populated. I am trying to tell validate to only validate the select when that tr is not hidden (display:none) To be more specific the first field on the form is to select country, then the second select is to choose state, but it is only displayed if the selected country has states. The validation on the first select works fine. I have tried this but it doesn't wurk- as in the form will
another resizing issue with cycle plugin
Hello and thankyou in advance for any help, firstly a little about the problem I am having, I built the page around a single image at first, then decided to put a little slide show in the place, previously I had written a little script which adjusted the image size on initial load in the $(document).ready event. and also in the $(window).resize event the script looks like this .. and worked fine with an individual hard coded image. function adjustImage() { var imgWidth, imgHeight, ratio,
Jquery treeview
Hi im new to jquery .. i need to develop a treeview using jquery .foe im downlaod the jquery treeview plugin..in need to generate the table using the json data. can u send me any example.
errorPlacement Working Positioning for single element
Hey all, Im trying to work with errorPlacement. I would like to change the position and color of one field while keeping the others default but having a difficult time with it. here's the jsfiddle code: http://jsfiddle.net/Kn3v5/220/ - click submit to see errors - "Please select an option" - default error message - "Accept the TOS" - should be flushed and purple (2E0854) Any help would be appreciated.
Multiple JQUERY scripts on the same page
Hi there, I know this has been asked many time, but none of the answers have worked, I need two scripts to work on the same page, heres what I have got so far: <script src="js/jquery-1.7.min.js" type="text/javascript" charset="utf-8"></script> <script src="js/jquery.modern-ticker.min.js" type="text/javascript"></script> <script type="text/javascript" src="js/jquery.min.js"></script> <script type="text/javascript" src="js/jquery.slider.min.js"></script> and.. <script type="text/javascript">
CKeditor - Destroy instance
Hello Does anyone here know anything about CKEditor? I've got it installed on my site and it works great in FireFox and Chrome. But IE 9 is causing problems. For some reason I can't destroy the CKEditor instance in IE 9. Following is my script: $("#ckSubmit").click(function(){ // grab reply editor data var editor_data = CKEDITOR.instances.replyTxtarea.getData(); // Push getActivityID and editor_data into array // getActivityID; is activityID variable
[validate] No button variable submitted when remote checked field not touched
Hello, I think I have found a subtle bug in using the validate plugin with remote validation. If a field is validated using the "remote" feature, if the field is not altered, even if it contains valid content, when pressing the submit button (save), the submit is triggered, but the "save" button is not one of the fields sent to the server. I have arranged a simple test page to show the problem. http://srv01.dardini.it/validate/test.php The source of the page can be recovered at the following url,
JQuery Cycle plugin on hover
I'm using JQuery cycle plugin scrollRight Transation on click. I want to do it on hover , is it possible ? here is my code : $(document).ready(function() { $('.slideshow').cycle({ fx: 'scrollRight', next: '.slideshow', timeout: 0, easing: 'easeInOutBack' }); });
jQuery validation plug-in
Hi, I was using jquery validation plugin v 1.6 and jquery JS library v 1.4.2. the form validation was working fine with the rules and messages. now when i moved the jquery JS library to v 1.6.2, the validations are not working. Any inputs in this regard will be reallly helpful. Do i need to migrate the validation plugin too???
I can't get jQuery Cycle Plugin to work
I am trying to use the Cycle plugin on my WordPress website, without success. I copied all the HTML, CSS and JS to an isolated HTML file and it still won't work! So it's not an issue of conflict with other plugins. Can someone please look at my code and tell me what I did wrong? Here is the link to the test page: http://stelacreative.com/test.html Your help is much appreciated!
JQuery FileTree help
My customer/boss wants file tree on the web site. The site is a standard HTML coded site with jquery. I have downloaded the plugin and set it in the master directory as jqueryFileTree. I have written the code part in the header of my page but I get no results... How do I install all of the things needed for the file tree to work on my page. I have a time crunch on this too but also need to know for future projects. My code is as follows: $(function(){ $("#mydivname").fileTree({ script:
TinyMce with jQuery UI Dialog and jQuery Validation plugin - Form submit not working for the first time in Firefox20
I have jQuery UI Popup dialog form, which has a TinyMce editor. It is working well with Google Chrome and Internet Explorer8+. But in Firefox(Firefox20), when I edit/change the content in the TinyMCE editor and while clicking the submit button, the page gets focussed on the TinyMCE editor for the first time. And in the second time it gets submitted. And I am using jQuery validation plugin for the form validation ( in http://jqueryvalidation.org/). And the my code is as follows (This works perfect
tooltip on slider
$("#sw").slider({ orientation : "horizontal", range : "min", min : 0, max : 2000, value : $("#i1").width(), start : function(event,ui) { $("#tooltip").css("display","block"); }, slide : function (event, ui) {
Validate WebContentForm ASP.net
Hello, I'm new with Jquery and I have a problem with the validation plugin. How validate a WebcontentForm(Inherits of MasterPage) Asp.net if IdForm is in the MasterPage, how I reference my IdForm in WebcontentForm? Thanks for your powerful help.
Validate Plugin problem
Hello, I'm new with Jquery and I have a problem with the validation plugin. The scenario is as follow: I have 4 files: 1. An html file with a link. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" /> <title>Cargador de B</title> <script type="text/javascript" src="jquery_min.js"></script> <script type="text/javascript"
Validate plugin problem,
hello there. I'm validate a form but sometimes does validate sometime no.. here is de link http://jsfiddle.net/darkporn/723Na/ the think is: when I select any of the checkbox in the "incluir en el certificado" row. the form is validate as correct. But I have to also validate "Subtipo" and "N° Copias" Subtipo must be selected and N° Copias must be at least 1, not numeric field please help me.
Need Assistance - jQuery / Datatables / JEditable - Record Details being Editable
I'm a bit new to all of these libraries so please bear with me - let me try to explain: I have Datatables working fine, I'm employing the hide/show technique for record details, and I'm applying jEditable but I'm running into a snag when I try to get the record details to be 'editable'. Main record info becomes editable upon click with no problem. I thought with just adding the same class name to the inner table td elements would do it - nope. Anyone have any insight on what I may be doing wrong
JQuery plugin evaluation framework.
Hi! We are a group of software engineering researchers trying to convince industry people to invest in research studies. For this reason we are trying get evidence that developers are interested in this kind of research (specially, now we are working in a JQuery Plugin Evaluation Framework) so I will ask you only ONE question. If you want, send this survey to any developer that you know or you think that can be interested. 1 Question survey
how to change width & height in "bootstrap application wizard"
im using bootstrap application wizard as my form entry, i can change the width with code var options = { width:'900px', color:'red'}; var wizard = $("#wizard-demo").wizard(options); but the wizard do not locate to middle of screen, any expect can help? 2nd, how to change the height of the wizard? hope it will appear in center after amend.
Veritcal Accordion and DatePicker Incompatible
I can't seem to get an Accordion pleat (is that the right term?) [ jquery.nestedAccordion.js] to contain a DatePicker selection graphic. Thoughts?
jreject not run on page load
i use the jreject plugin ( http://jreject.turnwheel.com/ ) i want to run it on page load but it doesn't running. My page is http://exiled.dyndns.org:88 Thanks.
Is it possible to use jquery scrollTo together with this trick?
Short version: Hello, with this trick I mean the method to force webkit scrollbars described here. Basically, it's body { position: absolute; top: 0; left: 0; bottom: 0; right: 10px; overflow-y: scroll; overflow-x: hidden; } and so the window itself can't be scrolled, something inside the window is scrolled. But what? Which is the object I can use together with scrollTo to make it work that way? I tried document.scrollTo(...), $(document).scrollTo(...), $(html).scrollTo(...) and $.scrollTo(...), but
swaping two html pages
hi , I am working on a app where i need to swap two html pages.There are two html pages which will be swaped to and fro. Can any one help me .
Cycle2 plugin set options programatically
Hi. I have a few slide shows on my site (abbeybookspaisley.co.uk). I'd like to change properties in one place rather than for individual slide shows. I have jquery 1.91 and jquery.cycle2.js loaded. I also load my own file, Myjquery.js, which I know works OK since I can get Pause/Play buttons to work. If I add this to Myjquery.js: $('.cycle-slideshow').cycle({ timeout: 10000, fx: 'scrollHorz' }); I thought it would do the job but it doesn't affect the slide shows - from which I have removed
where do I create a slider in one layout?
Hi, Where do I create a slider in one layout or any idea like app _http://www.faceyourmanga.com/? please help me.. thanks
Cycle Plugin: thumbnail pager controls with DIVs as slides?
Hello, I'm using the example code off the Cycle demo to create thumbnails on-the-fly to use as pager controls for my slideshow. Everything works great until I wrap my images in DIVs which then become the slides. Is there any way to have DIVs as my slides and still create thumbnails on-the-fly? My function code is just like the function code in the demo: pagerAnchorBuilder: function(idx, slide) { return '<li><a href="#"><img src="' + slide.src + '" width="50" height="50" /></a></li>';
append divs in booklet pages
The reason I'm writing is that I'm trying to incorporate booklet with a chat program for a college final project wherein a textarea entry is appended within the booklet <div>. This chat program works as planned in a static <div> but within the context of Booklet, it's made a little more complex. The following js function reads the messages on the server and appends them in a <div> called chatDisplayWindow. The "if" statement determines whether the user is on the booklet page (based on the CSS
get the width not max width
hi , i have written a plugin that create a black box when user want to see a notification or warning or sth like this , what ever , im creating some elements in this plugin . like the container and the close_btn and the content insed of it . i didnt put any width for the content element i just set min-width and max-width . when i want to centerlize the content div element i use this block of code var bodywidth = $('body').width(); bodywidth = bodywidth/2; var elementwidth = $('#'+elementwidth).width();
Simplemodal is blank!
I have started getting intermittent issues where simplemodal dialog contents are blank this tends an issue only in production. I have proved that the RegisterStartupScript call is passing the parameters correctly when the problem occurs. When the problem occurs the modal spans the entire width of the page and hides the close button - the users are stuck until they move off the page. thinking it might be a timing issue I tried putting in a delay before displaying the modal with window.setTimeout.
Jquery Conflict
Greetings, I am using a Joomla template and I am having problems with conflicts with Jquery. When I place a HTML code on my site the slideshow that uses wigitkit goes blank. I copied the error code I received. Can anyone provide any suggestion how I can cure the conflict. I installed the jquery easy plugin but it does not work. Here is the error message Multiple jQuery Libraries found. Please make sure these don't conflict each other. /components/com_community/assets/imgareaselect/scripts/jquery.imgareaselect.js
how to works context menu in tablet
i have created context menu which is working fine in Desktop where as i am trying access context menu in tablet but not able access(dynatree context menu) . Please help me , how to solve the above problem Regards G.Lenin
superfish behind iframe pdf
I'm using superfish menu. works great, but the menu hides behind an iframe with a pdf loaded. This happens on IE and Safari. Thanks for any input given.
Jquery Galleria not loading with Google Chrome
Hi guys and gals, I have a couple of websites running the jquery galleria to show my pics and on one site it's smooth as can be with every browser, however on my other site it won't load in Google Chrome. Here are the site pages with the Galleria plugged in: not working with Chrome: https://vibefree.com/gallery2.html working with all browsers: http://infiniheart.com/videos.html http://hockeyxtraining.com/ Any ideas what the problem could be???
Looking for an audio recording plugin
Anybody have a decent audio recording plugin they use? I need honestly a simple one for a site that I am working on that needs to allow people to record simple custom greetings. Doesn't have to be anything to fancy. Thanks!
CLEditor Plugin image load
I'm using the CLEditor in another JS framework and am able to get it working but the images won't load for me. I had to move the image folder to a non-standard location and incorporate the CSS contents into another CSS file. I'm having trouble determining from the code where the images are loaded. I do see a function called imagesPath() but it doesn't seem to be called. I placed an alert in it which never gets called. The tool bar renders but I see only vertical pipe separators and no icon
Next Page