I would like to add tabs for my website and I understand I can use the tab control in the AJAX toolkit or I can choose to go with JQuery UI tabs. Each tab would need to load a separate asp.net page and I need to customize the tabs to look slick.
Any thoughts on what approach I can use?
...
I have the following code which pulls json data from an ASP.NET page and displays these as notifications. The code will also take a note of what's been pulled through and store it in an array to prevent it being shown again in the same session.
I'm now trying to implement functionality so that when the user closes a message, it's ID is ...
I'm trying to make a basic drop down menu with animate and am running into the issue where I can't seem to figure out how to keep the dropdown part open until the mouse leaves. Is there an easy way to tell this to stay open? I know what I have is completely wrong regarding the .clickme mouseout function since it will unload the menu acco...
I got one link, and few different images.
When I press on this link, I want that this few images, change to other images with fade effect (every single image has its own image on a replacement), how can do it with jQuery or Javascript, or maybe there is some scripts :)
Thank you in advance
...
Hi there,
I've came across various style switchers that allow you to change the stylesheet (i.e. Light, Dark, High Contrast), and carious text-resizers that allow you to resize the test (usually with Three A's, small, medium and large).
However, I can't seem to find a single switcher/resizer that works well together by allowing permuta...
I'm using JQTOUCH to build a iPhone web app that includes a contact list just like in the iPhone under Phone > Contacts...
This contact list has a vertical alphabet that allows the user to click & jump to the right anchor location in the list.
Is there a smart way to do this or plugin already available that would work with JQTOUCH?
Th...
I have a li that has numerous nested divs. I am appending to a ul as follows:
$("ul#List").append('<li><div>....many more nested divs...</li>');
the structure of the li is the same as the other lis in ul but i have to modify some elements.
My question is simply am I doing it wrong by manually writing out the entire structure?
...
i have few textbox on the form and when the user submit i want to capture the data and insert into db
here is what my code looks like
beforeSubmit: function(data)
{ // called just before the form is submitted
var item = $("[id$='item']");
var category = $("[id$='category']");
var record = $("[id$='record']");
var jso...
I have an Image Map of the United States. When you click on a state, the map fades out and a map of that state appears with an image map of the area codes in the state. In Firefox, Safari, and Chrome, the state map becomes clickable and the United States map becomes unclickable until you close the sate popover. However in Internet Explor...
Hey guys, quick question, I have this javascript/jquery function that basically wraps an input in image brackets, and the first part of the function works, but the button does not disable after and I cannot figure out why (last line does not work). If anyone has an idea, let me know. Thanks in advance.
<input id="2image" type="button" v...
I am new to jquery and am trying out UI plugins. For some reason this following code does not work, in the sense, it does not render the tabs and it's just a bunch of text. But when I copy the page source and paste it in the html page, and put it in the views folder, everything looks great, so , I assume all the js paths are good. Any id...
Hi All,
I am try to bind the dropdowmlist using jquery. But is showing some error.
Code:
$.ajax({
type: "POST",
contentType: "application/json; charset=utf-8",
data: "{product: '" + product + "'}",
url: "Search.aspx/FetchCatego...
Hi All,
in my js I have a var in which i have stored innerHTML.
the var is having value something like
<h2>headline</h2>
<div>....</div>
...........
Now I want to retrieve value of h2 tag..what I am doing is
$(myvar).find("h2").text()
but its not working...what should be t...
Hi, I want a custom page analysis footer on every site I visit... so I've used a method to attach JQuery to unsafeWindow.
I then create a floating footer on the page. I want to be able to call commands in a menu, do some processing, then put the results in the footer. Unfortunately it sometimes works, sometimes it doesn't.
At least t...
I am looking for a most efficient way to re-use widgets with different selectors... For example if I have:
$("#selector1").datepicker({
beforeShow: function(var1,var2) {
// do stuff
},
onClose: function(var1,var2) {
// do stuff
},
onSelect: function(var1,var2) {
// do stuff
}
})
And later I am looking to assign this same widget with s...
I am trying to implement something that is similar to a faceted search. My data is a series of objects and relationships. The idea is that you click an object (in this case "95 Theses" and then the possibly relationships are displayed, in this case "author" and clicking the relationship shows the object that matches the relationship, in ...
i am using JqueryUI and everything was fine until i tried to jazz it up and added an effect for showing and closing the dialog. Now the dialog appears and disappears in an instant.
I am using CAKEPHP, if that matter and still have cake.generic.css on and the debug option on, but i dont see how this could matter.
here is my output html...
I have a usual html table and want to add ajax-paging to it (table data should be reloaded). I'm sure there should be some jQuery plugin for that :)
...
Hello. I have an image on my website. I would like when I click it, it show a <div>, and when I click it another time, it hides the <div>.
How can I do this in JavaScript? Should I use jQuery?
...
hello all
how to pass variable from zf to javascript/jquery?
thanks
...