Superfish not working properly in android
We are currently using superfish for a development project. I'm having problems getting the navigation to work properly on both android browser and android's chrome. It is exactly what I want (click instead of hover) on iPad and iPhone. On the android devices I tested, when you click the nav it takes you to the page that is in the anchor tag for that element instead of dropping down the menu. Is superfish still maintained at all? There seems to be some mixed ideas around whether or not it
Validation - Remote Failure
I am in the process of using the JQuery Validation Plug-In for one of my sites. I have an initial page up which accepts an Email Address and a Password (and comparison Password). These are bare-bones pages just to test with and will be fleshed out (along with the PHP scripts) once I have the code working. It is at http://www.rarpsl.net/Church1/registration.html with the JQuery script at http://www.rarpsl.net/Church1/scripts/registration.js. I am using JQuery 1.8.0 (when I used 1.7.2 I had the same
facing problen in safari5
Hello, Please check this link. It is working fine in all browser but not in safari5 and below. http://www.ingeniousonline.co.in/wayne/html/slider.html Regds Vishal bansal
jquery validate 1.9 plugin not working in IE7 and IE8
I've got the following code to validate a registration form. In Firefox, Chrome or IE9,if the user tries to click the register button on an empty form the error messages show up fine. In IE7 or 8 no error messages appear. Here's the jquery: $('#form_register').validate({ messages: { register_full_name: 'Please enter your name', register_email: { required: 'Please enter your email', email: 'Please enter a valid email address' }, register_username: { required:
Can the jQuery validate plugin be used to sanitize fields to prevent SQL injection?
Can the jQuery validate plugin be used to sanitize fields to prevent SQL injection? I got the impression that it does but it's not working with the standard settings and I haven't found any information on how specifically to set it up. These are my current settings: $(document).ready(function() { // validate signup form on keyup and submit var validator = $("#customer_info").validate({ rules: { fname: "required", lname: "required", user_name:
Cycle Plugin failing to work...
Well, I'm sorry to be posting. I did a search for both the plugin and that it is not working, but could not find a solution on my own... I have everything installed, to my knowledge, correctly. .js files are in a /js/ folder along with the CSS file. Despite all of this, the images just sit there in a cascade down the page... Any help is appreciated :) Here is what I have; Browser: Firefox JS Files http://www.josieroetman.com/js <HEAD> Tag <link rel="stylesheet" type="text/css" media="screen"
recommendation for a horizontal scroller
Hi, guys! I don't know if i gave an adequate title for my need. For example, on a website with lots of contents (options) that have fixed width, I need a plugin that takes care of them when browser window size is being changed, by showing horizontal left and right buttons, which, when activated move entire content left/right like regular scrollers. Please recommend plugins adequate for this issue, thank you in advance!
cleditor plugin - issues
Hello Everyone: I've a cleditor plugin installed on my site. It works great when entering data and INSERTing data into mySQL. Now, I am writing SELECT statements to pickup the data used by cleditor. My goal is to display a table of different "topics" using cleditor data. The user should be able to click on a <tr> checkbox, pickup row values and assign those values to different input fields. Things work great for every field except my cleditor content. With cleditor content I have the following
How do I put the jquery tabs code into an external js file?
I'm still learning how to use external javascript files so I'm a bit stumped at the moment. I already have the external js file working OK with a couple of functions. How do I put the jquery tabs code into an external js file? I'll make it really simple, here is the demo tabs site: http://jqueryui.com/demos/tabs/ I have copied and pasted this whole code into a HTML file and it works. This is this bit of code I want to put into the external js file: <script> $(function() { $( "#tabs" ).tabs();
Validate: Validate form + CKEditor plugin - multiple class non working
Hi all, i'm trying to validate a form with a "required" textarea. The textarea has already a class to work with CKeditor plugin So i tried to put class="ckeditor required", and it is only ckeditor (not validated) then i tried to put class="required ckeditor", and it is only ckeditor (not validated) if i try class="required", the text area is validated. I can't understand what's wrong.. validate plugin should manage multiple class.. thanks
Media pluging not working
Hi there I'm a newbie to the jQuery media plugin. I've followed the instructions at http://malsup.com/jquery/media/ but I haven't had any luck. I have jQuery core included from http://ajax.googleapis.com/ajax/libs/jquery/1.4.0/jquery.min.js and I have downloaded and included the file from http://malsup.com/jquery/media/jquery.media.js?v.92 I have the media call like this; <script type="text/javascript"> //Convert 'media' tags using jQuery $('a.media').media(); //Style appropriate menu item
Jquery dialog with modal true is not working
Hi folks, I used jquery dialog plugin to create overlay dialog. Dialog works fine. But i also set property modal=true to hide/inactive all background screen. For some reason it was not working. Here is a dialog sample:: $("#main_pre_note").dialog({ resizable: false, height: 200, width:484, modal: true, title: '<span class="icon"></span> Tittle text', autoOpen: false }); $("#main_pre_note").dialog('open') Anybody have any idae?
populate telerik dropdown list using jquery
I am having issues with populating a telerik dropdown list using jquery. I get the following Error: 'get(...).options' is null or not an object On line: $("#courseID").get(0).options.length = 0; Here is my telerik dropdown list: <%= Html.Telerik().DropDownList() .Name("courseID") .HtmlAttributes(new{ @id="courseID"}) %> Here is how I am trying to populate it using jquery: I call the populateDDL function on "StudentID" focusout event,
Star Rating Plugin, replace input fields after whole page is loaded
Hey there, I'm using the jQuery Star Rating Plugin v3.14 in a Typo3 environment where I show the result of a poll. When adding the stars to the "normal" page. Everything is working well. But I have also a detail view (with the stars), which is loaded from the user with javascript (after the full page is loaded). Doing this, the input-fields (type="radio" class="star") won't replace with the stars. Now my question: What do I have to do that input fields (which should be stars) are replaced with
resizable works incorrect in FF
If you open http://jsfiddle.net/UVsKp/413/ in opera it works just fine. But if you open it in firefox you will see resize icon in the bottom of display. How can I solve this? thanks
datepicker regional dateFormat
Hi there, I am trying to use the datepicker on my site. But I cannot get it to change to using 'dd/mm/yy' dateformat for New Zealand dates. As soon as I select a date from the datepicker popup, the format in my textbox changes to mm/dd/yy Here is my code, can someone tell me what I am doing wrong please?? $(function () { $("#datepicker").datepicker({regional: "en-NZ"}); $("#datepicker").datepicker({dateFormat: 'dd/mm/yy'}); });
Cycle plugin blocks drop down menu items
I am not sure if I am alone. But when using Cycle plugin, whenever an image fade out, it will block drop down menu items from a UL above. For example: http://site1.ewart.library.ubc.ca/node/255 "Category" has drop down (sub) menu items and those sub menu items are constantly blocked. How to fix that, via CSS or JQuery? ie. change z-index of the slideshow items (or its parent DIV)? Thanks.
Help getting jquery.collapser to be collapsed by default...
Hi Everyone, I have only just started playing with JSQuery, but have managed to cobble together a semi working attempt at what I'd like to do. I am trying to make a webpage that has hidden tables by default, which can then be uncollapsed. I based it all on this tutorial site: http://www.aakashweb.com/resources/pages/demos/jquery-collapser/ I used Demo 3 as my starting point. In the attached zip file you will find the webpage which has collapsible elements in it (if you click the headers of each table
jScrollPane: scrollbar disappears
Use the pluguin JScrollPane to create a scrollbar within the site area. The content is dynamically generated and therefore need to enable autoReinitialise the plug so that it calculates the height of the content. Within this content is a series of anchors. To function, activated the hijackInternalLinks: true to the plugin capture these anchors. The problem now is that when I click the link that leads to a particular anchor, the scrollbar disappears.
Is there any {{while}} loop in JsRender? I
Is there any {{while}} loop in JsRender? I could find {{for}} loop but required while kind of loop Chirag
jQuery BlockUI Plugin clashing with jQuery UI
The methods for block and unblock in jQuery BlockUI Plugin clash with the jQuery UI datepicker. jQuery BlockUI Plugin // global $ methods for blocking/unblocking the entire page $.blockUI = function(opts) { install(window, opts); }; $.unblockUI = function(opts) { remove(window, opts); }; jQuery UI datepicker this._showDatepicker(this._dialogInput[0]),$.blockUI&&$.blockUI(this.dpDiv),
Tablesorter 2 is not sorting money properly
First off, let me say that the tablesorter plugin is amazing. Great job guys! I've seemed to encounter some sort of bug, for some reason the column with money is not being sorted properly... any ideas as to how i can fix this? Thanks all. Here's the code i'm using: http://pastebin.com/Xm1gtk4S
Cycle plugin count
Hi! I'm using the Cycle plugin with a counter in my site, like this: http://jquery.malsup.com/cycle/count.html In the previous example, the current slide number changes AFTER the effect. I'd like it to change BEFORE the effect, but I can't seem to find the way to do it (using the before: option instead of the after: one, etc...) Any help would be appreciated.
jQuery Form Transform Problem
I am using a jQuery plugin to change the appearance of certain parts of my form, I believe that the plugin name is formTransform. When applying the jQuery to drop down list menus, the plugin works fine for two of them but then does not show the third one...it is almost as if there is a limit to how many drop down lists the plugin can apply to. The same thing happens for radio and check box groups. I have looked at the code but can not see what would be causing this to happen. Any help would be appreciated.
Tablesorter, PHP and multiple tables
Hello, I'm planning on using the table sorter plugin. The problem I'm having is that I'm generating more than one table using PHP. What's the best way to have a unique table id and call the table sorter for each tables generated on the fly? I hope I'm clear enough in my question ... Regards, Olivier
jQuery Editable (HTML 5 format)
Hi all, Recently I developed couple of pluigns one of them is jQuery Editable. Many of you might Have used my old one which was released 2009. Here is my latest technique for creating jQuery Editable "not for tables" Editable fields! It is flexible enough to cover all cases and easy to use. You can find it here at Plugins Section http://archive.plugins.jquery.com/content/jqueryeditable-101 <span> <label data-type="editable" data-for=".input1">Click me to change!</label> <input class='input1'/>
jquery contextmenu not working with jquery blockUI
I am using 2 plugins of jquery which is contextmenu and blockUI, in asp.net. My requirement is that a context menu should be shown when user right clicks one of the columns of a gridview.And this gridview should be shown as a modal using blockUI.Now the context menu works fine when gridview is normally displayed on the page.But when the gridview is shown as a modal using block UI,the context menu is not working. Please suggest a good soultion for my problem. Thanks.
Looking for a sliding/moving/funky/sexy plugin
Hi there, Its my first post, so first of all, i would like to thanks the jquery community for all its work! This forum is very helpful! I just started to design a new website, and im looking for ideas and examples of jquery pugins. This is the home page: http://img42.imageshack.us/img42/872...te0000home.jpg So, the main idea is to make this a bit dynamic. Ive been searching and ive found some interesting plugins: - Scrollorama - Jqfloat - Parallax etc. But i cant find what im looking for. I would
jqGrid: possible to re-assign colNames and colModel upon paging?
Hi jqGrid users: My colNames and colModel change upon each paging. If you wonder why, it is because the grid data comes from dynamic crosstab, so I never know in advance how many columns I will have. I do know the maximum number of columns I can have. So, here is what I am doing: Get all possible column names into colNames (and colModel) and feed it to my jqGrid. In loadComplete (or gridComplete), I code to hide those columns that do not contain data. Then in onPaging, I code to show all colNames.
Using goMap along with different plugins attached to a single webpage
Hello, I'm developing a website which has all of the webpages inside a single html file using "tabbed panels". I put all of the jQuery inside a file called allplugins.js which includes both the plugins and the calls to them, unfortunately when I embed goMap in that file, nothing works anymore. Here is the code: http://pastebin.com/pc5zkmdx I spent 3 days to understand what's wrong and I couldn't find any solution. Thank you in advance. Cheers, Deviad
Cycle plugin question
Hi All, I'm using a wordpress theme that includes the cycle plugin. Cycle cycles 3 predefined wordpress posts on the homepage, and it all works great. You can see the (very) initial version here. My question: How do i define when the post text is cut off with a MORE button? Currently it cuts off too low. Is it by defining the plugin height? Thanks yaron
Datepicker calendar icon and minDate
Hi, When I initialize Datepicker using the minDate option, the calendar icon disappears. My code: $('.datepicker').datepicker({ minDate: 0 }); $('.datepicker').datepicker( 'option', $.extend({ dateFormat: "dd.mm.yyyy" }), $.datepicker.regional['de']); Aswell as this: $('.datepicker').datepicker({ minDate: 0, option: $.extend({ dateFormat:
Jquery UI - Dialogs Content Loading Command
Hi, I am new to jquery and website building. I am currently trying to use jquery tabs and dialog to create a company page for our stores. I am using tabs for the different states and dialog for a pop up box with a picture of the store and a embed link to google maps. The problem I am having is we have about 80 stores and it is loading all the google maps at once when you enter the page. Which is causing the memory to run out and the page to crashes. I thought using the tabs would help with
IE8 doesn't display half my jQuery-rendered Form.
Live at www.organic-effects.co.uk/portfolio.htm Click the contact us button on the top right. A 'contactable' style plug-in should slide down, asking for user details with a submit button. On firefox, the html renders thus (comments added by me for this post only) <div style="display: block;" class="container contactForm"> <div class="spacer row"><div class="twelvecol last"><p></p></div></div> <!--IE STOPS RENDERING HERE--> <div class="form row"> <div class="threecol formblurb">
jquery form plugin by malsup: csrf_token invalid
I'm using the form plugin by malsup (http://malsup.com/jquery/form/) to upload files and present an upload status. However up on submitting a file, I receive Forbidden (403) CSRF verification failed. Request aborted. The html of the form looks like that: <form enctype="multipart/form-data" action="upload/" method="POST" id="upload_form"> <div style="display:none"><input type="hidden" name="csrfmiddlewaretoken" value="2o9sTsFlDASjxZkd7h6mOA18EWzqmIWo"></div> <label for="id_file">File:</label>
Jquery load and Yoxview
Masters, I try to explain my problem: I have: main.php; sub1.php; sub2.php I use jquery load to load part of html from sub1.php, sub2.php to main.php. This works well. I use this tutorial: http://demos.malbecmedia.com/ajax-site-demo/ On the sub1.php i use YoxView <div id="ajax-wrap"> <div id="text"> <div class="product_image hatter1"><a href="images/galeria/test.JPG" class='multi1'><span ><br/>span text span text span text </span></a></div> </div> </div> If
Issue with jqplot
Anyone here know about jqplot? I'm having an issue, but I don't want to post it if this isn't a good place. I've posted to the mailing list, stackoverflow, and even emailed the author, but I have not received a reply. If anyone thinks they can help, let me know and I'll post the issue.
.blockUI plugin centering issue
Hi! I'm using the .blockUI plugin from here ( http://jquery.malsup.com/block/#download ) and for some reason my dialog box is not centering in the page. Here is my pop up code/message: $('#StreetNumberNameSearch').click(function () { $.blockUI({ fadeIn: 1000, message: '<h1 style="padding:10px 20px 5px 20px; color:#003366; font-size:18px;">To Search by Street Number & Street Name</h1><p>Enter the street number and street name without designators such as West, North, Avenue, Lane, Road, etc.</p><p><b>Example:</b> 1234 Main Street would be entered as:</p><p><img src="/images/search_help/streetSearch.jpg" alt="" title="" /></p><p> </p><p><img src="/images/round_red_close.gif" class="floatLeft" alt="" title="" style="padding: 0 5px 10px 0px; margin: 0;" /><a href="#" id="closeStreetNumberNameSearch">Close This Window</a></p>'
Tablesorter header
Hi, I want to sort a column with tablesorter plugin but I want to disabled the header so user cannot sort it manually. For example I have this data: <table class='tablesorter'> <tr> <th>Name</th> <th>Age</th> </tr> <tr> <td>Peter</td> <td>32</td> </tr> <tr> <td>Brian</td> <td>28</td> </tr> </table> From that data, I want to automatically sort the "age" column ascending but I don't want user can sort it manually. Can I do this with tablesorter plugin? Regards,
Jquery Countdown - weekly recurring time
Hi there, I am using a jquery countdown script by keith wood: http://keith-wood.name/countdown.html I'm trying to work out how to make it countdown to a fixed time every week (monday 8pm GMT). the script is too big to add here but can be seen on the site and this is what I have from the example from the site: <script type="text/javascript"> $(function () { var austDay = new Date(); austDay = new Date(austDay.getFullYear() + 1, 1 - 1, 26); $('#defaultCountdown').countdown({until: austDay}); $('#year').text(austDay.getFullYear());
Next Page