[jQuery] .ajaxError
HI, The documentation says that the $.ajaxError () is triggered when an error occurs. Is this error sam as the http - response code or is it some internal JS error ?
[jQuery] History Plugin initial state
Hi I hope someone can help, I am just getting stated with jQuery so I may be asking a question that is obvious to most of you but I'm stuck. I have implemented the History/Remote plugin in on my site. I found the files on http://stilbuero.de/jquery/history/#Chapter_1. It works really well except I would like to have a default setting so that when the page is initially loaded the Ajax Div is populated with content and becomes part of the history. The tabs plugin http://stilbuero.de/jquery/tabs/index.html
[jQuery] Thickbox opens off screen in IE7 - must fix, site already launched!
Here is the site www.inkedpress.com Type your name in the text box and click submit. Then click any of the thumbnails to pick a letter you should see a thickbox popup with a set of thumbnails and some buttons. The broken version looks like this http://mredesign.com/downloads/mephotos/iP-thickbox-error.jpg with the bottom of the modal window being cut off. I am going to move the buttons up, and try to adjust what I can using the current size and layout, but would really like to get it centering correctly
[jQuery] Are the star system that jquery uses on it's website available to download somewhere else
It seems to have several enhancements to the other plugins. If not, Can I scrape them and use them on my site? Thanks, vinj
[jQuery] jCarousel - IE6 issue, carousel overlapping a nested nav
Hi, Please check out the following url where im using jcarousel to act as an image slideshow. to the left of the clip container i have a nested navigation list that is showing underneath the clip container in IE6. the nested navigation toggles on above the clip container just fine in other modern browsers but i can't seem to figure out why its acting up in IE6. when the page loads in IE6, i can see that the navigation appears before the clip container appears. but in firefox the clip container loads
[jQuery] jRails plugin: jQuery on Rails
Hey all, I've just built a plugin a that allows you to use jQuery as a replacement for Prototype/script.aculo.us in Rails. It also includes some of the visual effects that were missing since 1.2 came out and broke compatibility with interface. I still have work to do on the visual effects piece but it's a pretty solid release. If you use Rails or are interested in the visual effects implementations, check it out and let me know what you think. http://ennerchi.com/projects/jrails Thanks, -Aaron
[jQuery] hiding checkbox AND label?
Argh - I'm close - but so far I can't seem to hide BOTH the checkbox and label: $('h3').click(function() { $(this).next('.details').find("input:checkbox").not(":checked").hide(); }); OR $('h3').click(function() { $('input:checkbox').each(function() { if (!this.checked) { $(this).next().hide(); } }); }); Both hide the checkbox only. The label remains!! I've tried a few things with parent().next() but either I can remove the checkbox OR the label but never both?? I'm sure I'm missing
[jQuery] Select box (selectedIndex) problems in Internet Explorer (ie) on refresh and back buttons
I am trying to come up with a workaround for the fact that IE does not allow one to hide() option elements in a select box: http://groups.google.com/group/jquery-en/browse_thread/thread/8c0cd83701397c/925696d05016bb22?lnk=gst&q=hide+select+options+ie#925696d05016bb22 I am doing that by using a jQuery plugin: http://www.texotela.co.uk/code/jquery/select/ With my own restoreOptions() modification. All would work well if it wasn't for IE!!!!! My solution works great until one uses the "refresh" button
[jQuery] AJAX Response script is not executed
Hi; I use ajax for an application. I use JSON as data type and the response is something like; <div id=\"areaMan\" style=\"display:none;\"> Message<br /> <textarea></textarea> </div> <a href=\"javascript:void(0)\" id=\"addNote\">Not Ekle</a> And Javascript is; $("#addNote").click(function () { $('#areaMan').show(); }); I execute this function when page is loaded, but ıt doesnt work for this response. What is wrong?
[jQuery] parser error on well-formed xml
i use this xml saved locally in projects.xml <?xml version="1.0" encoding="utf-8"?> <projects> <project id="1"> <name>Nome del progetto 1</name> <note>Note del progetto 1</note> </project> <project id="2"> <name>Nome del progetto 2</name> <note>Note del progetto 2</note> </project> </projects> it's well-formed but IE v7 show me a parser error... onError : function(xhr, st, er) { //st = "parsererror"; er=undefined alert("ERRORE:\nstatus: "+st+"\nerror:
[jQuery] ajax load and javascript
I'm loading the content of an external page via load but I don't want the script content, as it buggers up ie6 (it's a page with jquery included and that seems to cause problems). Is it possible to tell load not to run scripts on the HTML it loads? Thanks, George.
[jQuery] news rotator - looking for some help in cleaning up my code
I've got my code working (adapted of Karl Swedberg's Scroll Up News Reader) http://docs.jquery.com/Tutorials:Scroll_Up_Headline_Reader, but I'm sure there's a cleaner (more dynamic) way of checking where I am in the loop so that I don't have to do all the individual click checks $("#topStoryButtons li a:eq(0)").click(function() { $("#topStoryButtons li a:eq(1)").click(function() { $("#topStoryButtons li a:eq(2)").click(function() { $("#topStoryButtons li a:eq(3)").click(function()
[jQuery] AJAX form submission in CakePHP with jQuery Form Plugin?
I was wondering if any of you jQuery + CakePHP users could help me out here... I have a blog-like page that contains a post, comments, and a new comment form. I want the new comment form to submit using ajax and have the newly added comment appear in the comments list. Currently, I'm using the jQuery Form Plugin to submit the form: http://www.malsup.com/jquery/form/. So far, the form submission works, but all that is happening is the data being saved. The view does not show any validation error messages
[jQuery] jquery cycle repositing of pager div according to each image height
hi! i was trying without success to get the pager repositioned with each height of my image. I would like to get the pager always exactly on below where the image ends - for now I can only position de pager on a specific distance and it does not change with the different heights of my images - any suggestion? thanks a lot!
[jQuery] help for a zoom image
Hello, I have a problem with my zoom image. I try to make the same zoom image as you can see on gap website : <a href="http://www.gap.com/browse/product.do?cid=5168&pid=472867">http://www.gap.com/browse/product.do?cid=5168&pid=472867 </a> Here, is an example of my zoom => <a href="http://www.hybridbears.com/zoombox/">http://www.hybridbears.com/zoombox/</a> As you can see the second example doesnt work as well. Can anybody help me? Alex PS : Anybody to make a plugin? :) <br clear="all">
[jQuery] Delibarately create ajax errors from PHP script
Sorry if this has been posted before but I searched the group and could not find a clue. I have a problem which I believe has a simple solution but could not come up with a good way. While using Jquery with PHP, I want error checking to be implemented on the server side - with PHP. As it's much safer and also easier for me. All of the articles/tutorials I've seen about Jquery uses client side Javascript. Whilst I have no problems doing this with PHP , if the server side validation fails [ex: missing
[jQuery] Find text in a list item, remove it and replace with an image tag.
Hi all, I am a bit stuck here, I've been looking around, but can't seem to find what I'm after. I am fairly new to Jquery and Javascript, so not sure exactly what to look for. Basically I have the following HTML: <div id="topNavigation"> <ul class="firstLevel"> <li class="home"><a href="/index.php"><strong>Home</strong></a></li> <li class="development"><a href="/front-end- development.php">Development</a></li> </ul> </div> I want to use Jquery to go through each list item,
[jQuery] Problem unbinding event from button (function binds event each time it is run)
Hello, i have a problem with a function (functionB) i bind to the click event of a button. Every time the function (functionA) which binds this event is called, it adds functionB another time. So after i called functionA five times, functionB runs five times on button click. I tried to unbind this event in functionB, but it does not seem to work. I hope anybody understands this squirrel dropping of a post ... An example code with my problem: this.functionA = function(parameter1, parameter2){
[jQuery] ColdFusion/jQuery Ajax Form Variables Question
Hi All, I'm a relative newb when it comes to the Ajax concept so be gentle. :-) Let me tell you what I've got... Main page with a dynamic select box that lists vendors. When I make a selection I'm using $("#vform").load("editvendor.cfm",{vid: $(this).val()}); to load a form into a div on the main page with it's fields populated with the results of a query. Here's where it gets sketchy. When I want to "submit" the form and run an update query that will return the updated data back to the form I'm
[jQuery] superfish - using different animations?
Hi, I am just starting with Jquery and I am stoked with it's possibilities... I question is the beautiful superfish plugin. Everythings works fine! But I would like to use two different animation types for two different menues that are on the same page. I have attached my script below. Unfortunately the lastly declared animation type overrides the first one. I would really appreciate it if someone could help me out! Thanks for the great work, Hannes $(document).ready(function(){ $("ul.nav")
[jQuery] Scriptdoc-file for jQuery 1.2.1
Hi all, I am looking for the scriptdoc file (http://www.scriptdoc.org/) for jQuery 1.2.1. Any one knows where I can download it ? Thanks, Alex
[jQuery] [OT] WYSIWYG for Safari
Hey all, sorry for the off topic post, but I must be going insane. I read that TinyMCE and FCKeditor now support Safari, but when I download the demos for both neither works when trying to use Safari 2.0.4. I'm looking for a VERY limited selection of functionality, specifically, Bold, Italic, Ordered List and Links. Can anyone recommend a JavaScript WYSIWYG that will work in IE7, IE6, Firefox AND Safari 2? - jake
[jQuery] Problem using draggable and scrollbar
This is a bit of a newbie question, sorry. :) I've got a floating dialog that is a draggable.. It has a table in it with a scrollbar.. Now, of course, the scrollbar doesn't work properly since it's in the draggable. How do I fix this? I'm aware of the dragPrevention property, but the syntax isn't clear to me. I've tried a bunch of things and just get various errors. What's the proper syntax, and will that actually fix the problem if I add table to the dragPrevention property? Or is there some other
[jQuery] UI Tabs - Close a tab with a separate button
Hi, I'm using the following javascript to to run a fade/slide/close- able UI box with UI tabs: <pre> <script type="text/javascript"> $(function() { $('#navcontainer ul').tabs({ unselect: true, fxSlide: true, fxFade: true, fxSpeed: 'medium' }); }); </script> </pre> I would like to add another line that I could attach to a separate button in the UI box itself that would close the currently selected tab when clicked. Can anyone show me the way? Thanks!
[jQuery] jquery Tabs plugin
hi, someone has used this plugin here?, I've looked that at Firefox it works great, but at I.explorer 6 it doen't. Someone know to fix it? I've yet posted a bug at jquery bugtrack site.
[jQuery] HELP with default tooltip
Hi, I need to prevent the browsers ( All ) to show the title link and the alt message of img as tootltip. The prevention must be made only on a particular link that wrap an image. Any suggestion? Thanks Andrea
[jQuery] Need a cookie to cap the frequency of my sliding div
I just tried the cookie I used with my scriptaculous sliding div & it did not cap frequency. I would like my cookie to cap the frequency of $ ('#slidebar').slideDown("normal"); but not prevent a user from using $ ('#slidebartrigger').click(function(){$ ('#slidebar').slideToggle(); }); to interact with the same div. Is this possible? My JQuery function $(document).ready(function() { initSlideboxes(); function initSlideboxes() { $('#slidebar').slideDown("normal"); setTimeout(function() { $('#slidebar').slideUp(3000);
[jQuery] OT: Javascript OOP / Class Design
<html xmlns:o="urn:schemas-microsoft-com:office:office" xmlns:w="urn:schemas-microsoft-com:office:word" 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 11 (filtered medium)"> <style> <!-- /* Style Definitions */ p.MsoNormal, li.MsoNormal, div.MsoNormal {margin:0cm; margin-bottom:.0001pt; font-size:12.0pt; font-family:"Times New Roman";} a:link, span.MsoHyperlink {color:blue; text-decoration:underline;}
[jQuery] Floated content inside droppable list
Hi, I am using Interface droppable code. I have a UL list. Inside each LI I want to have to float a form with a picture to the right. Since the LI has no "position" property, the form does not position correctly. If I put "position:relative" on the droppable LIs they do not drop in place but where they are dropped. How do I get this to work? Is it a CSS problem? <ul id="list"> <li>Some content here..<button class="drag"> <div class="imgUpload"><form>........uploadform......</form></ div> </li> <li>Some
[jQuery] .trigger() behaviour revisited
(I originally mistakenly sent this directly to John rather than the mailing list. Sorry!) The old thread at http://groups.google.com/group/jquery-en/browse_thread/thread/5ea3458c3daf660/9552dbee5c8374a9 [which I am apparently unable to reply directly to, hence the accidental send direct-to-John] discusses inconsistent behaviour between manually clicking a checkbox vs. clicking a checkbox via .trigger(). I notice there now exists a function 'triggerHandler' that allows you to only trigger the event
[jQuery] RELEASE: Easing Plugin 1.3 - Now with default easing
Hi All, I've just updated the easing plugin so you can now specify a default equation for all your animations. http://gsgd.co.uk/sandbox/jquery/easing/ Should make plugin integration much simpler. It overwrites the default swing (renames the standard one to jswing) in order to accomplish this, so just be aware of that. Comments welcome. George.
[jQuery] Adressing the right area
Hi there, I am a beginner in Jquery and need some help to get started. I would like to create a functionality that provides a button underneath each user comment of a picture "reply", that would on clicking it show a reply field. Now this does not sound so hard, does it?! It looks hard to me. The problem is, that there could be 100 user comments and I would only want to add a few lines of JQ code. How can I pass the appropiate reply ID, so that on click it does only show the reply box underneath
draggable and droppable tabs
I am trying to create draggable/droppable tabs. I've got it partly built, but I'd love some community input on this. A working model can be seen here: http://scottnath.com/tabs/draggable_tabs.html Below I will paste the jquery code I'm using. First, here are some issues I'm running into that I really need some help with: 1) tabs can only be moved once 2) moving tabs from left-to-right works, but not vice/versa 3) I'm having trouble figuring out the dragged tabs original index jQuery code: $(document).ready(function(){
[jQuery] jQuery site down - docs
Anyone have an alternate URL for the jQuery docs - seems like the site is down and I need help :) Thanks, Jim
[jQuery] [BUG-1.2.1] css("...",function(){ return ...;})
function in place of value for property dosen't work. Thanks.
[jQuery] Getting the values of the Dropdownlist, inside a DialogBox
I am having one dialog box in a.aspx, in some scenario dialogbox will be opened.In that Dialog box,there is one Dropdownlist box. The users can able to select the values. I want to get the selected value of the DropDownListBox which is inside the dialog box.
[jQuery] Displaying same input box
Hello everybody, I am new to jquery and do currently try to add a reply field to each of many user comments under a picture. Therefore I have create a function in jquery that displays a html form with a save and cancel button. My goal is now to show this form whenever someone clicks on one of the many reply buttons. Somehow I have a problem with the object and the code does not work. I hope to get a bit starting help inside this group. Thank you for any help. Here is the code: <html> <head> <script
[jQuery] Why plugin repository dont have a search?
Always when i come to find some plugin i have to click to browse by name and use the search of Firefox to find what i want, so why dont have any search field? sorry the bad english -- []´s Jean www.suissa.info Ethereal Agency www.etherealagency.com
[jQuery] bind and one to avoid event-bubbling
Hi, I have this situation: When I click on an element (A), a new element (B) of same type is overlayed to A on foreground. When I click on B, B disappares and remain A on foreground. When I re- click on A 2 elements B are overlayed instead of 1. I guess this is a problem of event-bubbling, and so instead of use "bind" to catch click event of mouse, I use "one" for A and B. Obviously "one" permits only one click for an element, and so I cannot click a second time on A or B. How can I reset "one-condition"
[jQuery] Horizontal Scroll Content Help
I have this code:- <img src="/images/arrow-previous.jpg" /> <div id="product_scroller"> <ul id="product_rotator"> <li id="t1"><img src="/images/product-images/ product_title_01.jpg" alt="" /></li> <li><img src="/images/product-images/ product_sm_01.jpg" alt="" /></li> <li><img src="/images/product-images/ product_sm_01.jpg" alt="" /></li> <li><img src="/images/product-images/ product_sm_01.jpg" alt="" /></li> <li id="t2"><img src="/images/product-images/ product_title_01.jpg" alt="" /></li> <li><img
Next Page