Which plugins can do so....?
Hello guys, I have been desperately looking for plugins which can do the following things: 1. in this website(the second column on the left row) (HTML: starting from <!---24News-->) http://hk.apple.nextmedia.com/template/ ... c_main.php 2. The right column with arrows( in which you can switch content easily) http://www.itsatrap.com/ I want to make a list of news and then let users to press next or before to browse next 10 titbits easily without loading another page. I have spent 2 days on looking
[jQuery] Changing droppable accept or scope dynamically in the "drag" callback.
I've tried about everything and can't get the results I need. Basically I have some draggables in a movable div (pane). When I'm over the pane I only want the draggable to be droppable on elements in the pane (and have a visual cue as such). When I move beyond the pane I only want the draggable to be droppable on elements on a background div the size of the window behind the pane. Right now if I drop on a droppable in the pane and there is a droppable behind the pane they both get the drop call.
[jQuery] Best practice for using JQuery within another custom library
All, I’d like to use JQuery internally to a library I’m writing for a client of mine. My specialized library will be solely based on their REST services. I’d like to use JQuery’s AJAX functionality but I don’t want to cause any conflicts if the consuming developer is using JQuery on their main page. Is there a best practice or example of how to include or wrap JQuery in a custom library so it’s not exposed to the developers using my library? Maybe some type of encapsulation? Thanks, Coop
[jQuery] jQuery - UI - Dialog (embedding a web page)
Hi all, Just starting with jQuery... Q1) What is the most elegant way to embed another web page into a dialog? Use an IFrame? Q2) Can't get a width of 600px ... Q3) With Ie 6.x, my embedded web page appears first on the top-left and then fades out into the UI-dialog breaking it !?! Q4) No modal working... Some code: ********************** <head> <link type="text/css" href="http://jqueryui.com/latest/themes/base/ ui.all.css" rel="stylesheet" /> <script type="text/javascript" src="http://jqueryui.com/latest/
[jQuery] Tablesorter - multiple header cells and row grouping
each "row"has a row beneath it with a "menu" part to edit / view the record etc. using css the menu is set to display:none. when a user clicks the record jquery does a .show() on the menu row is it posible to sort the columns preserving the record row and menu row (maybe grouping them with a class or something) the sort to not read the menu row. and if you click on ID / Client / Cm on any of the "sections" (Display / Classifieds) it sorts that colum for the whole table...
[jQuery] Problem with keyup event from Learning jQuery 1.3
Hi I am currently learning jQuery from the book Learning jQuery 1.3 and I have run across a block of code that is not working for me in FF or Safari. Here it is copied straight from the book (page 64) $(document).ready(function() { $(document).keyup(function(event) { switch (String.fromCharCode(event.keyCode)) { case 'D': $('#switcher-default').click(); break; case 'N': $('#switcher-narrow').click(); break; case 'L': $('#switcher-large').click(); break; } }); }); I tested the next step that accomplishes
JCarousel refresh bug with dynamic content and hidden divs
Hi Folks I've discovered some really strange behavior with hiding/showing a dynamic jcarousel: I have a jcarousel and have it get items dynamically... Works like a charm... Then I place this jcarousel in an accordion menu, so basically just a hidden div. When I show the parent div I get one of two strange behaviors... Either a) only a 2 pixel slice of the first item in the carousel is rendered until I click the "next" button or b) it renders only 4 items per "page" when there is clearly room for
[jQuery] Scoping issue with load and call back function.
I am a relative newbie to Jquery and I am getting some scoping issues I can't figure out. I was hoping for some advice. Basically I am trying to load multiple documents that have HTML tables and then parse the tables and redisplay in a new format. Merging elements from the different documents. So basically I build the url path for a set of "devices" and load them. I thought in the load function I could collect elements into global variables and manipulate in the final document. But is not working.
[jQuery] "Superfish"
Hello, I need help with superfish drop down menu on my 1.5.10 Joomla site For about three days I have been trying to install it through my admin section but never got to run. I was able to install suckerfish and I had it running, but with superfish, I have no idea what to do next after I have installed it. See the steps below and tell me if I am doing it wrong: 1- I download the file from http://joomlacode.org/gf/project/superfishmodule/frs and save it into my pc; 2- I just install it from my admin
[jQuery] what happened to galleriffic?
Hi, Does anyone know if the galleriffic plugic is available somewhere new? I started a project with it last week, pulled from here: http://www.twospy.com/galleriffic/ but when I went there yesterday it wasn't working and isn't today, either. Thanks, Jack
[jQuery] Is there an easy way to do this?
I am moving all of my scripts from mootools/scriptlicious to jquery. I was easly able to submit a form and update a div (based on the output of the php file) as follows: <script type="text/javascript"> function send(){ var params = Form.serialize($('commentsForm')); new Ajax.Updater('updateDiv', '/subscribe.php', {asynchronous:true, parameters:params}); } </script> I can't seem to find ta way to do this easily with jquery. Can anyone point me in the right direction? Thanks Brian
[jQuery] Some sort of refresh bug with dynamic content and hidden divs.
Hi Folks I've discovered some really strange behavior with hiding/showing a dynamic jcarousel: I have a jcarousel and have it get items dynamically... Works like a charm... Then I place this jcarousel in an accordion menu, so basically just a hidden div. When I show the parent div I get one of two strange behaviors... Either a) only a 2 pixel slice of the first item in the carousel is rendered until I click the "next" button or b) it renders only 4 items per "page" when there is clearly room for
[jQuery] AJAX Problem
Hi there, so I am trying out jQuery recently, moving from MooTools, and needed to do some AJAX. Here is my code: $(document).ready(function(){ $('#events_box a.ajax_replace').click(function(e){ e.preventDefault(); $('.news_border').slideUp('slow'); $.ajax({ method: 'get', url: e.attr('href'), data: { 'do' : '1' }, beforeSend: function(){ alert('beforeSend'); $('#loader').show('fast'); },
[jQuery] "Please Wait While Processing" help
I've designed a payment system that, generally gets a response quickly. However, if there is any delay at all, customers will click "Pay" again, thinking that they didn't hit it. This, of course, will cause duplicate transactions. I'm looking for some sort of "Please wait while we process your request." message/decal/modal that freezes the screen while the payment is processing, and releases once a response comes back from the server. Any ideas/links to examples. I googled and searched the UI...and
[jQuery] jQuery .ready causing page to re-submit
We have code on a site that tries to prevent users from using the back arrow. In the onLoad of the page a function is called that contains window.forward(). In trying to implement jQuery on this site, the function call from the onLoad was moved to the .ready statement for jQuery. The onLoad was working as designed, but by adding jQuery the 'Resend' message displays when a user clicks the back arrow. This did not happen before. Prior to jQuery the user simply saw the screen blink and the they stayed
[jQuery] How to destroy a tooltip?
I'm using tooltips on a file list. When I delete a file (and it's DOM structure representation) that has a tooltip I'm getting an error at line 232. "setting(current) is undefined" if (event) { 231 // position the helper 15 pixel to bottom right, starting from mouse position 232 left = event.pageX + settings(current).left; 233 top = event.pageY + settings(current).top; 234 var right='auto'; 235 if (settings(current).positionLeft) { 236 right = $(window).width() - left; 237 left = 'auto'; 238 } 239
[jQuery] Cookie 'current' state question for horizontal menu with drop downs
I searched and found this thread... <a href="http://groups.google.com/group/jquery-en/browse_thread/thread/f118475a14a5245a/e60e972d364f11d0?lnk=gst">http://groups.google.com/group/jquery-en/browse_thread/thread/f118475a14a5245a/e60e972d364f11d0?lnk=gst</a> which is very helpful for list based menus with a need for a current state. But I have a similar request that I hope to solve with your help. I have a horizontal Nav with drop downs only on a few items in the main nav. I don't want the drop downs
[jQuery] [tooltip] interactive tooltips
Anybody ever made interactive tooltips based on the tooltip plugin? I mean tooltips with links and other html elements inside. The problem is that the tooltip dissappears after a short time. Is there a setting for this? Otherwise I will code an extension. Thanks, Narnarnar
[jQuery] treeview
hi all, I'm a developer...I'm customizing the treeview plugin to use it in a site where i need also a breadcrumb (designer request...) and to highlight the selected node. I am totally new in JQuery affair... I've used it before only in a deaf way, without any kind of customization. I'm used to write js code totally on my own according to my needs... So (referring to the standard 'menu3' example) I added to every <span> tag an onclick link to a customized function and a class to persist the selection
[jQuery] [autocomplete]
Hello all, I am successfully using the jQuery autocomplete plugin provided by http://docs.jquery.com/Plugins/Autocomplete and it works great. I was just wondering if there was any way to group results when displayed in the dropdown selector. For instance, we have a requisition with many line items. When they search for the line items, I would like it to display as follows: Requisition 123456789 20,000lbs of Some Stuff 15,000lbs of Something Else Requisition 987654321 300,000lbs of Yet Another Thing
[jQuery] BlockUI Plugin Question
Is there a way to make the area that isn't being blocked greyed out? Ideally, it would just be opaque, so that it is obvious that the only area that can have interaction is the element being blocked. Kinda like how FancyBox or ThickBox does it http://fancy.klade.lv/example http://jquery.com/demo/thickbox/
[jQuery] JQModal + Accordion
Hello everyone, Ive been trying to work on jQModal + Accordion combination but so far have no luck at all. JQmodal is fine until i installed the accordion. Have you ever done this? If so, what scripts, version did you use? Thanks :)
JQModal + Accordion
Hello everyone, Ive been trying to work on jQModal + Accordion combination but so far have no luck at all. JQmodal is fine until i installed the accordion. Have you ever done this? If so, what scripts, version did you use that worked?
Change dialog content after opening
My situation: I have a long saving-proces. In my Ajax-call I open the dialog with the beforeSend method. $.ajax({ .... beforeSend: function () { $("#saving").dialog({ bgiframe: true, modal: true, resizable: false }); } ... This works fine. In the dialog, I display "Saving..." After the ajaxCall is succesfull I want to change the message and add a button "OK" to it. $("#saving").html("Data saved");
[jQuery] Format of the image
Hello dear friends, this is the first time I write to group, so here we go... I'm having a doubt about how to do a photo gallery. My client wants a gallery where the photos SHALL have this format: <a href="http://farm4.static.flickr.com/3357/3512424193_b9f5159e69.jpg?v=0">http://farm4.static.flickr.com/3357/3512424193_b9f5159e69.jpg?v=0</a> I thought about the use of "image maps", but I think it's a little complicated... What do you suggest, or the photo gallery can't be like the link above? I think
[jQuery] json syntax question (ticket vs unticked names)
i often see two different json styles to have names: { key : "value" } vs { "key" :"value" } looking at official sites only option 2 is correct syntax, never the less most of the tools do also handle option 1 and don't moan about the syntax. what you say, does it in practice not matter which option you choose? generally i favor option 1 because it is not polluted with the "". i wonder why this syntax wasn't official from the start.... thanks ----- manuel aldana aldana((at))gmx.de software-engineering
bump
am I at least leaning in the right direction?
[jQuery] jQuery append returning document or head is null error
Dear Folks, I am getting a "document or head is null" error. I have explained the context below. It is a long email; please bear with me. I am uploading a file using an iframe as follows: <form id="file_upload_form"> some stuff... <input type="submit" value="submit" onclick="upload_file();"> </form> <iframe id="upload_target" name="upload_target" src="" style="width: 0;height:0;border:0px solid #fff;"></iframe> <script type="text/javascript"> document.getElementById('file_upload_form').target = "upload_target";
use of $link.attr('href') in IE
Hey all, Well... I'm stuck, IE7 doesn't do what I want it to do (surprise, surprise). Please have a look at this page: http://www.laisserfaire.be/elementzoo/nieuws/ In Firefox, or IE8, the navigation at the left works perfectly, but nothing happens when I use the navigation in IE7. My gut feeling says that something goes wrong in this part $(function() { $('.myLink').click( function(ev){ //prevent the default action of the event, this will stop the href in the anchor being
[jQuery] val ( ) prefers labels over values?
Consider the following select box: <select id="test"> <option value=""></option> <option label="XS" value="1">XS</option> <option label="S" value="2">S</option> <option label="M" value="3">M</option> <option label="L" value="4">L</option> <option label="XL" value="5">XL</option> <option label="0" value="6">0</option> <option label="1" value="7">1</option> <option label="2" value="8">2</option> <option label="3" value="9">3</option> <option label="4" value="10">4</option> <option label="5" value="11">5</option>
Make JQuery auto-pick form elements on GET Submission
I need to make JQuery remember what was clicked on a form and pre-select or auto-select form elements on a form that was submitted the PHP $_GET variable. I have a form (shown below) where if you click an item in a drop-down it will update the second drop-down. This is fine, however my client wants it so that when you press submit (it goes to a search results page) it should auto-pick the correct form elements. However, I do not know how to do this. I do not know how to make JQuery read PHP based
[jQuery] Special Entities returned in json via plugin Ajax upload ??
Hi I'm using the ajax upload plugin (http://valums.com/ajax-upload/) to upload images to the server. I'm then storing the images in an image cache and returning to the client 2 pieces of info in a json object, 1 the imageId & the url to display the image. The problem I'm having is that the plugin doesn't work properly with json responses, presumably because it's loading the response into an iframe. When I return a json object (using zend framework) it prompts to download the object. So a solution
[jQuery] site hit count jquery / javascript code
hi al Can u please tell me the site counter hit jquery code , Am not sure there is a code in jquery , But i know the php code for site counter hit , but looking in javascript / jquery /ajax , thanks<br clear="all"> -- உங்கள் நண்பன் பரணி குமார் Regards B.S.Bharanikumar POST YOUR OPINION <a href="http://bharanikumariyerphp.site88.net/bharanikumar/">http://bharanikumariyerphp.site88.net/bharanikumar/</a>
[jQuery] [tooltip] - plugin - Some tooltips are not showing
Hi, I have the tooltips showing on some links but on others they don't. For example I can't get them to work on tab links I have on my page. Any ideas? Cheers Euan
[jQuery] Two ajax call on the same page - problem with response
Hi, before posting my code, I'll try to explain the problem: i have two ajax calls on a single form, and have problems with responses from server. This is the situation: ajax1 = calls the php script that sends the email - and the script returns "OK" in case of success; ajax2 = binded to a link (with live() event because that link is added dinamically) that calls the php script performing some operations and returns "file cancellato" in case of success. If the ajax2 is called before sending the mail
[jQuery] Two ajax call on the same page - problem with response
Hi, before posting my code, I'll try to explain the problem: i have two ajax calls on a single form, and have problems with responses from server. This is the situation: ajax1 = calls the php script that sends the email - and the script returns "OK" in case of success; ajax2 = binded to a link (with live() event because that link is added dinamically) that calls the php script performing some operations and returns "file cancellato" in case of success. If the ajax2 is called before sending the mail
[jQuery] [validate] Duplicate error msgs (and no re-validation) in FF/Opera. Works in IE6/7
I'm using the Validation plugin - http://bassistance.de/jquery-plugins/jquery-plugin-validation/ In IE6/7, it works fine. In FF/Opera, there are two (possibly related) problems: 1) If I submit the blank form, the validation seems to work. All of the required fields have the error message appended to them as they should. However, if I submit again, a 2nd, duplicate error message shows as well. This can be repeated indefinitely. 2) If I change the data an in Invalid input field, the error message does
[jQuery] Tablesorter with pager extension check boxes not present on form submit
Hello everyone, This is my first post to the jQuery group. I am using the tablesorter and tablesorter.pager jQuery plugin in an ASP.NET web page. Each row in the table has a checkbox and is intended to be used by the user to add or remove an item from the final selection. The problem is that when the form is submitted and you are on a page with no checkboxes checked, on the server side, the Request.Form.AllKeys does not show the checkbox's named as a member of the request. I think this has something
[jQuery] Ajax using JSON, parse return string before success
Hello All, I am trying to clean an Ajax JSON response of some invalid characters. Basically, I make an Ajax call using POST, and dataType is json. One of the variables in the JSON is a path, which contains backslashes. I also have a variable called notes which contains lots of text and line breaks, but I don't foresee that as being the issue. The problem seems to cause the success function to fail and not run. What I attempted to do is clean the response string using dataFilter, but this does not
Validation Plugin and Two Submit Buttons
Hi all, I'm using the bassistance.de Validation Plugin and everything's going very well except I'm not sure how to handle it when I have two submit buttons. Basically, one submit button should allow validation to happen and the other one should bypass all validation and submit the form. What's the best way to go about this? Thanks!
Next Page