bassistance's Treeview: vertical lines breaks in large trees
A wrote: will.moffat on 19-Nov-2008 03:32 PM I've been using the TreeView plugin from: http://jquery.bassistance.de/treeview/demo/large.html Unfortunately the vertical line between nodes breaks if there are a large number of child nodes. Example screen-shot: http://imagebin.ca/view/wNL8Ez.html Anybody have a fix for this? cheers, --Will As I replied in the old and lost topic, more than one year later, this problem is still running. I'd like to use treeview for handling very large trees, but
jQuery Impromptu redirection
Hello :) I have a problem wiyh the jQuery Impromptu plug in : http://trentrichardson.com/Impromptu/index.php I want that after displaying the box, when the user click "ok", it will be redirected to a page. My actual code: $.prompt('Signup success : You can login !',{ opacity: 0.2, buttons: { ok: window.location.href = "/member/login.html" }});I changed "ok: true" to "ok: window.location..." The problem is that the redirection is made without waiting that I click on the ok button. How can I
Dynamic taxonomy navigation / hierarchical drop down list
I'd like to provide my users a way to navigate a taxonomy by successively drill down ono drop down lists. A simple example would be something like ebay's categories. Say you pick the category "Clothing", the next drop down list would display all the sub-categories under Clothing such as "Shorts", "Pants", "Coats" etc. And this can go on arbitrarily deep. I looked at Giva's mcDropdown plug-in. The interface looks really nice. However it seems to require the entire taxonomy to be passed to the plug-in
Tablesorter always sorting descending
When I click on a link in the table it takes me to another webpage and then when I click the back button in the browser I am taken back to the webpage with this table. Because I have the column sorting stored in the URL, the $(document).ready(function() sorts the column according to whether it used to be ascending or descending. But now the tablesorter always sorts descending when clicking on any column header. Using Firebug, I've noticed that I get into the recordSort() function and I specifically
(treeview) help translating numbered outline
I'm trying to find an efficient way to export a numbered outline from Google Docs (or Word) into a webpage with a collapsible outline. Treeview is exactly what I'm looking for. My trouble is that the numbered outline from Google Docs is formatted slightly different than treeview's outline, so it doesn't work without manually changing all of it. The difference is that the GoogleDocs places a </li> immediately after each line, instead of each group. Does anyone know of an efficient way to fix that?
timepicker + theam problem....
Hi, I am trying to use the timepicker in my web site. But i dont like to use the themecontrol component there. right now if i simple discard that theme control then i found an ugly control for the time picker. i want a very good looking time picker control without that theme contro. how can i do that.....? Thanks in advance Rasel
Does a plugin exist that will do this...?
Hi, I'm building a website at the moment and I am looking for a plug-in that will display 1 of 5 divs randomly each time the page is refreshed. To clarify, I will have 5 different DIVs with 'featured content' in them but only one will display on the page at any one time. If a visitor went to the page, one of these 5 divs would be displayed, if they then refreshe the page a different one from the collection would be displayed. I do not want them to rotate at all within one page-load. I have seen a
Autocomplete - Stop Rollover+Return submitting data
Hi all, I'm using JQuery Autocomplete (bassistance) and have run into a problem. If the mouse rolls over one of the autocomplete suggestions and the user hits the return key (rather than clicking to make selection), the form is submitted and goes to whatever link was rolled over at the time. This is a problem as people click in the textbox, and when typing their search, leave the pointer where the autocomplete popup appears. So when they hit enter, it doesn't do the search for whatever they typed
Superfish - disable a menu and show the current menu
Hello: I am using Superfish 1.4.8, and need to be able to do two things: Show a menu that will someday be a link to a page, but isn't yet implemented. The menu text will be gray, which I've already done, and the <a> item does not nave an href. What I need to do now is to keep this particular li element from highlighting on a hover. Show the current active menu by changing the text color to green. For example, if I click on an enabled li element (each li menu element represents a library of some
autocomplete get reuslt
hello guys. i'd like to get the result of my autocomplete. now i have this code: $("#keresett").autocomplete(data, { formatItem: function(item) { return item.text; } }).result(function(event, item) { $("#t_id").val(item.url); } }); $("#btn_kereses").click(function() { var id = $("#t_id").val(); }); Ok. My problem is, if the user type something, what is not in the local list (data is from local), then the #t_id.val wont change, even if i try do insert an if like this: }).result(function(event,
superfish keyboard navigation
there is a keyboard navigation at superfish? at this site http://users.tpg.com.au/j_birch/plugins/superfish/#getting-started there is a topic saying this Keyboard accessibility. Tab through the links and the relevant sub-menus are revealed and hidden as needed
Cycle 2.75 - containerResize not working if image isn't direct child of container
Say I have: <script type="text/javascript"> $(function() { $('.slideshow').cycle(); }); </script> <div class="slideshow"> <div> <img src="test.jpg" /> <p>My caption</p> </div> <div> <img src="test2.jpg" /> <p>My caption</p> </div> </div> I'd like for the container to resize to the largest child size, but it doesn't look like in Safari/Chrome it can do this. It works in Firefox,
autocomplete with search params dynamic
autocomplete with search params dynamic ??
Datepicker confusion!
I currently have this line of code initialising a datepicker on my form: $("#datepicker").datepicker({showOn: 'both', buttonImage: 'calendar.gif', buttonImageOnly: true, dateFormat: 'dd/mm/yy', constrainInput: true, mandatory: true, maxDate: (new Date()), showYearNavigation: false, minDate: '06/02/2010'}); For some reason, this allows the user to select all dates, where in fact it should let me choose 6-8 Feb. Interestingly, when I remove the minDate property, it allows me to select all dates up
blockUI + frames + IE8
Using blockUI 2.31 with our legacy framed site on IE8 the browser progress bar keeps going even after a page reload. This goes away if we get rid of the frames or I edit the blockUI code not to use its iframe. I assume this is a bug in IE8 that it gets confused about an iframe inside a frame. Would it make sense to have an option to force the iframe off (as there is one to force it on) or is there another iframe source I can use to avoid the IE bug? btw really love the blockUI plugin in all other
ui.tabs unable to set index after add
Hi I am trying to get the ui.tabs to behave like IE or Firefox, where when you click on the last (addnew) tab then the second last tab is selected. I've tried all the callback and handlers from the documentation but whatever I do the line self._trigger('select', null, self._ui(this, $show[0])) === false) always sets the selected tab to the last one. Any help would be appreciated. Best Regards John
Superfish - Highlight current page in menu - Newbie Q.
Hi experts.... Thanks to Joel B for a nice menu solution. I am a total newbi to jQuery and Superfish and am happy to report I have it working fine except..... Currently, I have a background image that works fine for static state and hover state, I now would like to highlight the current page by adding a class to the appropriate LI or A tag in the list. I just cant get it to work. I use a common image for the 3 states The image has 3 areas, Centre for the static condition, Top for the hover condition
(treeview) rtl support
Hi Does treeview plugin Right to Left Support? Thanks
DOM builder using basic jQuery selectors
Just in case people are interested, lately I have released a first stable version of my plugin. This plugin allows you to construct the DOM using basic jQuery selectors. I wish to have some feedback, so all comments are welcome! http://plugins.jquery.com/project/jquery-drive Downloads: http://code.google.com/p/jquery-drive/downloads/list -Laurent
Cycle plugin and IE8
Hi, I am using Cycle plugin and Jquery 1.3.2. It works perfectly on FF 3.6, but got stuck on IE8 when I use slideX and turnRight. IE8 claims an "Illegal Argument" error in jQuery itself at "E.elem.style[E.prop]=E.now+E.unit". Any idea? Tx, Sty
Combain tabs and paging
Hi, I'm trying to find jquery plugin that would enable tabs and paging in it (like: 1, 2, 3, 4 ...) Can anyone help me with that? Regards, Lucifix
BlockUI plugin, How can i work with frames.
Hi. I have a page with 3 frames. frmLeft, frmHead, frmCenter. in frame center i have a table with records. when i click the links, a form is open in a iframe. So.... when i submit the form in the iframe, i want to block all page during submit action, but at this moment i just can do it over the iframe. $(document).ready(function() { $('#follow').click(function() { $.blockUI; }); }); Note: I'm Working with Lotus Domino. Sorry for my english. Thanks in Advance.
Slidding Effect plugin
Hello I recently used the jquery slidding effect plugin to one of my projects. It only works to first one of the menus, although i have the same exactly code to the other menus (webpages). " http://www.dolphinsonline.gr/karteco/main_en.html " is the main page. The sliding effect works only in the "Profile" section. http://www.dolphinsonline.gr/karteco/main_en.html#Profile I don't understand why is behaving in such a way, the same code i use in all my sections. If someone can look at this please.
Validation plugin problems with checkbox
I've been using the validation plugin (http://docs.jquery.com/Plugins/Validation) and its working as expected for input elements, however I've added it to a checkbox, with it set to required, and when you submit the form it displays the validation message twice next to the checkbox... then if you click it, it doesn't go away and if you continue to try and submit the form, it continues to add 2 more required messages appended to the previous ones. Any ideas if there's something that needs to be done
jQuery validation submit help!
Hi everyone! Im making orderpage for a company and they have three products on the first page and then they get to the customerdetail page and so on.. ( Button for the customer to choose all three or just one of the products. -> Choose product addons and so on -> CustomerDetails -> Confirmationpage-> Shows the order on the screen they just sent. ) The problem I got is if they choose NO on every products the still can submit the form and register as a costumer and the page will tell em that a problem
selectbox utils
Has anyone got this working on their site? http://plugins.jquery.com/project/selectboxutils I am using the latest version and have a simular issue as described on his site but with the startLabel will stop the day from being repopulated. I have three selectboxes month day year I would like the initial value of each selectbox to be blank or a header i.e Month: / Select: if I use startLabel as the month then select february the days are not repopulated to show only 28 (depending on leap year)
jQuery and IE8 not behaving
Hi There, Having a problem with IE 8 not behaving properly with jQuery tabs, dialog boxes and not executing javascript.I have a form that submits to an asp.net mvc site and returns the following to the browser <div id="EditComplete" title="Edit Complete">Changes Saved.</div> <script type="text/javascript" language="javascript"> $(document).ready(function(){ $("#EditComplete").dialog({ buttons: { "Ok": function() { $(this).dialog("close"); } }, draggable: false, show: 'highlight', hide: 'highlight',
autocomplete and minChars = 0
I wanted to have the following behaviour: - Set the minChars of an autocompleter to 0 - When the focus is set to this field, it should automatically get its autocomplete results from the specified URL. Apparently, I needed a hack to get this working: if (options.minChars == 0 && !$input.val()) { request('', receiveData, hideResultsNow) } else { $.each(trimWords($input.val()) , function(i, value) {
Ajax Upload, for form
Hi, i am using this ajax upload plugin from valums. I wish to use it inside a form. my form fields are , name, age and image etc. Now i have this code here which uploads the image. var upload = new AjaxUpload('#property_i', { action: 'submitproperty.php', autoSubmit: false, name: 'property_image', onSubmit : function(file , extension){ alert(file); alert(extension); }, onComplete: function(file, response){ alert(response);
fixedHeaderTable plugin, cannot get the fix column work
$("#ResultPanel").fixedHeaderTable({ autoResize: false, fixCol1: true }); but the first column is still not fix. anyone managed to fix the column?
Struggling with Accordion and FixedHeaderTable plugin.
here is the FixedHeaderTable They both work great but not with each other. I am adding a fixedheadertable dynamically from ajax callback to one of the accordion draw. the problem is accordion "eat" my table fixed header. it is gone. it is there if I don't use accordion. anyone encounter and manage to solve this?
JqGrid - how to access the modal UI popup
Can anyone tell me how to hook into a jqgrid method that displays the alertmod div that's hidden? Is there a jqgrid property or do you use jquery to get a hold of it and set the text?
star-rating plugin
I have applied the plugin (http://www.fyneworks.com/jquery/star-rating/) and am able to view and select the stars. However, I can only pass values to my database when I use a submit button on the form. If I disable the plugin I can use onChange="this.form.submit() which submits without the need for an extra button which is the behaviour I was expecting. How can I have the form submit without the extra button?
Webpage has expired in IE8
When I click the back button in IE8, I get a "Webpage has expired" error. I want IE to refresh the page. I am using the history plugin correctly? Here's what I've tried, I don't think I am getting into the $(document).ready(function(): $(document).ready(function() { jQuery.historyInit(pageload, "global/reports/global_qual_review_session_report.html"); initLoad(); }); function pageload(hash) { // alert("pageload: " + hash); // hash doesn't contain the first # character.
superfish menu + javascript conflict
Hi all, the site i'm having issues with is http://www.app-talk.com If you rollover "In the News' you will see a small dropdown, well it's suppose to fade in - some reason the module's js is not working properly I'm using the superfish menu module thanks
WordPress Live Search w/ jQuery
Hey guys, I'm working on a personal site right now and want to incorporate a live search function into my install of WordPress. I'm no Javascript guru and am having a bit of trouble finding a live search plugin with jQuery. Does anybody know of one? I've found this plugin by John Nunemaker that is EXACTLY what I'm looking for as far as functionality goes, but my issue with it is that it's built using prototype.js. How difficult of a port would this be? I'd appreciate any help. Thank you guys!
Jorn's jQuery Treeview plugin
I have a couple questions pertaining to Jörn Zaefferer's treeview(async) plugin. The first: I am populating a treeview dynamically based on the user's choice of a topic from a selector. The first choice works fine but on any subsequent treeview changes, the nodes with children will no longer expand. They will not call the proxy either. Any ideas would be helpful. The second: What is the "best" way to handle or add onclick events to the leaf nodes? Thank you, Nick
Validation Plugin giving multiple error messages per field
I am getting multiple error messages when there is an error with a field. Basically every time an event fires that triggers a check, it adds another label element. It also is not removing them when the field is fixed. Is there something simple that I'm missing? var requirements, messages; requirements = { required: true, maxlength: 20 }; messages = { required: "Required Field", maxlengh: "20 Character Limit" }; $('form#organization').validate({
jqtransform (chrome compatibility) Simple fix?
From my testing jqtransform seems to detect google chrome as safari. Can anyone confirm this and what would be the suggested code change to fix this issue? Seems my forms would work better in google chrome if it wasn't incorrectly detected as safari. I can confirm that the class jqtransformsafari is added to the wrapper on my google chrome. This is the current code for jqtransform: $.fn.jqTransInputText = function(){ return this.each(function(){ var safari = $.browser.safari; /* We need to check
[jQuery-Form Validator] Problem with Rules
Hi guys. This is my code: $().ready(function() { $("#previ").validate({ submitHandler: function() { if(confirm('Sure?')){ $(form).submit(); return true; }else{ return false; } }, rules: { id_previsione: { required: true }, id_icona: { required: true },
Next Page