jQuery drop shadow not displaying right in certain browsers
Doesn't anyone have any idea on how to fix this? Help?
[jQuery] Selectors Trouble
<span class="Apple-style-span" style="font-family: arial, sans-serif; font-size: 13px; border-collapse: collapse; "><div>Hello guys, I'm doing a pagination for my site, and I'm having some problems with my selectors...</div> <div>In my site I have a #box div and inside this div I call by ajax my guestbook, which contains a pagination, it's already working, but I'm having TWO problems:</div><div>#1 - My #loading div seems that's not appearing when I open the #box div It should appears while loading
[jQuery] next release?
hi, any idea when the next version of jQuery is to be released?
[jQuery] Open Ajax jQuery remote contract-6 weeks
Hello, I hope it's OK to post this here. If not, please let me know as I don't want to disrespect the group in a any way. If so, here is an exciting contract for about 6 weeks that can be done remotely. My client in NYC needs a full time Ajax jQuery resource. They are trying to get ready to release to beta users on Feb 15 they are currently in alpha testing and we have many bugs to close before that time. They are looking for someone to start right away. The resource would be working with the main
[jQuery] iTunes Style Slider
Hello, I found an iTunes style slider/rotator that has been done in <blasphemy>MooTools</blasphemy>, demoed here: <a href="http://www.outcut.de/MooFlow/example-ajax.html">http://www.outcut.de/MooFlow/example-ajax.html</a>. I was wondering if either a such a thing already existed in a jQuery plugin, or b if there was a jQuery master who could port it in quick fashion? If b , please contact me off-list and let me know how much you would charge and what the turnaround time would be. :- Thanks in
[jQuery] Form submit success method not being called
I'm having an issue using the jquery form plug-in. The form gets submitted just fine I can see the response in Firebug . However, it looks like my success callback method isn't being called. Here's the basic JS code for the form submit in the "document.ready" section.: // Add form binding var addOptions = { dataType: 'json', resetForm: true, success: processAdd }; $ "#addForm" .ajaxForm addOptions ; And, here's the callback function: function processAdd responseData, statusText { alert responseData
[jQuery] jQuery Version
Hi, I have a website which has jQuery JavaScript Library v1.3.2 installed. Should i update this to the latest, or would this cause problems to the site. Thanks Dave.
[jQuery] Cycle and softedge
Howdy, I have jquery.cycle.min.2.72.js up and running, but am having trouble integrating it with another javascript image manipulation package: softedge.js http://cssglobe.com/post/1344/soft-edge-technique-soft- edges-and-opacity-gradients-for . Basically, I would like images to fade in and out while rotating. But when displayed, I would like them to have their edges faded to transparency. What happens instead, is that only the initial image has the faded edge, and only that faded area rotates. Does
[jQuery] jQuery parent remove
Hi, I am having problem with this function. $ document .ready function { $ 'table.small td img.delete' .click function { $.get 'ajax/update-callback.php', {doaction: 'remove', callbackid: $ this .attr 'id' }, function data { alert $ this .attr 'id' ; $ this .remove ; } ; } ; } ; update-callback.php is called and the function is performed by php. However, in the callback function of the jQuery, $ this is not available as alerting its attr 'id' gives
[jQuery] XPath for Attribute Selection Criteria
The jQuery documentation states that it uses a combination of both CSS and XPath selectors. Does that mean that I should be able to select attributes using the syntax: [attName=Val1 or attName=val2] since XPath criteria allow OR's like this? If not, exactly what parts of XPath are supported?
[jQuery] superfish
is it possible to link superfish menu with virtuemart? regards
[jQuery] AJAX Gallery w/ Accordion Effect Possible?
Hello all! I have what I think is a complicated gallery to build. Being new to JS I was told that jQuery is the place to start. I'm hoping this is possible... Well, I realize that most things are possible with enough time and effort. But, what I really need to know is if I can build something like this myself. Here's what I need to do: There is a main gallery page with a grid of projects - each row will have four thumbnails to represent the gallery. Well, what I need to have happen is when someone
[jQuery] (treeview) add html instead of text, async notify on load
In the async extension the the jquery treeview plugin, I would like to request that an event trigger be sent each time a new branch of the tree is loaded. It could be as simple as adding "$ container .trigger 'treeviewLoaded' ;" to the async extension. Additionally, I would like to request that HTML may be async'ly added to the tree instead of just simple text strings. The JSON response for async'ly updating the tree currently has a "text: '<text>'" tag that sets the tree text inside of a <span>
[jQuery] New to JS and jQuery
Hey guys, I'm trying to create 1 really simple function but it just doesn't work! function showMenu menu { var menuid = $ "#" menu ; var menuRoot = $ "#" menu "-root" ; menuid.toggle ; menuRoot.blur ; } What this suppose to do is when you click a link, it will change settings of a specific div to "visible" The HTML: <a id="stuff-root" class="baritem" href="javascript:void 0 " onclick="showMenu 'stuff' ;">My Account</a> <div id="stuff"> <a href="##">My Account</a> <a href="##">More
Accordion question
I'm new to jQuery and I have a very basic and easy question. I'm trying to use the accordion on my website. I've already created the page and have the layout done. What I'm trying to do is shown on the demo page: jQuery UI Demo -> Accordion -> Collapse Content. I need all my accordions to be collapsible but by default it's set to one always being expanded. On the demo page it says that this can be achived by setting the collapsible option to true. How do I do that? Is it done in my html code, or
Why need I to do a ternärer operator in a variable?
This works for me:(inline in a svg) function() {var query = ((this.id) == 'value') ? 'twittername1' : 'twittername2'; top.location.href='http://twitter.com/'+query} but not function() { top.location.href='http://twitter.com/'+((this.id) == 'value') ? 'twittername1' : 'twittername2';} Why this?
result is not a function
Hello I am trying: $("#my_input").autocomplete("/settings/search_users", { width: 260, selectFirst: true, formatItem: formatItem, formatResult: formatResult }); $(":text, textarea").result(log).next().click(function() { $(this).prev().search(); }); but it doesn't work: $(":text, textarea").result is not a function What is wrong?
using varibles in selectors
Hi all, There is this issue I've been struggling with.I am working on a code that requires me to perform the same action(function) on page elements with different but identical ids of the form: #edit-pola-r1-c1 for first row,first column #edit-pola-r1-c2 for first row, second column #edit-pola-r2-c1 for second row,first column It's actually a table. Now, the problem is I'll like to take the values of the first columns and perform some operations on them.My current implementation is as follows. $(document).ready(function(){
[SOLVED] Is this possable with JQuery?
I was wondering if something like this can be done using JQuery. We have a CMS System that users input all there own data, links etc. We need to have a disclaimer every time someone goes to a link outside the site (or host of sites) The question I have is can you code something to have jquery run a function each time an Href is clicked and have it check the URL to see if its in the acceptable sites and if not you will get prompted that you are about to leave the site etc. Thanks.
[jQuery] Expectetd identifier, string on number
Hi, Got a bit of a weird issue in IE 8 with this code: jQuery.getJSON "/v.f", { do: "wiki_ajax", id: jQuery this .val , field: "1" }, function j { The whole function is: jQuery.noConflict ; jQuery function { jQuery "select#article_is_in_1" .change function { jQuery.getJSON "/v.f", { do: "wiki_ajax", id: jQuery this .val , field: "1" }, function j { clear_further_up 2 ; jQuery '#article2' .hide ; jQuery '#article3' .hide ; jQuery '#article4' .hide ; jQuery '#article5'
Accordion Full menu
Hi evryone, I'm new to jquery and i'm preparing a new web site for my companies. I like to make a full menu with jquery accordion like one i'v notified in dojo framework web page http://www.dojotoolkit.org/, Click on the full menu to see it. with jquery the first tab is always opened, i manage some code to get the effects. But when click first time it's open that s good, the second time that not colaps the tab (because of my function) this is my code : /***********************************************************************/
[jQuery] jQuery Equivalent of Prototype Function.bind
Is there a jQuery way of doing this Prototype bind? var func = myFunction; setTimeout func.bind this , 1000 ; Thanks.
jScrollPane ScrollTo on page load
I am using jScrollPane on this Wordpress-powered site http://onomadesign.com/wordpress/identi ... rporation/ at the right for the logo thumbnails. Now I want to use the http://www.kelvinluck.com/assets/jquery ... ollTo.html functionality to vertically align the thumbnail of the current project so that people don't get lost in navigation. In other words: on page load, the jScrollPane should auto scroll to the thumbnail which belongs to that project. I've managed to give the current thumbnail a class
[SOLVED] Help with modal popup
Thanks for replying, Jaggi I looked at the jQuery UI dialog, but it's way beyond me - I'm new to javascript, let alone jquery, so don't understand the syntax very well (and I couldn't find a tut specifically on the UI modal dialog). I agree that it seems CSS is the issue, but I tried messing around with the CSS and couldn't pinpoint what was causing the mask to do that.
Hello and a litlle help positioning divs
Hello everybody and thanks for have this space! I am learning and getting familiar with jQuery. So I would really appreciate some help. I want to positioning multiples divs in a container 800x600. So, for instance, I have like 20 divs of 20x20 and I want to positioning them randomly inside the container of 800x600 without overlapping... Like a mix of this to sites: http://www.brightenthecorners.com/ and http://rachelbloch.ch/ Hope you can offer some help. Thanks!
remote tab adds wrong url to embedded list item ahref's
Hi, I have links in my tab panels. Those links are broken because (from what I can figure) the remote tab section in the ui.tabs.js file adds #ui-tabs-(some number) to those links. var id = self.tabId(a); a.href = '#' + id; What can I put in my tab function: jQuery(document).ready( function() { jQuery("#tabs").tabs(); }); so that it bi passes the remote tabs section therefore not breaking my href's for the links within the panels (not the tabs). Hope that makes since Thanks ahead Lori
[SOLVED] jQuery Version
Hi, I have a website which has jQuery JavaScript Library v1.3.2 installed. Should i update this to the latest, or would this cause problems to the site. Thanks Dave.
[jQuery] Basic custom Plugin not working
Hi guys i have tried to create my first plugin but its giving me some odd behaviour. what im trying to achieve is to put default text in an empty input field and hide it when the field has focus and then show it again if nothing was entered into the field on blur. This i have done pretty easy but the problem start when i use the plugin on more than one input filed per page and it treats all field like the last one in the sequence. so if i focus the first field the text in the last filed in the sequence
AJAX Driven Gallery w/ Accordion effect
Hello all! I have what I think is a complicated gallery to build. Being new to JS I was told that jQuery is the place to start. I'm hoping this is possible... Well, I realize that most things are possible with enough time and effort. But, what I really need to know is if I can build something like this myself. Here's what I need to do: There is a main gallery page with a grid of projects - each row will have four thumbnails to represent the gallery. Well, what I need to have happen is when someone
[jQuery] Need An Example On Parsing My XML
Hi there. I need an example in parsing the following XML using jQuery: <?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> <ns3:fullName>Joe Public</ns3:fullName> <ns3:firstName>Joe</ns3:firstName> <ns3:lastName>Public</ns3:lastName> <ns3:emailAddress>jpublic24...@pop.net</ns3:emailAddress> <ns3:orgId>1831c1a9-9c03-44df-a5a4-f2a4662d6bde</ns3:orgId> <ns3:roles> <ns3:role> <ns3:name>primary
Rollover on an Image link (with jquery)
Hi everybody, I have a problem here. I'm trying to create a rollover on an image link, but it does not work correctly. I have 2 image links, if I go over a link with my mouse it should do nothing (so far so good), but by leaving this link again (mouseleave) the image link should get a specific border around it using the jquery addClass() function. And that is what doesn't work !?! I hope you can help me... here is my html code. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
[jQuery] Jquery mouseover mouseout Animation
Hello, I wanted to have an animated slide down upon mouse hover and slide back up upon mouse off. This is for an accordianish menu with the sub ul hidden in the css stylesheet. Shown further below is my concept. Although not working. Note: Something looks unnatural about .mouseout betwwen brackets like that, there may be other problems in the script. As mentioned this is a concept with bugs. Someone who knows jquery well would know what to do $ function { $ '#subul a' .mouseover function { $ this
[jQuery] Refresh the tooltips content
I use the tooltip in a social media site that allows users to mouseover a photo of another user and the tooltip will show options like 'Add to Friends List'. After clicking it'd do an ajax call and replace that text with 'Remove from Friends List'. That works great, but if I mouse away from that users photo and go back it will always show the starting state 'Add to Friends List' . So I'm wondering if I shouldn't use AJAX to do that and instead refresh the tooltips content. But how do you refresh
[jQuery] How to retrieve the selected cells
Hi all, I am new to jQuery and I would like to process a matrix operation using PHP. The front-end code is done bellow, its a 3x3 table. the user could select/deselect individual cells of the table and click the button that calls a PHP script that will run some function. 1 How do I know if a cell is selected? Is there is is_selected function in jQuery? 2 Would it be possible to send a 3x3 array to my PHP script? Please provide me with any info on this. Thanks! MT My current test code. ----------------------------------------------------------------------------------------------------------------
[jQuery] Why isn't this working as it does the other 1000 times...
<html xmlns:v="urn:schemas-microsoft-com:vml" xmlns:o="urn:schemas-microsoft-com:office:office" xmlns:w="urn:schemas-microsoft-com:office:word" xmlns:m="http://schemas.microsoft.com/office/2004/12/omml" xmlns="http://www.w3.org/TR/REC-html40"> <head> <meta http-equiv=Content-Type content="text/html; charset=us-ascii"> <meta name=Generator content="Microsoft Word 12 filtered medium "> <style> <!-- /* Font Definitions */ @font-face {font-family:"Cambria Math"; panose-1:2 4 5 3 5 4 6 3 2 4;} @font-face
Does someone know a tutorial for this effect? >> ...
Hi, I'm looking for a tutorial for the effect on this website > http://www.designinsocial.com/# < (when you click a link to a page, it scrolls right to it) I know there are alot of "scrollable tuts", but I've never really found any where it's really been used for a page content scroll... Mostly it's for a gallery or something like that .. with "next" and "previous" buttons. Because I'm kinda new and still learning jQuery, I don't know if it would work with the gallery scroll tuts as well.. (is it
[jQuery] 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>
[jQuery] retrieving textnode?
Hi, I'm new to jQuery, finding feet. I want to be able to say, "if the text node of a certain child consists of certain string, do this with its css". Gotten as far as changing the css of all the children, thus: $ document .ready function { $ "div > p::nth-child 6 .css "color", "red" ; } ; but $ document .ready function { $ "div > p::nth-child 6 .textNode "_ _" .css "color", "red" ; } ; doesn't do it. Nor does textNode=... Second question, Firefox error console isn't muchhelp in interpreting the
[jQuery] removeClass() fires before anything else in a series of functions when I need it to fire last.
So, there's a main column of content and to the left of the main column is an A element that is absolutely positioned. I have an announcement system that when there's an active announcement, a box is rendered above the main column, pushing the main column down. However, the A element that is absolutely positioned stays where it is. I added code to check for an active announcement and add a class to the A element so it'll keep it positioned alongside the left-border of the main column. When a user
[jQuery] Jquery Iframe problem
Hi I want to have an upload script in a page without page refresh. I coded the script and embedded in an iframe in my page. Everything works fine. It uploads the file without page refresh. But I want to show an image which says the page is loading in the iframe. When the page is loading is there a way to make that happen I cannot access the document.ready etc in an iframe outside the frame.
Next Page