-
as seen on Stack Overflow
- Search for 'Stack Overflow'
I am looking for chatroom on one page with 7 loggedin users and 6+rows for say 42 users.these users will keep on adding wthnew users.Need urgent help.A PRETTY UNUSUAL Q FOR MOST OF U.What is MORE REQ new features:
Usernames are unique to users currently chatting
You can see a "currently chatting"…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
I'm trying to close one div when clicking on another div . Currently, it opens multiple divs at one time.
JQUERY:
$(document).ready(function() {
$(".dropdown dt a").click(function() {
var dropID = $(this).closest("dl").attr("id");
$("#"+dropID+" dd ul").slideToggle(200);
…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
Hi I am looking for a solution to add a class to every list item <li> which has a child item with a class of <span class="separator"> and a different class to <li> with an anchor link.
I use Joomla and the menu is being generated somewhat like this:
<ul class="menu">
<li…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
Hi,
I'm new to PHP, and i'm making a forum. all the files work except one file, add_topic.php.
It gives me an error saying:
Parse error: syntax error, unexpected T_CLASS in /home/a3885465/public_html/add_topic.php on line 25
I know it is probably on the lines:
</span>}<span class="s4"><br>
</span>else{<span…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
Have a webpage that will be viewed by mainly IE users, so CSS3 is out of the question.
I want it to list like:
A D G
B E H
C F I
Here is the function that currently lists like:
A B C
D E F
G H I
function listPhoneExtensions($group,$group_title) {
$adldap = new adLDAP();
$group_membership…
>>> More