[jQuery] Bug in before, and after??
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"> <HTML><HEAD> <META http-equiv=Content-Type content="text/html; charset=us-ascii"> <META content="MSHTML 6.00.6000.16525" name=GENERATOR></HEAD> <BODY> <DIV><SPAN class=401082821-04092007><FONT face=Arial size=2>I'm getting some unexpected results using these three functions and I wondered if this was a bug. This is what I'm trying to accomplish:</FONT></SPAN></DIV> <DIV><SPAN class=401082821-04092007><FONT face=Arial size=2></FONT></SPAN> </DIV>
[jQuery] history_remote: how to use it with JSON ?
Hi, I'm using json to update a list and it works fine, but the goodies (back button, bookmarks...) are obviously not working. My goal is to keep a version that generates the html lists (for the ones without js enabled), keep the json update features, and add the history working. I'm struggling to make the history plugin. I suspect that's it's a mix of various problems, but I'd like to check with you if this plugin can make what I want or if I'm digging the wrong hole. Main problems 1) the $.ajaxHistory.initialize
[jQuery] where is the the form input/select plugin ?
Hi I remember of a plugin that was making a selectbox editable. A sort of mix of <input type="text" /> and <select> Does anybody see what I am talking about and where it is located ? thx -Olivier
[jQuery] Live Query and tables problem
Is a very simple example and dont works =/ $('tr').livequery('mouseover', function(){ $(this).addClass('hover');}); t has no properties [Break on this error] t = t.className || t; jquery.js (line 349) and in $('tr').livequery('mouseout', function(){ $(this).removeClass('hover');}); elem.className has no properties [Break on this error] jQuery.grep( elem.className.split(/\s+/), function(cur){ jquery.js (line 342) -- []´s Jean www.suissa.info Ethereal Agency www.etherealagency.com
[jQuery] Simple table pager plugin ?
Hi I found the tabesorter plugin and the tablepages plugin for this one. All very nice but I need a simpler version, is there one around that can handle the following or do I need to look at it myself ---------- row ---------- row ----------- row ----------- < 1/5 > Is there a simpler plugin or should I just use the tbalesorter and pager plugin -- Armand Datema CTO SchwingSoft
[jQuery] test
my emails arent coming through
[jQuery] thickbox fix position on scroll
hey. is there a hack or patch or some way i can make the TbWindow of thickbox to reposition when im scroll the page down? now when i do it its just remain in the same position so if its long page i can scroll down and in some cases not to see the dialog box.... please help... -- View this message in context: http://www.nabble.com/thickbox-fix-position-on-scroll-tf4383351s15494.html#a12495731 Sent from the JQuery mailing list archive at Nabble.com.
[jQuery] Drill Down Menu
Hi all, I have a need to make a drill down menu similar to the left hand menu interface that you see on betting exchanges such as Betfair.com Betdaq.com whereby if you click on a menu item, the menu drills down into the child items, leaving a breadcrumb trail of parent nodes so that you can navigate back up. I am fairly sure, given what I have seen and done so far with jquery, thats this should be fairly simple an elegant. I have also found this link that sheds a bit more light on the problem/ soultion
[jQuery] Slide UP plugin?
I have some content that will be pinned to the bottom of the page. When a button inside this container is clicked, I'd like to container to expand vertically upwards. Is there such a plugin? If not, does anyone have a quick suggestion of how I might got about doing something like this?
[jQuery] jqModal .. where is this 'on open' thing
from the jqModal README: NOTE; To use custom ajax routines, utilize an "on open" callback function. If you need to process the ajax return, see the "onLoad" callback. I need to supply a fairly custom set of options to the ajax call, so just doing ajax: '/myurl' in jqm will not be enough. My normal ajax calls tend to look like this: $.ajax({ url: this.href, dataType: "script", beforeSend: function(xhr) {xhr.setRequestHeader("Accept", "text/ javascript");} }); The readme makes me believe there is a
[jQuery] Table Pager / Pagination Plugin. Arrows around the page numbers < 1 2 3 4 5 > (next and previous)
Has anyone added the < > around the page numbers? If so, can you please share this modification?
[jQuery] Making sure a radio button is checked
My HTML: <table class="Zebra" width="100%"> <thead> <tr class="zSelected"><td colspan="2">Employee Engagement</td></tr> </thead> <tbody> <tr class="zOdd"><td>1. I am proud to be part of the [redacted].</ td><td nowrap="nowrap" valign="top"> 1<input value="1" name="p1q1" type="radio"> 2<input value="2" name="p1q1" type="radio"> 3<input value="3" name="p1q1" type="radio"> 4<input value="4" name="p1q1" type="radio"> 5<input value="5" name="p1q1" type="radio"> </td></tr> <tr class="zEven"><td>2. I see
[jQuery] Feeling pretty special right about now...
Yep, I'm feeling pretty special right about now with my new.... JQUERY MUG & COASTER SET!! wut!!! http://www.reybango.com/images/jquery/jquerymug8x6.jpg http://www.reybango.com/images/jquery/jquerycoaster8x6.jpg Let the envy begin! ;) Rey...
[jQuery] ajax 'error'
So I have jQuery talking to some asp.net 1.1 pages through $.ajax. There are some situations on the server side(session timeout, access denied) where I would like to 'cause' an error. I could write 'error' to the html and check for it in the success: function, it would just make more sense to me if all errors were in the error: callback. So the question is what can I do from my .net code to cause jquery $.ajax to run the error callback? -- View this message in context: http://www.nabble.com/ajax-%27error%27-tf4379022s15494.html#a12482355
[jQuery] plugin detection API
<HTML><BODY style="word-wrap: break-word; -khtml-nbsp-mode: space; -khtml-line-break: after-white-space; "><DIV style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; ">just been nutting out something, I could really use some feedback, its obviouslly unfinished, ie plugin version detection, activex detection on other plugins etc. I was trying to set preset properties but it doesnt seem to work. Notice the mimetypes settings i need these for windows media player version
[jQuery] Form plugin not binding properly
Hi Mike, (I'm pretty sure you'll answer this) I am using your the form plugin to bind a form for ajax. It contains one or more upload fields. The form gets called into my page from an ajax call. The plug-in is then binded to form. At his point, the form is used for uploading image files. If the user submits the form at this point, everything works great. The user can choose to upload a Quicktime movie file, in which case, I add another upload field (now 2 are showing). I also remove a few other form
[jQuery] Upgrade to 1.1.4 -- links die on IE6
This is strictly an IE6 problem. (Of course, if it would be a problem anywhere, you can guarantee IE6 would be involved!) We have a site that uses jq-innerfade.js and a customized version of pngfix_map.js. After a certain amount of struggle, we got it to work acceptably on IE6, IE7, Firefox 2, while using jQuery 1.1.2. I upgraded to 1.1.4. Things continued to work fine on IE7 and Firefox. But IE6 obviously got stuck somewhere in processing the document_ready.js. I tracked it down to interference
[jQuery] where is Fisheye menu (not from interface)
Hi folks I swear had seen Fisheye menu solution but it wasnt from Interface. It was another JQuery Plugin. Anyone know where is it? Regards Mario
[jQuery] List of jQuery Resources
Hi everyone, I've created a list of links that will hopefully help new jQuery users find the resources they need to get up-to-speed with jQuery. If there's anything I missed, please let me know: jQuery Main Site: http://jquery.com/ The compressed & uncompressed code: http://code.google.com/p/jqueryjs/downloads/list SVN Info: http://code.google.com/p/jqueryjs/source Plugins & UI Widgets/Controls: http://docs.jquery.com/Plugins (old page) http://jquery.com/plugins/ (new repository) Documentation: http://docs.jquery.com/Main_Page
[jQuery] [ANNOUNCE] planet.jquery.com
I am pleased to announce the latest <a href="http://jquery.com">jquery.com</a> service: <a href="http://planet.jquery.com/">http://planet.jquery.com/</a> <span style="font-weight: bold;">What is planet?</span> Planet is a web feed aggregator. This will let you read all your favorite jQuery blogs on <a href="http://planet.jquery.com/">one page</a>, or with one <a href="http://planet.jquery.com/atom.xml">feed url</a>. <span style="font-weight: bold;">Whose blogs are on there?</span> The blogs of most
[jQuery] $ in jQuery, Prototype and Mochikit
Hi, all I blogged one case in my blog (http://jack.lifegoo.com/?p=163) which described the "complaint" of $ in jQuery, Prototype and Mochikit, could you please take it consider and reduce the conflicts? Thanks. /Jack
[jQuery] Webmaster Remove false plugin from JQuery
Hi Folks I dont know if is fake but I tried find this guy in our forum and I cant find. I tried find something in the link provided and nothing about JQuery or even about plugin "Custom Borders" It is in <a href="http://docs.jquery.com/Plugins">http://docs.jquery.com/Plugins</a> <b><a href="http://www.studioindustryllc.com/misc/border/" class="external text" title="http://www.studioindustryllc.com/misc/border/"> Custom Borders</a></b> by Sorin Ionescu like Rounded Corners, but uses images for the
[jQuery] Looking for a calendar picker that allows for two instances on one page
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"> <HTML><HEAD> <META http-equiv=Content-Type content="text/html; charset=us-ascii"> <META content="MSHTML 6.00.6000.16525" name=GENERATOR></HEAD> <BODY> <DIV><SPAN class=441182621-30082007><FONT face=Arial size=2>I'm working on an app which allows users to search against data in our db using a date range (start, end).</FONT></SPAN></DIV> <DIV><SPAN class=441182621-30082007><FONT face=Arial size=2></FONT></SPAN> </DIV> <DIV><SPAN class=441182621-30082007><FONT
[jQuery] hyperlinks don't work with blockui in IE
In the application I am developing I am creating a list of items, each of which have a hyperlink associated. This hyperlink links through to a shopping backet so you can purchase the item when the link is clicked. I list the items that have been selectd in a list and to prevent the underlying page working I use BlockUI. The code was developed before I had access to the blockUI plugin so it works by generating a div, putting the content in there, invoking BlockUI with an empty string ($.blockUI (' '))
[jQuery] TableSorter 2.0 force update?
I'm playing with adding a filtering widget to table sorting, e.g. "hide any row where column 7 < 500." Users can keep add or remove filters dynamically. When they do, I'd like the table to update immediately, but I don't see how to do that. Calling click() on a header would change the current sort order. Calling tablesorter() again seems to break sorting when clicking on columns.
[jQuery] get absolute xpath of an element
Hi, is it possible with jquery get absolute xpath of an element "catched" on 'click' event? $(frameDocument).bind('click', function(event) { var element = $wnd.$(event.target); element.css ( 'border', '3px solid rgb(100, 22, 100)' ); } how can I get absolute xpath of 'var element'??? Thanks, Julio
[jQuery] Strip a href links from a div
Is it possible to strip links from a designated div with jquery? I've searched for a stripping mechanism, but haven't had any luck yet. I realize my request is pretty strange, I realize it'd be easier to not create links in the first place, but before I do that, I'm just curious about jquery's abilities.
[jQuery] editable accessing clicked element for extraParam
Hey all. I'm using the editable plugin and I'm having trouble accessing the id of the editable element. My HTML: <span class="editable" id="editable-1">Page name</span> My JS: $(".editable").editable("page-update.cfm?action=updatePageName", { paramName: "pageName", callback: doneUpdatingPageName, saving: "Saving... ", type: "text", submitButton: 0, delayOnBlur: 0, extraParams: { pageID: this.id.split("-")[1] }, editClass: null }); I need the 1 present in
[jQuery] editable bug?
I'm seeing the onBlur get called when you've finished editing an element by pressing enter and I click on another window. Can anyone confirm this behaviour in Firefox 2 on Windows (Vista if that matters)... JS <script type="text/javascript" src="../../jquery/jquery.js"></script> <script type="text/javascript" src="../../jquery/jquery.editable.js"></ script> <script type="text/javascript"> $(document).ready(function() { $(".editable").editable("page-update.cfm?action=updatePageName", { paramName:
[jQuery] How do i get the hover effect working with fadeIn?
Hey, this works fine: # html <div id="hover-demo2" style="background-color: white;"> be nice and don't fade the text!!! </div> # javascript $('#hover-demo2').hover(function() { $(this).css({background: "red", color: "black"}); }, function() { $(this).css({background: "white", color: "black"}); }); But if i change the javascript code to this: $('#hover-demo2').hover(function() { $(this).fadeIn("slow").css({background: "red", color: "black"}); }, function() { $(this).css({background: "white", color:
[jQuery] loading remote script
Hello, i write a script thtas loads a external html part. . I can use js and the ready event is given , but ioi cant use "onclick" events. nothing happens. a direct onclick is workung . Why? How can i use it?!
[jQuery] jQuery tabs and onClick
Hi all, I'm using the amazing jQuery tabs plugin, but I'm having problem with this code: $('#container-1').tabs(2,{ fxFade: true, fxSpeed: 'fast', onClick: function() { alert("Clicked!"); } }); I know this code is wrong, but I want enable the event onClick only on a specific tab. How I can do it ... if is possible? -- Massimiliano Marini - http://www.linuxtime.it/massimilianomarini/ "It's easier to invent the future than to
[jQuery] select box manipulation
I am trying to implement a widget that works as follows. I want to be able to click a link that moves a selected option from select box to another. I am new to jquery but i have been able to do quite a bit with it so far. I have looked through the API as well as through some tutorials. I cannot find much information about manipulating select boxes. I have found a few plug-ins but they are more geared towards ajax and select boxes which is not what I need. Can anyone point me towards a good tutorial?
[jQuery] IE bug ajax
Hello, it's the second time a send this message . But I can't see the first one ... so sorry if you find it two time ... My code work very well with mozilla but I doesn't with IE , I received always the error message, if somme one could help me ... /* Variable global */ var idFormat=new Array(); var largeur=new Array(); var hauteur=new Array() $(document).ready( function(){ req ={}; req["action"]= "format"; $.ajax({ type: "GET", data: req, url: "BD/utilisateur.php",
[jQuery] Is there a better way to do this selector?
Hi I'm trying to just get the number of modified inputs that aren't disabled. I'm using the moreSelectors plugin. active_inputs_modified = $("input:modified").not($("input[@disabled]")).length; I can't figure out how to combine that into 1 jquery expression without using the 'not' function. Similarly how would one go about doing something like getting all the :even span elements which are also :hidden in 1 expression? Thanks! azbok
[jQuery] Posted varilbes
I have a page with a form, when I post the form I want a jquery on the target page to read POST variables.
[jQuery] Rey Bango is now Ajaxian
Usually, he'll be posting this sort of links/news; now for a change, I'm doing;) http://ajaxian.com/archives/introducing-the-latest-ajaxan-rey-bango -- <?php echo 'Just another PHP saint'; ?> Email: rrjanbiah-at-Y!com Blog: http://rajeshanbiah.blogspot.com/
[jQuery] Getting lazy with GET and changing STATE
<html><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; "> <div>Hey</div><div><br class="webkit-block-placeholder"></div><div>I must admit - I get a little confused about when to use GET and POST. I was reading this which confused me further:</div> <blockquote type="cite">Getting lazy with GET -- GET is for retrieving data; POST is for setting it. Don't use GET when you know you shouldn't, even if you think it will do no harm. GET operations change
[jQuery] bind an event to success validation
Hi, I have a function that show a loading bar when a form is submitted: //show loadind bar $(document).ready(function(){ $('.launch').submit(function(){ $('.loading').removeClass('hidden'); }); }); Now adding the validation plugin I have an undesired effect: $(document).ready(function() { $('.launch').validate({ errorContainer: $("#messageBox1"), errorLabelContainer: $("#messageBox1 ul"), wrapper: "li",
[jQuery] move items between select boxes
I am trying to move a selected option from one select box to another select box. I am new to jquery but i have been able to get some stuff done with Jquery. I've checked the API as well as some of the tutorials but I cannot find any answers. I have found some plug-ins but they all seem to cover ajax with select boxes which is not what I need. Can anyone point me to a good tutorial? Thank you.
Next Page