I'm fairly new to jQuery. I'm currently using the jCarousel plug in to display multiple addresses for a company and it works great, up until I add a new address for the company a new <li> in the <ul> list. Then my jCarousel stops working.I understand the answer is to use the new delegate method but I haven't been able to find the right way to use it.[code]How do I modify this code so that I can use delegate?
I am using a straightforward jquery.load() command which loads a set of html content into another HTML. I have tested this functionality across multiple browser from multiple computers in multiple locations, and it works fine, but for some reason within my client's office network, ajax content does not load. No browser errors are thrown. All I can tell is that within safari, for example, I will get a "cancelled" message in the activity log.
I am completely new to jQuery, and I don't even know how to approach or implement what I am trying to do.Before the home page of a site I've developed appears, I want the logo of the company to appear on the screen, then fade out to reveal the web page with full functionality.I also could do this be fading out the logo to reveal a static image of the home page which then could redirect to actual home page.
I've been going bonkers trying to find the answer to this question... I'm hoping somebody out there can help me. Our network environment is Active Directory and our web server is Windows 2003 IIS 6.
I've got an ASP page that we include into each of our pages to act as our companywide header. We force users to authenticate into our Intranet site, and we are able to display the following information about them on each page:
Welcome (username) Today is (whatever)
Can Javascript or Dhtml or something else get me this information? We have thousands and thousands of webpages and I don't want to have to use the .asp extension on every single one if I don't have to... but I can't find a way to display the username in the header without it =| Somebody mentioned using File System Objects, but I haven't yet experimented in that arena. Code:
I am creating a website for my company's helpdesk and need an Event Calendar for conference room reservations. User need to be able to check the availability of conference rooms and enter a reservation on the calendar.
I have text area that includes the full path for a local file on our company network. The files are usually excel sheets or docs. How can I have it so when they clicks the file it opens the local file?
i want to add the link address when clicked on the link in web page to the outlook express address book when the outlook window populates. i tried to put
<a href="mailto:enquiry@mydomain.com" > click here </a>
but it only add address to the To section of outlook window, i want it should store the address in the address book.. of outlook express..
I have been looking for a solution for a long time. I have embedded a SWF app in html page using SWFObject. Now I need to give the Flash app the address where it is currently embedded, since the same SWF file is embedded in more than one locations! So the Flash app is supposed to pull the right content according to its current position
I'm using tablesorter in my app and it's working great except.. the ip address sorting seems to be slightly broken. It will sort on the first two groups fine, on the third group it tries to sort once and gets it wrong and on the last group it won't sort at all.bob
After a bit of debugging the issue is that an ip address is being detected as a digit, i.e 192.168.1.100 is detected as the number 192.168 and hence only sorting on the first two groups. I fixed this by moving the digit to the end of the parsers. This is not a proper fix but works for me. Secondly the parser needs to be changed as follows. Without the debug line obviously. It was limiting each group to 2 characters and only sorting the first two groups.
I have taken over a previously designed site. I need to show the actual page url in the browser's address box. For purposes of being able to create links (in emails, etc.) which point the customer directly to the product on the site. As of now, you can only go directly to the home page.
I need to retrieve part of a web page pointed to by a link <a class="fetch" href='web_page_address'> ... The part I want has an id of 'unit_descr'. When I know the address beforehand and can enter it manually without fetching it, this works:
[Code]...
I suspect that $('a.fetch') selects a complete JQuery object whereas I only want the content. Given that I can get hold of the content and put it into the url-variable,I am also not sure whether it is OK to use url +' #unit_descr' to construct the argument for the load function.
There is a website that allows unlimited voting for one of my friend's sons. Someone else has been automating the process because another person received 14,000 votes in about an hour.
So my question is: [url]
How can I pass a parameter at the above site so that it votes for the selected person (example - PJ Howell) without clicking the name and then hitting vote?
I'm using jquery address for my tabs. It all goes really well but I have a problem with an leading slash (/) in the address in the browser. Clicking one tab (f.e. Home) the diplayed link is .../#Home. Everything looks fine. After the click, the tab is opened, but the browser shows something like this: .../#/Home. Do you see the extra / after the #? I can't image where it comes from.
Here some code: Tabs: <div id="tabs"><ul> <li> <a href="/static/home" title="Home">Home</a></li> <li><a href="#Vorhersage" title="Vorhersage">Vorhersage</a></li> <li><a href="/static/klamotten" title="Klamotten">Klamotten</a></li>
I have a main menu at the top of each page of my site and on one single page a Coda Slider. To reach each different slide you need just #1. #2 etc from within the Coda page, but to get to it from a different location you need www.sitename/pagename/#1
Now I cant have both versions in the menu. So is there a way to add some script, just to the single Coda Slider page and get it find each of the links (I can add a class to them) and remove the link up to the # tag, so the link would then just be #1 and would correctly use the Coda slider panels.
I'm creating a form that will only allow user with specific at email addresses to be able to submit the form. For instance, these are preferred customers from say a company called Sanderson. Michael may have the email michael@sanderson.com. I want to make sure that my form only excepts emails from this company; only specific @sanderson.com email addressesHow can I do that?Right now I'm trying to use:
I have a script that has a form and i need it to send to an email address. The send button has an onclick with send() as its action, the js file has a send function but no way of inputting an email address, I though of adding .submit() or .post() jquery items but I am having trouble. Basically the script was given to me as is because there was no need for it and I wanted to get it to work.
I am trying trouble setting up the recipient address to my contact form.I am assuming you set up the recipient adders in the .js code so here I am sharing it :
Code: // contact var error = true; function addLoading()[code].......
I'm trying to do this email obfuscation thing where I reverse the email direction with php and then on the page flip it right way with css.
Looks great and works great, expect when I copy the email, it's of course backwards.
Would you have any ideas how to use jQuery (or just plain js) to flip it right way when it is copied? Or would it make the whole obfuscation thing useless?
How can I bypass the validation for a specific email address? Let's say "if the user submits abc@test.com" then I do not want to validate this address and accept it as it is.
I'm looking to make a form that could potentially span over several steps (or pages) and have the details submitted to an email address. How can I split the form into multiple steps, so step 1 includes 5 questions, click next, then step 2 includes the next 5 questions, then on submit it emails the details (from both step 1 & 2) to a specific email address in one email?
If anyone could point me in the right direction or give me a hand that would be great. I've spent ages looking for some answers.