• How to accept the format of .cer file for validation

    Hi, I want to validate the file of .cer file format . i tried with the blow code but not working  rules:{             myfile: {                   required: true,                   accept: 'application/pkix-cert/*'                 },                 sr1: "required"                     },     messages: {          myfile:{             required:"Upload Certificate",             accept:"File must be Cer | Pem"          },          sr1: " Enter SerialNumber"             } Please help me that how to solve
  • skitter jquery slider _blank problem help !

    Dear guys, I got a problem, I confuse this a long time because I'm not the professional programer, I try to use a cool jquery "skitter" but when I already done it, I found it can't use _blank ,  _top to blank new windows in iframe  the sample url is http://blog-imgs-56.fc2.com/e/v/i/evilkiwi/banner3-u99.html the iframe web url is http://www.i-search.com.tw the url blank always work in the first image, but failed blank in second image, (the problem also happened to use mouse to click change image)
  • jQuery Roundabout - How can I make it cycle through once li's on page load then stop?

    jQuery Roundabout - How can I make it cycle through once on page load then stop? Hello, Im using jQuery Roundabout from http://fredhq.com/projects/roundabout does anyone know how i can make it rotate / cycle throught my 5 li's once on page load then stop. ? thanks ricky
  • Doubt

    is there any way to show the excel file inside a jquery mobile button..guys help me with the code plz....
  • Changing a string to only show part of the text

    Hi there, Is anyone able to show me how change the following text: <span class="ct_pd_item_saving">Saving £25.00 (50.00%) on RRP (£50)</span> to just display "RRP (£50)" The price can change so in this case I can't use just JQuery .replace Please can someone show me the method for achieving this? Thanks :)
  • jQuery datepicker does not work when overlaps other form elements

    I'm using jQuery datepicker together with jQuery mobile. When the datepicker is show it does not pick the date that overlaps the background form element. Instead it just activate the background form element. Is there any way to solve this problem? http://jsfiddle.net/wQRDx/4/
  • I got a ajax error "No Transport" in IE6, not a cross site issue

    I got a ajax error, 'No Transport', and I just POST some data to one part of my site, the action field in form is :'/shopping-cart/item' $.ajax({                 type:'POST',                 url:'/shopping-cart/item',                 data: widget.serialize(),                 dataType:'html',                 success: function(html) {location.href=html},                 error: function(xhr, msg, thrown) {alert(thrown)},                 statusCode:{                     403:function() {alert(‘xxx’');}
  • any ideas how to optimize this?

    Hello, I am new to this forum, as to jquery or html. I was learning beginners material and at the same time trying to make some basic animation. I created an object array with 16 objects and animated them. But now I see if I make animation loop at 30fps my cpu info shows like 18-20% of cpu load. this is just the beginning of my idea, and when I will fill it with all the objects to render, it will be consuming way more of cpu resources... so maybe I am missing something here? maybe I should be using
  • Creating opacity like by dialogs

    Hi, I am trying to create the same opacity effect as on the dialog. So if clicking something the full screen should get some opacity except for a certain div and if clicking outside the div nothing happens. But I couldn't find out how it works on the dialog. Does anybody know how it works or how I could get similar results. Thanks in advance.
  • [New Problem] Jquery populate optgroup based on first select box

    Hi, my first ever jquery question right here, I need help in jquery-multiselect plugin to show optgroup's children based on the option from first multiple selectbox, here is what I currently stuck with jsfiddle.net/hsQjh/4 For instance, I picked option 1 - Distributor/Agent and 3 - TV Channel/Broadcaster from first box, I want the optgroup labeled with 1 - Distributor/Agent and 3 - TV Channel/Broadcaster to be populate, it's almost same act like this sample: jsfiddle.net/UNbvn/ <head>     <link href="jquery.multiSelect.css"
  • nested $.each doesn't work in IE8

    Hi, I've got a strange problem: with an object like {"level1":[{"values":{"level2":"valuelevel2","level2a":"valuelevel2a"},"index":"index1"},{"values":{"level2":"valuelevel2","level2a":"valuelevel2a"},"index":"index1"}]} if I want to use a nested jquery each, IE8 prints only one 'ok' running this code [reporting an error]: $.each(result, function(i, result_wrapper){         $.each(result_wrapper, function(i, result_values){             if(result_values["index"] == 'index1' ) {                 document.write("ok");
  • jquery function

    I have an html page with 3 sections that have same html markup in each - the only difference is a keyword of text in each section on the page I need to track. I'm trying to make a function that will track each of the 3 sections on the page with an existing clicktrack function I have, as opposed to writing out the same tracking rules for all 3 sections multiple times. The 3 keywords in each of the 3 sections I need to use in the function to track each section are section 1: book section 2: magazine
  • Hi if am submit the query i got undefined value for this method... any one can tell how to validate this array validation.?

    Html: <SELECT NAME="Members[]" id="Members[]" SIZE="8" MULTIPLE="" STYLE="clear:right; float:none;" onDblClick="objForm.Users.transferFrom('Members[]');" class="list-box-user" > //JS <script>         $("#inform").click(function() {             var user = $('#Members[]').val(), error;              // var locations = $('#Members').val();             //alert(locations);                           var ajaxUrl = 'includes/validation.php?valid=useradd&   '&members=' + user;             $.ajax({                
  • File Upload Validation

    Hi, How to validate for file input type and i tried below code  var validator = $("#parse").validate({ rules: {                 sr1: "required",     },       myfile: {             required: true,             accept: "cer|CER|pem|PEM"         },    errorElement: "span" ,                                  messages: {         sr1: " Enter SerialNumber",     myfile:"File Required"        } }); if(validator.form()){ // validation perform //$('form#parse').attr({action: 'mycontroller'}); $('form#parse').submit();
  • links

    Apologies if i appear totally unknowledable.  I am calling a simple moving boxe into a website via iframe command, a link inside the banner works a treat however it opens a duplicate frame within the main website ? is there a link command to bypass opening within the iframe and going to directly link to say a navigation button in the index ? thank you Lesley
  • Cascade multiple dialogs

    I am relatively new to jQuery, and after have searched for a couple of hours, I am about ready to just..give up.   We have a page with multiple dialogs, all of which work fine - we have the dialog open state persisting on postback, but, if there are mutliple dialogs open on postback, they all get stacked one directly on top of the other.   Is there a method by which we can cascade multiple open dialogs? 
  • Search Array for matching strings.

    Hi, I have the following: ad=new Array('a','b','c','a','d','e','a'); I want to return the index of the letter 'a'.  Using inArray I only get the index of the first 'a', is there a way you can return all the values without looping through with a for next loop? Thanks.
  • Please add an "autocompleteblur" event

    I can use "autocompletefocus" to do something. But when focus is moved to the menu top or bottom, no item gets the focus, the event will not be triggered. So I expect jQuery UI to add an "autocompleteblur" event.
  • Horizontal scrolling onmousewhell

    Hi, I want to do. Horizontal mousewhell scrolling. Can you help me? I want to do it this way. http://impactweb.pl/themeforest/modernmetro-dark/ Thanks.
  • Triggering Submit of form on button.

    Hay All,     I have example code at jsfiddle of what I am trying to do.  I have a lock button on the page which triggers the user to verify a question.  If 'OK' is triggered I try to trigger the click event on the hidden submit button on the page, but nothing happens.  I have tried this in Chrome, IE7, IE8, IE9.  The console never display the form submit message.  I'm looking for thoughts and maybe direction on what I may be doing wrong or could do better. Thanks in advanced.
  • Need help whith modalbox!

    1.We have a modal window, that when you click on a link modal window opens. How to do that when you open the modal window url page changed on http://site.com/modalbox and we can follow this link to open the page with open modal window. 2.We have modal window whith  http://site.com/modalbox url,  in a modal box has two links next and prev if we click next content modal box changed and url on  http://site.com/modalbox#two and  we can follow this link to open the page with open modal window whith content
  • Find part of a string and style it

    Hello there. I am a beginner to jQuery, and I am trying to accomplish what seems like an easy task. I want to find a certain word in a string, and when it is clicked on, go to another page. I know that I need to use window.location.href = ""; for the redirect. My string is Come play with us, and I want to redirect to a page when us is clicked on
  • [jQuery] trigger click on an anchor

    if I have a link on my page like this <a id="clickme" href="home/download/myfile.pdf">triggerclick</a> should I be able to click it with jquery? on event { $('#clickme').trigger('click'); } or will it disallow it because its linking to a file
  • Jquery Newsletter signup form

    Hi All, I am very new to Jquery and have limited knowedge of it. I am trying to add this type of jquery pop-up form http://jsfiddle.net/hendriono/Jg8rd/show/ to my site www.whatiseewhenilookat.com, it uses Gallery3 site software to http://galleryproject.org/. I am having a nightmare trying to get this to work, I would be very grateful to anyone who can help me out with this
  • Custom Icons on JQuery UI Button

    Howdie,I have searched the forums and google for an answer to this and it seems pretty much every answer is out of date and doesn't work.  After spending a couple of hours banging my head I'm stumped. I simply want to replace the icon in a JQuery UI button with a custom icon.   I have been attempting to do it this way based upon numerous posts I have found: .icon_help {     background-image: url(../image/Help_16x16.png) !important;     width: 16px;     height: 16px; } And then specifying it:  $('#btn_help').button({
  • Problem with Table Sorter Plugin

    I am having an issue with the tablesorter plugin.  While I have it enabled at my site (at http://www.coinchoose.com), if doesn't sort when I click a column header.  I know it must be something easy, but I have looked at the example and can't figure it out.  Any help is appreciated.
  • Webshims Lib within asp.net MVC4 projects

    MVC4 is using jQuery Validate and "unobtrusive validation". In that I'm facing several years of IE7&8 forms handling I've become convinced that Webshims Lib is the best way to bring HTML5 polyfill functionality. One of the comments at http://stackoverflow.com/questions/9067536/html5-forms-with-polyfills-is-it-worth-it suggests that the choice of Webshims Lib might change how MVC4's dataannotations are constructed. > Most MVC devs are married to this because it [validation plugin and > "unobtrusive
  • Urgent help with variable jquery

    Hello. We are working on a voice recognition system with Web API Speech of Chrome, and we need help. As you can see in the example code siguiene, speech recognition is ready. Now what we do is that if for example the user says the microphone the word'' Hello'' be sent to a url. Does anyone know about comparing variables? Can anyone help? DEMO: http://luxor.webcindario.com/reconocimiento.html <!DOCTYPE HTML> <html lang="es-MX"> <head> <meta charset="UTF-8"> <title>Webkit Speech Demo - @kinduff</title>
  • Web-App: Habit tracking with JQuery Mobile

    I'm normally a desktop developer (C++, Python), but out of curiosity started to create a web-based application: AimHigh Thanks to jQuery Mobile I could just focus on features instead of figuring out how to create a usable design which works on different devices. It's not perfect, but given that it's just ~8 weeks ago that I wrote my first line of JavaScript I'm quite happy with the result. It's easily usable as intended and I learned a lot creating it.
  • loading external pages not working properly with multiple links

    I thought I was done with the loading external pages problem but I guess not yet. When there are multiple links, modal dialog is loaded just as many times as the number of the links. For example, if there are 3 links with class="test", when first link is clicked, it will load 3 times on top of each. Anyway to fix it? <a href="/user/login/" class="test">comment #1</a><br> <a href="/user/signup/" class="test">comment #2</a><br> <a href="/user/reset_password/" class="test">comment #3</a><br> $('a.test').click(function()
  • help with jquery toolbar

    Hi im new to jquery i have a jquery toolbar code   http://mulaus.5gbfree.com/ this is the original script http://www.pvmgarage.com/2009/12/nic...s3-and-jquery/ still trying this but still not working properly The problem  when i click a list with tooltip..then click another list with tooltip the previous tooltip is not close automatically..have to close manually and also after clicking a menu and tooltip appear and closing it we can't do the same thing for second time how do i repeat code ? so the
  • json wcf jquery phonegap work only in .html

    My call in phonegap in WP8 to consuming service wcf works only in index.html file. If i call in the .js file i get error GetListaMunicipios was not called. my call: $.support.cors = true; $.mobile.allowCrossDomainPages = true; $.ajax("http://localhost:56976/MunicipiosService.svc/ListaMunicipios?callback=?",{ beforeSend: function (xhr) { // $.mobile.showPageLoadingMsg(); alert('beforeSend'); }, complete: function () { // $.mobile.hidePageLoadingMsg(); alert('complete'); }, contentType: 'application/json;
  • loading external url in jquery ui modal

    I have links to comments as <a href="comment.php?postid=1>read comments</a>, I have <a href="comment.php?postid=1>read comments</a>... How can I load these external URLs into my modal dialogs? I have hundreds of posts on my website and users can keep adding them. Users can add comments on each post on the website.         $( "#dialog_facebook" ).dialog({             autoOpen: false,             width: 400,             height: 200,             modal: true         });         $("#open_f").click(function(){$("#dialog_facebook").dialog("open");});
  • Ajax and firefox

    i am building a social site in which i can attach images. I attach an image to a post and before i share it i decide to delete the image and attach a new one. When I share, it doesn't work. Firefox things the ajax request is a post when it should be a put request. I am not creating a new post only updating the image that is attached to the post I already created. Is there a work around for this?
  • This is really a web page bug report more than a question

    I just want to provide some feedback. I have been trying to get started with jquery mobile and find that the jquerymobile.com web pages do a very poor job of supporting beginners. First let me say that jquery mobile looks like a wonderful thing. Lots of people have obviously worked very hard to make this a great tool. Some of the things I say below are probably wrong. Some things that I say don't exist probably do, just not where I expected them to be. Please don't take this as a detailed bug report.
  • What is the problem with my site?

    Surfing direct to the address http://jimand.se/explore/task2.html gives me different functionality than open a link from my  start page http://jimand.se/explore/start.html and then clicking to the second page.  Can someone explain that to me? Password for trying is 'llab'.  See my source code on the pages.  /newbie
  • passing parameters beteween pages - listview

    Hi, i want in my listview which displays news to open a new page with these news. here is my code :  $('#actualites').append('<li><a href="javascript:openActualite(' + id + ',' + titre + ',' + contenu + ',' + date + ',' + type + ',' + image + ')"><img src="' + image + '" height="100%" width="100%"/><h3>' + titre + '</h3><p>' + contenu + '</p></a></li>'); $('#actualites').listview('refresh'); here is my openActualite function : function openActualite(id, titre, contenu, date, type, image){ alert(id);
  • runner UI does not run

    Hi guys I am trying to use the runner UI http://plugins.jquery.com/runner/ I have all these file included (last 2 are for the runner class)   <script type="text/javascript" src="js/jquery-ui.min.js"></script>   <script src="js/jquery.ui.core.js" type="text/javascript"></script>   <script src="js/jquery.ui.widget.js" type="text/javascript"></script>   <script src="js/jquery.ui.slider.js" type="text/javascript"></script>   <script src="js/jquery.ui.datepicker.js" type="text/javascript"></script>  
  • IExplorer/Yahoo Messenger Games Plug-In Error "Object doesn't support property or method 'onSoundOn' "

    Hi, i am using Windows 8 32-bit, Yahoo Messenger 11.5.0.228, Java Ver 7 Built 17 (built 1.7.0_17-b2) and my Security Settings are set to Low, for enabling Java Script to run properly. However, when i try to play any game in the Yahoo Messenger Window, an error appears saying: 1. Object doesn't support property or method 'gameSendData' or 2. Object doesn't support property or method 'onSoundOn' I think this error is from Java Plugin and not directly from Yahoo Messenger or IExplorer. When i try also
  • Setting text of a label from Jquery

    I'm sure this is simple but I'm pretty new to Jquery. I created an asp web application that  is built with Master Pages. In Default.aspx, I have a label here:   <asp:Content ID="HeaderContent" runat="server" ContentPlaceHolderID="HeadContent"> </asp:Content> <asp:Content ID="BodyContent" runat="server" ContentPlaceHolderID="MainContent"> <br /> <label id="lblResults" class="Results"></label> <br /> I want to set the value of the label in Jquery. This is what I'm trying to do but not successfully:
  • Next Page

  • Announcements

  • The Basics of jQuery AJAX

    A step-by-step tutorial for those new to jQuery and wanting to use AJAX in their projects. Includes valuable information about troubleshooting using the console and understanding the request / response. http://jayblanchard.net/basics_of_jquery_ajax.html
  • jQuery Conference 2010: Boston Announcement

      The jQuery Project is very excited to announce the jQuery Conference 2010: Boston on October 16-17, 2010.  The conference will be held at the Hilton Boston Logan in Boston, Massachusetts.  The best part of this announcement is that Tickets are on sale now!  This venue is the largest that the project has worked with to date (Harvard Law School in ‘07, the MIT Stata Center in ‘08 and Microsoft New England Research Center in ‘09) and we expect to sell out very quickly. A brief synopsis of some of