I'm trying to modify this example: http://jqueryui.com/demos/autocomplete/#combobox to parse a similar select list, in which hyperlinks are passed as values.
<select id="combobox">
<option value="/page1" title="Page1">Page1</option>
<option value="/page2" title="Page2">Page2</option>
<option value="/page3" title="page3">Page3</option>
<...
Hi, is there anyone please help me its argent............ :)
...
Hello,
I'm trying to find a tri-state checkbox plugin. However, every plugin I find relies on a hierarchy (like a folder structure) of elements. I just have a single checkbox element that I want to make a three-way checkbox.
Does anyone know of a jquery plugin that will do this? I'm really surprised I didn't find one that works on htt...
Hey,
I'm creating a small jQuery plugin for my CMS that styles certain form input types (just radio, checkbox at the moment). It works by hiding the original form element and placing a normal HTML element (for styling with CSS) in the input's place. It then detects actions on the element and updates the original input accordingly. Additi...
I am having a problem with JQuery Galleria and the support person there said it's a bug and to fix it I have to put my images into a JSON var data object in my Javascript.
Unfortunately for me, I have no experience doing this and their information is not very clear. On their website support they show the following code as an example:
v...
Here's the problem. IE doesn't render a scrollable tbody in a table element right as far as I've tested (definitely not in IE8). Firefox does, and I've heard of most others. So I found a jquery plugin to make it scrollable.
So I figured, hey if IE is the only one that's not doing it, why not just call the jquery plugin only on IE. So a ...
Shot in the dark here, but I'm trying to use jQuery in a custom building block of type module for Blackboard: http://www.blackboard.com/, and would love to know the tag structure I'm suppose to use to get this accomplished.
I have tried several combinations of the tags in the library to get this done. Here is my latest attempt:
<%@pag...
Hi all,
I have a function runAjax that functions correctly. Unfortunately I am struggling to return the value I get from the ajax query.
The ajax function assigns the returned value inside "contents" or "error" xml tags to the variable "result".
If I alert the result variable inside the ajax function it alerts the correct value (i....
Hello,
I'm sort of new to JavaScript programming and I do not understand method access. I have a bit of code that looks like the following:
(function ($) {
$.fn.myCustomUIElement = function (options) {
var props = { value: 1 };
return this.each(function () { initialize(); });
function initialize() { /* i...
How do i get full html content of a remote url using jquery
...
Hi,
After I add a autocomplete to an element like:
commObj=$("#communityName").autocomplete("auto_commName_backend.php",
{'onItemSelect': handleItemSelect}, {'extraParams': 'ndo' + ndo});
Is there a way I could disable it or remove the autocomplete for the element dynamically?
I am using modified jquery autocomplete ...
Hi,
I'm using the CKeditor and I need to be able to impose a maxLength restriction on it.
For instance, prevent user from entering more than 100 characters, excluding the html characters
applied by the user.
Has anyone been able to do this?
Thanks, I'd appreciate if you point me towards a resource. I found similar questions here but th...
Hi,
I have a textbox with jquery ui datetime picker. When i open the page jquery clears my textbox.(Textbox has a default value) Is there any way to prevent this action?
View:
<div class="editor-field">
<%: Html.TextBoxFor(model => model.Start, String.Format("{0:g}", Model.Start)) %>
<%: Html.Validation...
Hiii,
I need suggestion regarding how can i make accordion tree heirarchial. there are many plugins available but they are not according to my requirement.
My requirement is,
suppose if im clicking on my child node than that should become my parent node for rest of its child element and if i'm again clicking on it den it should display...
Greetings,
So, I am using the JQuery tab container (with only 2 tabs) on admin/index/index. The 2nd Tab Pane's content is supplied by an ajax call due to the contentURL I supplied in the params. contentURL points to a controller/action that outputs other JQuery widgets in that view script. (Another tab container, and accordion Contai...
Hello,
i was wondering is exist a jQuery plugin for making items in intput text. I mean for example if you write message in Outlook and in recipients line you enter 2 contacs - when you pres backspace you delete whole email address. Not only first word like in normal textbox.
It there any solution to do this in jQuery?
Thanks!
...
Hey everyone.
My question is simple..
I have a grid of images on the left, and on the right, I have a "slider box".
When I hover over an image on the grid, I want the slider box to move to the Y position of the image I've hovered over, so they line up horizontally. What would be the best way to achieve this?
...
Hello,
I am using WHMCS cart system which has encoded php files.
WHMCS handles all my order processing as follow.
STEP 1 : I look for the product and add to cart.
STEP 2 : Here I configure added product for addons & all.
But here is problem - Sometimes due to slow connection speed Or network/server unavailability browsers show "SERV...
So how do i get variable value from php file with jquery...?
the jquery code is in other file (tpl)
for example i have register.php and register.tpl (template file for register.php)
register.php
...some includes here...
if(isset($_POST['submit'])) {
$username = mysql_real_escape_string(trim($_POST['username']));
$email = m...
Hi All,
To implemt tab JQuery is used
<script type="text/javascript">
$(document).ready(function() {
$('#tabs div').hide(); // Hide all divs
$('#tabs ul li a').click(function() { //When any link is clicked
$('#tabs ul li').removeClass('active'); // Remove active class from all links
$(this).parent().ad...