Cycle plugin and AJAX Dynamic Content
Can someone please help me with this? I'm trying to load a slideshow using Cycle on a page that is loaded via AJAX Dynamic Content in a DIV tag. The code of the slideshow page is : <!doctype html> <html> <head> <title>photos</title> <style type="text/css"> .slideshow { } .slideshow img { padding: 0px; border: 0px solid #ccc; padding-top: 20px; } </style> <!-- include jQuery library --> <script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.1/jquery.min.js"></script>
Cloud Carousel - A 3d Carousel in Javascript
I am 3 days into jQuery and 2 months into web development so I have many questions and frustrations. I really like the Cloud Carousel plugin http://www.professorcloud.com/mainsite/carousel.htm and have been able to get most of it working. I don't know how the text is displayed in the authour's example? Could anyone please help? Thank you.
JQuery Cycle Plugin Safari Problem
I am using the JQuery Cycle Plugin, and I am having an issue that I can not seem to resolve. I am fairly new to web design. I am designing a website for a photographer, on the engagement and portrait previous and next links will not work in safari until you click the image itself. They do not even appear as links. In firefox, ie, chrome it works fine and the links work fine. the link is http://www.sarahwilkinsonphotography.com any suggestions?
multiple jQuery scripts
Hi There I have a website with two jQuery scripts on. The problem is, I can only get one to work at a time. Could someone take a look and let me know what the problem is? I am really new to jQuery. This is what I have included: <script type="text/javascript" src="static/js/jquery.min.js"></script> <script type="text/javascript" src="static/js/jqueryslidemenu.js"></script> <script type="text/javascript" src="static/js/imagelidemenu.js"></script> Thanks, Steve
Easyslider problems HELP!!!
Using easyslider to scroll through maps and corresponding descriptions. It's working occasionally (on a refresh), but more often not, 9/10 times not. The height of the slide and also the position get screwed up. See here: bigfootwalk I pulled this from the Developer window in Safari. This style was applied to the <div id="slider"> style="width: 1308px; height: 70px; overflow-x: hidden; overflow-y: hidden; " I'm not sure where it's pulling those values from (height and width) but they're wrong, which
JQuery plugin conflict issues.
Hi There Could some please help with solve the conflict issues I have... <script type="text/javascript" src="static/js/jquery.min.js"></script> <script type="text/javascript" src="static/js/jqueryslidemenu.js"></script> <script type="text/javascript" src="static/js/imagelidemenu.js"></script> I don't really have any experience with jQuery. I can get either the jqueryslidemenu.js or imagelidemenu.js scripts working fine but not together. It's driving me nuts.
Jquery Plug ins not working with IE
Hey everybody, I'm not a developer so having some trouble figuring out why these won't work in ie. I have three jquery plugins for my wordpress site. Everything works fine in FF and Chrome, but IE will not show ANY of the jQuery elements. The IE debug console says there's a syntax error on character 1 of a specific line. I'll highlight the line. I've tried playing with syntax, but to no avail. Any help will be greatly appreciated. Here's the code: <script type="text/javascript"> jQuery(document).ready(function()
Adding loading gif with .ajax submit
Currently, with this set up the ajax loading gif is made visible when the user clicks into the first input field. I need this to happen only when submit button is clicked. Any way to make this function more smoothly? Also, what functionality does the debug truly have? <script type="text/javascript"> $(document).click(function() { $.validator.methods.equal = function(value, element, param) { return value == param; }; $("#processing").show(); var validator = $("#Cancel").bind("invalid-form.validate",
Vertical Suckerfish with slideout submenus
I am trying to capture a menu effect from the DotNetNuke core menus, found here: http://www.toledooblates.org/ My test site is here: http://www.repeatersolutions.org/ The suckerfish menus are no problem, I've used those on other sites and have used the superfish to accomplish the basics of what I need. However, this is the first time I've really tried to animate - everything else was fade in and/or drop down. My first line of attack was to try to use animate() to accomplish a slide out effect.
Autocomplete Question
I have a server side application running for an autocomplete and it is working very nicley. I would like to enhance the function to return two data fields per entry and put the first field in the autocomplete drop down and once an entry is chosen the second value into a hidden input. Can this be done using the standard autocomplete plugin? Thanks Ken
[Validate] Radio Buttons Issue in IE8
Hi, I have been doing some testing with form validation using the validate plugin. I found an issue in IE8 when using the supplied demo page for radio buttons; radio-checkbox-select-demo.html. If you submit the form without selecting a radio button option the error message is displayed and the first radio button in the list is highlighted with a red dotted border. Although it's probably not ideal for the first option to be highlighted because it tends to indicate it is the one that should be
jQuery Loader – On-Demand, Lazy Load with jQuery UI
http://eduardo.pacheco.kanema.com.br/plugin-jquery-load-js-css/ Loader is a jQuery plugin for dynamic loading of JavaScript’s, CSS’s and images. The current version is compatible with any modern browser, and some less so (IE6). Is in release candidate 1. Testing, use and comment!
Cycle Plugin
first time iv started to use this plugin and so far am finding it great! but i would like to use it on a group of thumb images.. i have about 6 thumb each one has two images (2nd hidden) and using the pagerEvent: 'mouseover' i want the image to fade (or using different fx) out into the hidden one! how do i go about doing this? YES am a newbie to jQuery :-) div #thumb is around one thumb this is the code i hav so far $(document).ready(function() { $('#thumb').cycle({ fx: 'fade',
jQuery media plugin - AutoStart not running when using the JWPlayer
Hi Malsup, I needed to get the player to auto run. I flipped the "autoplay" flag (in the defaults) and it worked for all except the flash player. I am using the JWPlayer (as you recommended). I am not sure if this is specific to the JWPlayer, but I needed to append the "&autostart=true" to the "opts.src" in the generate() function to get it to "autorun". Here is the code... you might want to consider pulling it in your plugin. Again... thanks for the great plug-in! function generate(el, opts, player)
Server-Side Pagination
Hello Everyone, I'm new to jQuery. I have a question for you guys... Suppose I have a file 'A' ( results.asp) that returns a paginated recordset from the database (10 rows at a time) I have another file 'B' where I want Jquery pagination. I wamt tp call the results.asp from page 'B' to update my div The problem is that I'm confused between 2 paginations. If I use javascript pagination on file 'B' I will have to pre populate all rows in file 'A' and remove the 10 rows at a time filter. If I still
jquery cycle not loading via dynamic ajax content
Hello, I am trying to load a jquery cycle slideshow via a dynamic ajax content page. There's the menu div on the left with the content div on the right. The content is separate html pages which are jquery slideshows (when previewed, they work!) When loaded through the main page they come up as single images, all visible on the page. The code goes like this : <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.2.6/jquery.js" type="text/javascript"></script> <script type="text/javascript">
jCarousel not working in Safari 3.0.4
jCarousel is a great plug in and has been working well for me. Unfortunately I have a client who hasn't upgraded from the Tiger 10.4 operating system and the latest version of Safari on that is 3.0.4. jCarousel doesn't work on that browser. I have tested it on the clients machine and also using the Multi Safari version here: http://mirror.jquery.com/multi-safari/multi-safari-3.0.4.tbz The code I tested was the example from the plugin page here: http://sorgalla.com/projects/jcarousel/examples/static_simple.html
jQuery is giving error in IE browser but working in Firefox.
Hi, we have inlcuded follwing js files into our code and working using them. jquery-1.2.6.js jquery-ui-personalized-1.5.3.js jquerypngfix.js we suddenly getting the js error at the following line. var $window = jQuery(window); it was working fine earlier. suddenly what happend we dont know. it is showing "object doesnot support this method" in the IE browser. It is working perfectly in Firefox. can anyone help me out. thanks, Bhavani
Mark several checkboxes of table rows by mouse?
Hello, I have a table with several rows. In each of the row there is a checkbox. Now I want to select several rows (= activate the checkboxes) by "drawing" a rectangle with the mouse. Each row within the rectangle should be selected (as you can select multiple files in explorer/finder by using this "method"). Is there a plugin or similar? Thanks! Carlos
Problem with jQuery Validation Plugin & Form Plugin
helo guys! I got a problem with using a combination of jquery validation plugin and form plugin. the weird thing i'm confronted with is the following: for the submitHandler I use a animated success message. but this message only shows up if I previously try to submit the form without filling out the required fields and so provoke a error message. if I fill out the form correctly on first try the message isn't shown. it seems like i first have to provoke an error message before the success message
Jquery cycle every secon image dispalyed
Hi I am using using this plugin with Another Advanced Pager Demo. I have just copied the code in jQuery(document).ready(function() { $('#slideshow').cycle({ fx: 'fade', speed: 'fast', timeout: 0, pager: '#nav', pagerAnchorBuilder: function(idx, slide) { // return sel string for existing anchor return '#nav li:eq(' + (idx) + ') a'; } I have four images the first image is displayed clicking on the second creates a fade and displays nothing, clicking on the third image displays the second image and
Any Plugin or UI / Effect that can show a blue horizontal bar at top of screen saying "Logged in Failed" like Twitter does?
Any Plugin or UI / Effect that can show a blue horizontal bar at top of screen saying "Logged in Failed" like Twitter does?
Auto Complete + a SQL query
Greetings. This is my first post at jQuery boards.. Im trying to create a auto complete + sql query.. I have nearly all ( just need to fix the functions i guess?). What is my problem/ what i need: * There is no hover: effect on the list that showed with the results ( if i hover the list there should be a other color , you understand?) - could someone add this? Also i wanted to bee it like in http://jqueryui.com/demos/autocomplete/ ... But it doesn't work See the attachment there are my files.. What
jQuery Cyce transparent PNGs IE8 - fade doesn't work
I'm doing a project with a front page slide show that uses transparent pngs. I'm using jQuery Cycle. In IE8 the transparent background shows up as a light yellow, the background color of the parent div. I've tried a bunch of tricks and done research that indicates Microsoft just didn't implement the fade filter correctly in IE8. See the link at the bottom of this post. One thing I tried was setting each PNG in an IMG tag to "background:transparent" individually. That worked for each slide, but then
How to fill jQuery AutoComplete with Key Value Pair object
Hi there, I just want to know if there's a way to fill the jQuery AutoComplete with a Key Value Pair return object? Here's my script: <script type="text/javascript"> $(document).ready(function() { var data = WebAppPortal.Services.Generic.GenericService.GetAllIRespondents(onSuccess, onFail); }); var onFail = function() { $.fn.closeModal("Error in update", true, false); }; var onSuccess = function(data) { //var data2 = data.split("$"); $("#<%=TextBox1.ClientID
Jquery plugin seems to leak memory no matter what I do
I've recently been tasked with ferreting out some memory leaks in an application for my work. I've narrowed down one of the big leaks to a jquery plugin. It appears we're using a modified version of a popular context menu jquery plugin. It looks like one of the developers before me attempted to add a destroy method. I noticed it wasn't very well written and attempted to rewrite. Here's the meat of my destroy method: var recursiveUnbind = function(node) { $(node).unbind(); //$(node).empty().remove();
element.ptTimeSelect is not a function
Hey all, I'm using the ptTimeSelect time picker plugin and it's really nice. If I set up a textbox as a time selector like this: $('#mydatepickerid').ptTimeSelect(); it works fine. However, I have a lot of time pickers on the page and want to loop through them and set all of them up in one loop. Here's my javascript: $(document).ready(function () { //make hours of operation textboxes into timepickers. var elements = $("input[id *= '_timepicker']"); for (var k = 0; k <
Image slideshow that doesn't load all images first?
I'm looking for a good image slideshow type of plugin that isn't set up in such a way that all the images get loaded right away on the page. I've looked at plugins such as Step Carousel and !SideSwap, and a bunch of others, but all seem to require the img tags to be set up on the page being viewed, instead of swapping out the src value. Any ideas?? Thanks.
jQuery Tooltip problem
Hi everybody, I'm brand new using jQuery... I'm not a newbie with these kinda things, though... I've had experiences with prototype and mootools but I found jQuery better than them, so I'm changing my scripts to make 'em properly working with jQuery. I'm fighting with the Bassistance's tooltip plugin though and I really can't understand what's wrong... So, the first problem is: my tooltip works fine, but only the second time I pass my mouse on the "object" of my tooltip. Why? How can it be fixed?
"jQuery" is undefined (IE Only)
OK... this is probably a dumb question but something I keep running into in IE. I've got a few plugins that I am using and for whatever reason, IE is having problems running them. The format for both of the plugins is this: (function($){ $.fn.pluginName = function(opts) { -- stuff -- } })(jQuery); It seems like IE is not able to define the (jQuery) piece at the end of the function. If I change these plugins to the regular format and not worry about other library conflicts... it
use jquery validator to validate Chinese characters
I'm trying to use the validator to validate Chinese characters. I've got /^[a-zA-Z0-9]+$/.test(value); for letters and numbers, but I need some thing to validate Chinese characters at the same time. Could anyone help please... Cheers Ray
jQuery gComplete v0.1.2
Hallo Community, ich bin heute beim basteln an meiner Page auf das "jQuery gComplete v0.1.2" gestoßen.Es funktioniert auch alles aber wenn ich dort Wörter eingebe dann wird mir das Wort und die Anzahl der Suchergebnisse angezeigt, aber ich benötige ja nur die Wörter und bei mein Google ist das ja auch so ohne die Anzahl der Suchtreffer.Ich würde mich ja an den Macher dieses Plugin wenden aber ich kann seine Sprache nicht. Wie bekomme ich das hin das er mir nur die Wörter anzeigt ohne die Anzahl der
Keynav plugin - Issue
I have problem in Keynav plugin http://mike-hostetler.com/jquery-keyboard-navigation-plugin i need to navigate all a(href) tags in my website. Above demo is working fine while string length is same. If string length is varing then key navigation is not working perfectly. Kindly look at my attached exmple(test.htm). Current location is Home link, When I press down arrow focus is moving to Link 2 inside of Link 1 Link 1 Please help me to sove to issue. Thanks Ravi
jQuery media plugin (javascript error with IE6 using the JW Player)
Hi Malsup, First off! Great plugin... I need to get the plugin going with IE6 (bummer but I needed to)... I traced the code... and the JW Player (version 5) requires 'id' and 'name' set for the object tag. You might want to roll this in your media plugin (see below). Thanks! /* generate function */ } else if ($.browser.msie) { var pid = "play"+el.id; /* 'Id' and 'name' are required for the JW player to run with IE6 */ var a = ['<object id="'+pid+'" name="'+pid+'" width="'+opts.width+'" height="'+opts.height+'"
Problem sorting image columns with tablesorter plugin
I have a multi column table which has a couple of columns that hold images. The tablesorter plugin works fine for all columns apart from (obviously) the image columns. I want to be able to sort by these columns too. One is an urgency/overdue image (a green, gold or red blob) and one a priority image (similar to outlook) . I'd hoped to be able to use the textExtraction: function to isolate the image column and pass a value in from the alt text property for the images, but have got absolutely nowhere!!
Tablesorter Pager and Safari
Hi all. I am building an app using the tablesorter plug-in and it's pager plug-in. Things work perfectly fine in Firefox, IE and Chrome, but Safari (4.0.4 on a PC) is giving me an error when it hits the following code that binds the tablesorter pager. I took the pager binding out and it worked, so something is going wrong somewhere in those three lines of code. var tableSel = calendarportlet.ut.createIdSelector(calendarportlet.addNamespace("eventListTable")); var pagerSel = calendarportlet.ut.createIdSelector(calendarportlet.addNamespace("pager"));
Searching for a plugin I've seen before...
A year or two ago I came across a plugin that I cannot for the life of me track-down online no matter how I try to search for it. It was a plugin that allows you can use to (for example) show a client different versions of areas on a page. It is, essentially, a fancy show/hide type of plugin, but had a nice unobtrusive menu that would allow you to check off what you wanted to have appear on the page. It was, I believe, specifically intended for developers and designers to be able to show clients
jquery page-slider problem
I plan to create a site similar to this website's concept "http://www.dreamerlines.lv/". I'm using jquery page-slider right now, i want to know how to make the scrollbar on the right side of our explorer disappear(like the website that i just linked above). Because i don't want them to use the scrollbar to scroll my contents/sections. Everytime i enlarge the div tags and pass the default resolution limit, the horizontal and vertical scrollbar of our explorer will appear. So i want to know how to
Color Picker - jQuery plugin
Hello everybody I use the Colorpicker plugin from http://www.eyecon.ro/colorpicker/. Now I have created a site with many inputs from type="radio" and type="text". If the type is text the colorpicker plugin works fine but also on radio buttons everytime the slider open the colorselectordialog. How can I disable that the dialog opens at a radio button? I have tried this: var field = $(this).parent().find('input[type=text]').focus(); ev.data.el.removeClass('colorpicker_slider').find('input[type=text]').focus();
Validate + Username Check
I'm using a method similar to this to check for taken usernames on a registration form. The problem is, I need to tie this into the validate plugin so that a taken username prevents the field from being validated. I'm a PHP guy, and this is my first foray beyond some ui elements for jquery, any suggestions on where I can look for help or suggestions with this issue?
Next Page