Hi !
I am having problem doing this in php thats why my last hope is jquery.
Ok here's the problem :
I need to sort everything based on numbers.
I am amateur in Jquery so please give some script.
CURRENT:
<div id=incase>
<span class=top_ten_fav id=0>something(has numbers) (<span...
Btw it is not about collecting the mp3's.. I know how to find them one by one but if they are ~200 i must loose 2 days..That's why i am asking if someone has a txt file with many direct links to mp3's.
http://freshmp3music*****music/02.2011/Lady_Gaga_-_Born_This_Way_(www.freshmp3music.ru).mp3
http://concreteloop.com/wp-content/uploads/2010/11/rihanna-sm.mp3
http://destructeur86.free.fr/__Akon__Styles_P_-_Locked_Up1.mp3
that is my txt file,but i need > 100 of those
Hi !
I transfer image title (the image is in iframe) to tooltip without problem.
But the problem is when the iframe is refreshed the image title changes and the tooltip doesn't.That's why i found the live function which is used for that ?
To be clearer for you check out the code ...
Hi !
I searched most of the functions in jquery website but couldn't find solution for this one.
Example :
$('.someclass').mousedown(function(){//do something once});
As you know mosedowning every time,starts the function again.
So i was wondering how can i remove '.mousedown' from...
Hi !
I was wondering if it is possible to replace the first half of matches using only preg_replace ?
Like i have
[img=some1]
[img=some2]
[img=some3]
[img=some4]
$pattern='(\[img=(.*?)\])';
$test=preg_replace($pattern,'replaced',$test);
echo $test;
The above code gives...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.