I have da database with categories using nested sets. i have a function, that should list me all the categories one level beneath a certain category.
I am working on a webpage which uses accordion div elements to expand and contract the content of each title. I am also using a custom scrollbar that needs to get updated whenever either an expand or
I\'m programming a Live wallpaper displaying a simple image that I want change every 5 minutes or 5 hours.
I have result page where result is loaded with ajax and I have jq ui slider for price and checkboxes which change result live. On every change the result is loaded but when I start clicking fast on ch
I\'m looking for jQuery plugin, that validates form as user types. I know, there is powerful jQuery.Validation plugin, but it does\'t provides live validation feature. First validation happens only a
I have a couple of autocomplete comboboxes in a div. I have to cut it and put in into another div on some action.
.live() handles only events, and I wish to traverse on the \"live\" elements to add a background color.
I have a function that is bound using live(): $(\'.wink-back\').live( \"click\", function( event ) { var uid = $(this).at开发者_开发问答tr(\"rel\");
This question already has answers here: Jquery Validate with generated id's (2 answers) Closed 7 years ago.
what I want to do, this I have a drop down box that lets my admin users rate pictures G rated and X rated. once they have selected this option I would like the form to be submitted.