[jQuery] Unable to install/load Superfish in my Joomla 1.5 website
I wish to add horizontal menus in my website that uses Joomla 1.5. My website is hosted by a third party but I have the privileges to create/add/modify/install software of my choice. I read about Superfish and downloaded it. I am not too clear about the steps that I need to follow after unzipping the contents of mod_superfishmenu.zip. I tried using the Joomla admin interface to install the package but it is giving me errors such as "Failed to move" when I try to "Upload and Install" the zip file.
[jQuery] PROBLEM WITH ENCODING (HEBREW - WINDOWS-1255) USING REMOTE
I'v been trying to use the remote option ajax and been experiencing difficulties. It dosen't bring the Hebrew chars i'm getting gibrish . I put at the head of the remote page the right encoding codepage-1255 and meta windows-1255 . I dont have this problem when using the regualer ajax method on Jquery $.ajax Do you know of any solution?
[SOLVED] Jquery Table Sorter Not Working
Maybe a stupid question, <script type="text/javascript" src="jquery.js"></script> <script type="text/javascript" src="jquery.tablesorter.js"></script> Your .js files are in the same folder as your .html file? Does the code of Tyde works?
Need jQuery expert to slightly modify plugin
I'm using the newest version of jQuery http://www.jquery.com and the jCarousel Lite plugin http://www.gmarwaha.com/jquery/jcarousellite/ . It is a "content slider" that rotates content "slides". It is setup to auto rotate on a set time, and you can also hit the previous/next buttons to move through the slides. This has been working great. Now I have the need for a pause button that will stop the auto rotate. I think this should be fairly easy for someone familiar with javascript and jQuery. Please
Need jQuery expert to slightly modify plugin
I'm using the newest version of jQuery http://www.jquery.com and the jCarousel Lite plugin http://www.gmarwaha.com/jquery/jcarousellite/ . It is a "content slider" that rotates content "slides". It is setup to auto rotate on a set time, and you can also hit the previous/next buttons to move through the slides. This has been working great. Now I have the need for a pause button that will stop the auto rotate. I think this should be fairly easy for someone familiar with javascript and jQuery. Please
[jQuery] keyup() fires multiple times?
Hi all, I'm creating a method for the first time which causes some action to happen while a key is pressed. I've noticed, however, that the 'keyup' event which I would normally use to determine when the key is released is fired continually, even when the key is still being pressed. e.g. <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/ TR/html4/strict.dtd"> <html> <head> <title>jQuery > Keyup Test</title> <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.3.2/ jquery.js"
[jQuery] jQuery not working on public server
Hi all, My form works just fine when testing on my local machine, but when I upload everything to the public server the form does not validate. Any thoughts/suggestions? Thanks in advance! mz
[jQuery] New to jQuery and JavaScript
Hello Group, Does anybody know which plugin in jQuery to use when dealing with forms with dependencies? What I mean is that a second and third input elements are dependent on the first input selection. The second and third elements would probably disabled or hidden first and will only be activated when the first input selection is done. I want to implement this using AJAX using data from the database MySQL . Any tip is highly appreciated. Thanks. jquery_newbee
JQuery Form Validation
Thanks - but doesn't seem to make a difference. Always nice to clean up the code though.
jQuery / AJAX Help
Hey guys, weirdest thing I've ever seen. I built a jQuery calendar and everything works except August for some completely unknown reason. If you load the page it will load the current month and you can use the next arrows to navigate through the months, until you get to August, where it crashes the browser. I've also manually tested September-December, and they work fine as well. Currently only the 'forward month' button works, not the 'previous month' button. http://suckerpunchsallysdiner.com/test/schedules/
slideDown trouble in Safari/Chrome
Hi! I'm having problem with a relatively simple effect in Safari version 4 and Google Chrome/Win. See this web page: http://mansbjorkman.net/ I have created a div, windowContent, inside another div, windowFrame. When the heading is clicked, windowContent is supposed to slideDown while also expanding to the width specified by the css. The outer div, windowFrame, is supposed to automatically resize to make room for windowContent. This works great in almost all browsers. But in Safari and Google Chrome,
Passing scroll data to the next page
I couldn't find the fabled "bump topic link", so... :bump:
[jQuery] Table works but not div within divs. Does jquery has an issue with divs inside divs?
Hi, I am playing with these JQuery tabs http://www.queness.com/post/106/ jquery-tabbed-interfacetabbed-structure-menu-tutorial and trying to customize it. I want to be able to place different images or text and display them when user clicks on these tabs, make sense? This is a working version hosted on my server: http://www.webimpulse.co.uk/issues/cu/tabs.html For some reason the content area of each tab doesnot display any div elements or behave in a strange way. I've placed some table and they
Help adding a second trigger in this function
I recently implemented the Image Cross Fade Transition (http:// jqueryfordesigners.com/image-cross-fade-transition/) It works great, and I'm hoping to add to the code to enhance the functionality. Currently, if I hover over the image, it runs the cross fade transition, which I would like to keep. I have another div on the page that I would like to trigger the first instance when hovered over as well. Is there a good way to add this? Here's what I'm using for the first instance: $(document).ready(function
[SOLVED] custom Plugin not working
ok so i sorted this problem out my self by adding each instance to its own object why did i not think about that before behold ne code (function($){ jQuery.fn.showhideinput = function(options) { var defaults = { text: "Enter Text Here" }; var options = $.extend(defaults, options); var obj = new Object(); return this.each(function(index) { obj[index] = $(this); var inputtext = obj[index].val(); obj[index].css({'font-weight':'Bold',
[jQuery] How to append a <ul> <li> to line of orphan text?
Hi, I have the following HTML: <div id="text"> <strong>Some Text Here</strong>: More Text Here<br /> <strong>Some Text Here</strong>: More Text Here<br /> <strong>Some Text Here</strong>: More Text Here<br /> </div> How could I use jQuery to wrap each line of text in a <li> and remove all the <br /> and finally wrap all the <li> in a <ul>? Example: <div id="text"> <ul> <li><strong>Some Text Here</strong>: More Text Here</li> <li><strong>Some Text Here</strong>: More Text Here</li> <li><strong>Some
[jQuery] blockUI for all buttons and a tags
Hi, I have implemented blockUI for all buttons and a tags, using a custom message as shown: <script type=\"text/javascript\"> $.unblockUI ; $ document .ready function { $.unblockUI ; $ ':button, a' .click function { $.blockUI { message: \"<h1><img src='images/ajax-loader.gif' /> Just a moment...<\/h1>\" } ; } ; } ; </script> My <a> tags are normal, like <a href='somefile.php'>. Clicking on any <button> or <a> tag works with exception
[jQuery] ajaxfileupload and additional data
Hello all, I'm running this plug in http://www.phpletter.com/Our-Projects/AjaxFileUpload/ and I need to send along additional post data can anyone help ? here is my current code [code] var obj = {}; obj.id = id; obj.func = file_uploaded; obj.type = "file"; obj.pdata ={} if loc == "bigart" { obj.pdata.random='bigart'; obj.pdata.func='upload_bigart'; } else { obj.pdata.random=random; obj.pdata.func='upload_image'; } $.ajaxFileUpload { url:prefix, secureuri: false, fileElementId:
Cross-Domain Scripting Question
I'm using the IntenseDebate comments system. Like Google Adsense, you add a couple of lines of javascript to your page, and that calls their server, and inserts all kinds of controls and forms and links on your page. I'd like to provide a similar capability to sites which might like it -- not comments, but something else where forms and data I provide appear on their page via a few lines of Javascript that I provide. I have no idea how this is done yet. Where can I read up on how to do this? Thanks
Superfish: drop down slide down / slide up effect - how to?
Hello, I have just discovered superfish - it is awesome - the jquery interaction is great. Is it possible to have the superfish drop down items slide down and slide up like the menu on this page? http://spicebrains.com/multi-level-drop-down-menu/#examples I really love that effect and have seen it on a number of sites before and always thought it looked cool. My current menu seems to show and hide the drop down items and uses the following code. $ 'ul.sf-menu' .superfish { delay: 1000, animation:
Automating an Image Rotator
I am looking to include the following image rotator on a website: http://www.sohtanaka.com/web-design/exa ... e-rotator/ However I would like to automate it so that it scrolls through each image/description in an interval. Is it possible to do with the jQuery used?
Rotate the description along with image
I am building a site to replicate an existing site for a non-profit. http://209.200.87.93/Home.aspxThey want to have a rotating image on their home page, and I have it working using the following jQuery Code: <script type="text/javascript"> $(function() { // create the image rotator setInterval("rotateImages()", 4000); }); function rotateImages() { var oCurPhoto = $('#photoShow div.current'); var oNxtPhoto = oCurPhoto.next();
[jQuery] Announce: jQuery Tablesorter 2.0.2 Released
Hi list! I finaly got some time to work on tablesorter, here are the main changes in for version 2.0.2 General * Added support for the new metadata plugin * Added support for jQuery 1.2.3 * Added support for decimal numbers and negative and positive digits * Added new Minified version of tablesorter * Updated documentation and website with new examples * Removed packed version. Bug fixes * Sort force Thanks to David Lynch Get it all at <a href="http://tablesorter.com/" target="_blank" onclick="return
Announce: jQuery Tablesorter 2.0.2 Released
Hi list! I finaly got some time to work on tablesorter, here are the main changes in for version 2.0.2 General * Added support for the new metadata plugin * Added support for jQuery 1.2.3 * Added support for decimal numbers and negative and positive digits * Added new Minified version of tablesorter * Updated documentation and website with new examples * Removed packed version. Bug fixes * Sort force Thanks to David Lynch Get it all at <a href="http://tablesorter.com/" target="_blank" onclick="return
[jQuery] Convert a string version of a json array to an actual json array
Hi Wonder how I can convert a string to a json array. //start code var arrCss = ["a___{'color':'red','font-weight':'bold'}", "h1,h2___ {'color':'blue'}"]; for var i = 0; i < arrCss.length; i { var snip = arrCss[i].split "___" ; $ snip[0] .css snip[1] ; } //end code The problem is that .css treats snip[1] as a string but I need it to handle it as a json array. Bad: .css "{'color':'red','font-weight':'bold'}" ; Good: .css {'color':'red','font-weight':'bold'} ; Any solution out there? Thanks
[jQuery] $.post() can't work in IE7, but work in IE8
Hey All, I wrote code below: $ 'a[rel*=showapformdata]' .click function { $.post "ajax/ajaxapform.php",{op: "personalData", id: $ this .attr "title" }, function data { $ "#resultbox" .hide ; $ "#apformbox #tab1" .html data ; $ "#apformbox" .fadeIn 400 ; },"html" ; return false; } ; when I click the button, #apformbox doesn't show anything in IE7, but work fine in IE8/FF/Chrome; Can anyone see what I'm doing wrong? sorry for my poor english.
[HELP]I'm Trying to embed a SWF with a Variable Name...
Hey guys, I have a small games website, I don't know if I can post it here so I won't, and it uses a bit of jquery. I found out how to embed swf files and I thought that rather than editing every single one of my unique pages that house each game, I could just have one, which is passed a variable via the URL, which is then read by the script and embeds the correct file!! So here's what I tried... <script src="jquery.js" type="text/javascript"></script> <script src="http://jquery.lukelutman.com/plugins/flash/jquery.flash.js"
Element Exact Width
Dears, i was trying the width method whats get the width if the css property width was declared or inherited. but i was looking to get the exact width of the div, while not specifying it in the CSS Style Properties. as in the Width Jquery Documentation Example: <html> <head> <script src="http://code.jquery.com/jquery-latest.js"></script> <script> $ document .ready function { function showWidth ele, w { $ "div" .text "The width for the " ele " is " w "px." ; } $ "#getp" .click function { showWidth
Jquery color animation problem
I am trying to do it: $ this .animate {opacity:1},700 ; it looks fine in firefox, but the texts getting very odd look in ie 6 and ie 7. Is there any way to fix it? Also, i trie to change color like <br clear="all"> $ this .animate {color:"#FFFFFF"},700 ; and its not working. Please help... -- <a href="http://ranacseruet.blogspot.com/">http://ranacseruet.blogspot.com/</a>
Caption won't display in IE 8, of course not...
I'm a bit of a newbie to jQuery and Javascript in general. But I got the plug-in Pika Choose to work the way I wanted it to in Firefox, and of course IE ruins my life. http://www.dynamicedgedesigns.com/portfolio.html According to the IE Developer Tools, the captions are inheriting an "inline style" "filter: alpha(opacity=0); ZOOM: 1" for some reason IE is striking through it and ignoring it. Any ideas why IE won't display the captions? BTW, in Developer Tools, if you uncheck that style it displays
simple jquery question
Hey, was wondering if anyone could help me with a basic JQ question. Ok so I am trying to select each element that has a certain class on my page, and then use what is inside of the <h3 class="example"> I am selecting to populate a drop down select box with the id of deptFilter. with each result found inside of the H3, wrapped in <option> tags. I am having trouble understanding how I actually store the variables found in each H3 with the class of "example". Any help would be greatly appreciated.
vertical coverflow
Hi , I would like to create vertical coverflow using jquery like this link http://dougmccune.com/blog/2007/11/19/flex-coverflow-performance-improvement-flex-carousel-component-and-vertical-coverflow/ Please help me as soon as possible. Regards, John
Automatic scrolling
I am using 3 radio buttons <input type="radio" id="oui" class="btchoix" name="choix" value="oui" /
[jQuery] Accessing REST API via JQUERY?
Hi there. I'd like to use jQuery to access a remote website that has a REST API which returns XML data. Should I be able to use the jQuery.getJSON request to do it or is there another command since it's returning XML. Example Request Details HTTP GET : https://{username}:{password}@api.opsourcecloud.net/oec/0.9/myaccount Example Response Details: <?xml version="1.0" encoding="UTF-8" standalone="yes"?> <ns3:Account xmlns:ns2="http://oec.api.opsource.net/schemas/ organization" .. > <ns3:userName>rdyer</ns3:userName>
Getting Lavalamp plugin to work with dropdown menu?
I have a problem with the jQuery Lavalamp plugin (http://gmarwaha.com/blog/?p=7). It works perfectly with a single-level menu, but after adding a dropdown it gets a bit lost. Here's what I mean: http://screenr.com/0fS. Of course what I would like to achieve is for the lavalamp background to stay on the Portfolio item when the user hovers over the subitems. I guess it's a matter of changing the plugin slightly. What's needed is just a simple way to make the lavalamp stop at the current stage when
Drag and drop basket example
Hi, I have created a drag and drop example with jQueryUI which is suitable for * Shopping carts * Travel planners * other baskets The user can drag and drop items to the target area. A hidden <form> <input> is updated according to the dragged items. Items can be removed. Please see http://blog.twinapex.fi/2010/01/05/crea ... -jqueryui/ -Mikko
Load Function Question (Jquery)...
Hey, Is there any way one can use load to simulate, something like this in php include("page.php?id=3"); *without* having to be displayed in a div? In other words, can it just load data and print it out, like a php include file, by itself? I tried to use load *without* appending it to a div and nothing happens. Only if I identify a div tag to append the data to does it work. The goal is something like: var id = ... load("page.php?id=id"); simulating including raw data from an outside file. Does jquery
[jQuery] jquery UI sortable, how can i get the text of the <li> that i just moved ?
what i'm trying to do is to get the text that is contained by the moved li, after the list item was moved. Is there a way to do that? i tried: $ ui.item .text but i get an ui is not defined error i imported just jquery.js, ui.core.js and ui.sortable.js , do i have to import something else? thanks
[jQuery] Jqury CoverFlow
Hi friends. I am appreciating your kind help for happening it, the Vertical coverFlow with Jquery. Here is a example how it is working on Flex for horizontal coverFlow. http://dougmccune.com/blog/2007/11/19/flex-coverflow-performance-improvement-flex-carousel-component-and-vertical-coverflow/ I needs like this on Jquery but it should be vertically Regards Zamir Jan Hui
how to deactivate the jqzoom
Hello, does somebody know how to deactivate the jqzoom. The zoom function should be deactivated if someone clicks a button like "deactivate zoom"... Any Ideas???
Next Page