I have created a simple slideshow/ gallery.There are five small pictures with titles below the slideshow.How can I get the title box above the slide show to change according to the selected picture.Been playing with it but nothing seems to work.[code]
This page: [URL] seems to indicate that it's possible, but it looks like it also pops up an alert window which would be annoying as hell. Is there a way to, say, once every minute change the title bar text?
You see I have a text file of rotating slogans that appear each time you reload a page on my site and someone suggested that having them change even when the page is already open might be fun. I thought I'd look into it and see if it's possible. The site is [URL]
I don't know enough about javascript to know if this is possible. I am fairly good at implementing and installing other people's code, though, and can usually make minor changes to tweak things.
I have an image scroller with several elements connected to it in an array. When the image goes to the next slide, the elements (title, category, desc., etc.) adjust to coincide with the new image. My issue is that I am unable to create an element (category) that pulls each "category:'current slide category'," entered in the array as a list and highlights the current slide's corresponding category.
E.g., var slides = Array( { <!--slide 1 --> url: 'images/image1.jpg', category:'category 1', title: 'This is the title of the image/article', imgLink: '#', caption: 'This briefly explains the image/article', }, { <!--slide 2 --> url: 'images/image2.jpg', category:'category 2', Title: 'this is the title of the image/article', imgLink: '#', caption: 'this briefly explains the image/article', },)
I want it to display: >> category 1 / category 2 / category 3 The corresponding slide 2 elements are active/visible in the slideshow, so whatever is entered as the category for each slide should be listed visibly (instead of the non-current items fading) and then highlighting the current one. Slideshow JS (category element on lines 309-313): [URL]
I'll try and keep this as short as possible (honest), scenario is this... I have a "price comparison" website which looks for deals via a php? query string url and returns the results as an Iframe inserted into a static "show" template page. Unfortunately that gives me 1000+ pages with duplicate title and meta descriptions...
What I'm trying to do is grab (server-side, from returned iframe content) a certain element of text (e.g. first (b)text to change/insert title and use the same text to insert in front of my description (i.e. description="grabbed text" blah blah blah
I know basic html and css etc and have started reading up on Jquery, but thats it... I'm not a programmer, so having asked question on a couple of forums and "googled" relevant topics, I've only got confusing info... most pointing towards Jquery, ajax etc. Thing is everyone goes "tech-speak" on me, might as well be martian...
I have the following codes but I can see that the dialog title not being set. How can I change the title of the dialog box. The alerts clearly shows that the title are the new values passed. Only they are not being displayed as the title in the dialog box. How can I make it work?
One my website its one index page, putting in content depending on the link (ie ?page=xxxxx) and from that it generats the page name, (Page name - MySite). I also have an AJAX search form working on keyup (kinda like google autosearch). I want it so when i start typing there it changes the title to Search - MySite. Then when its empty revert to what ever it was before. I already have the AJAX coding for the search bar.
Also i need to check if its on the homepage or not, and if not load the homepage (currently done by php include), does javascript have an equivelant of php's include?
I am having a problem changing HREF and Text of a link from javascript. My code is as colos <a href="javascript:Action(9,'remove');" id="thelink">Remove</a>
I write simple slideshow on jQuery but I can't understand how to change current image count. Here is my current code:
HTML Code: <script type="text/javascript"> $(document).ready(function(){ $('#slideshow img').hide(); $('#slideshow img:first').show(); function slide(){ var $top = $('#slideshow img:visible'); var $next;
var $imgCount = $('#slideshow img'); var $iCount = $imgCount.length; $('#slideshow img').click(slide); $('#totalImages').text($iCount); }); </script> I'm trying make like this 2/45, where 2 - is current image number.
there is some kind of flash rotator on the home page. This is my code attempt to move between preloaded swf animations using javascript. I've tried giving id of the object or embed but this won't help. Of course this is not that simple and the code isn't working. My intent is to have animation change when clicking the next button.
<html> <head> <script type="text/javascript"> var flashNumber = 0; var items = 3; [Code]....
so the story is that i using and IFRAME in my web site , and i want the main title of the document (which appears in the browser title bar) to be the title from the iframe 'page' . my English is not so good so i 'll give an example .
I am looking to use a similar method as facebook chat does, where it alternates between the original title text and 'friendsName has sent you a message!...'
At my day job, we use a cms that generates really terrible <title></title> tags that are killing our SE rankings.
Instead of taking the title of the piece of content and putting it in the title tags, it uses the name of the page template.
I first attempted this with jquery, but i'm looking for something that will basically just take <title>template name</title> and replace it with something friendlier.
I've been working on photo gallery that can be seen here: [URL] I would like the title to change according to the picture selected. This works when you click on the thumbnail images. However, it current does not work with the drop-down menu, "back" and "next" buttons, or the automatic slide-show.
So Im trying to create a slideshow with thumbnails the user can scroll through and use to navigate the slideshow. I'm a big fan of cycle so I wanted to use that as my main slideshow component and was planning on using jcarousel for the pager. So far it works great in Firefox, Chrome, and Safari, yet in IE the thumbnails are not loading. I'm guessing it has something to do with how the images in the pager are generated and then jcarousel just isnt proccessing that in IE but I 'm not sure. I feel like I'm very close to getting this slideshow to work, yet I need to figure out why it is failing in IE.
I am using a simple prototype slideshow and a more comprehensive jquery slideshow on my website.When these are used on the same webpage on my website there appears to be a collision: (For example)Code:element.attachEvent is not a function[Break on this error] element.attachEvent("on" + actualEventName, responder); How can I avoid the conflict without reverting to a new slideshow?
I'm creating a pop-up (it's a timer for hotel guest broadband access) with all attributes turned off. But becasue I have location set to 0 the damn url keeps appearing in the title bar. This causes a major problem as the pop-up displays a countdown in the titlebar that the user should be able to see even when minimised and at present cannot because the url takes up all the room. Code:
How do I use Javasript to get the <TITLE> element of a web page? If anyone can supply a cross browser way (IE 5.5+, Firefox 1+), it is most appreciated.
i am bringing up a pop-up using window.open("popupurl","popupname",details);
now when i use this both in IE and FF, the title of the pop up includes my ip address as http://1.1.1.1:8080 - Popup title - Microsoft Internet Explorer.
so my question is how can i hide my host information showing up....