Search:
Type: Posts; User: amean_n
Search :
Search took 0.01 seconds.
Thank you for your reply.
And yes, Google is my friend. I tried your code, and it works. However it only works on the text you declare in the var and spits it out without whatever has been...
Consider I ahve the following text:
<h4>The quick brown fox jumps over the lazy dog and feels as if he were in the seventh heaven. Why does it jump quick over a dog?</h4>
Now is it possible to...
Thanks both
Managed to get it working with my project :) cheers
Thank you Vic,
This works beautifully :)
I have an aditional question.
If I want to change the class names to something more friendly, will I need to alter the JS significantly. I.E
...
I have the situation where in the first instance I would like all divs to be visible.
Only when the user selects something in a select menu the non selected divs will hide.
I have the...
Thank you for your reply,
I have got this coe to work, however I would also like it to behave in a way that when the user selects option 1 after selecting option 2 the box then dissapears.
Is...
<div id="1">
<asp:DropDownList ID="DD1" runat="server">
<asp:ListItem>option1</asp:ListItem>
<asp:ListItem>option2</asp:ListItem>
</asp:DropDownList>
</div>
<div...
Hi there,
In my asp application I am trying to navigate to a certain page based on a dropdown selection.
If I had :
<asp:DropDownList ID="DD_OptionSelect" data-role="none"...
Hi developerguru, thanks for your response, however using the code you supplied I still have no joy :(
Thanks.
Hi there,
I have a form and am trying to get the validation to work correcetly.
The form :
<form id="ContactForm" runat="server" method="post">
<ul class="ContactForm">
...
Hi there,
I have data in an SQL database and have managed to display it in Gridview using .net
The problem I need to overcome is to figure out how (Programatically) to display the xml data in...
value to add was out of range
Hi there,
I'm trying to output into the gridview row (15) the date in dd/mm/yy or any other readable format.
I keep getting an exception.
Whta can I cahnge in the following code to fix this...
Hi there,
I have a table like so:
<table border="0" id="ctl00_ProductCatList">
<tbody >
<tr >
<td >
Hi there,
I am hoping to add some text to a div using the append method in JS.
So far I ahve this:
function createDiv()
{
Thanks, but sadly not. I do not need to encode the character. The cms i'm using breaks when using the & character. This is why I want to use the spelling for and. followed by adding an '&' into the...
Hi there,
I have the following html:
<select id="elSearchProgrammeSelect">
<option selected="selected">All programmes</option>
<option>programme one</option>
...
Hi there, I need help with a discount code/promo text area.
On a page I have an input text box called "promo"
I want the user to enter a code and this will then give the user a discount on...
thank you, umm i'm guessing the action would be within the CMS, when the user hits the publish button.
can it be done on page load event, If so how?
thanks
Hi there,
I would like javascript to be able to hide a div based upon a containing div having no content.
The text/content of the div is being pulled in by the CMS, if the user has not inputted...
Hi there,
I would like javascript to be able to hide a div based upon a containing div having no content.
The text/content of the div is being pulled in by the CMS, if the user has not inputted...
Thanks,
what I did in the end was change each $ to the following:
and it works a charm ! :)
Thank you you for your help ! - hartelijk dank !
I have found this , but again due to my begginer skill at javascript have no clue :(
http://docs.jquery.com/Using_jQuery_with_Other_Libraries
Again, thank you very much. You have been a massive help !
Apparently I need to replace all the $ signs in my code (jqueries) so that it doesnt conflict further.
I have loaded this code up into...