Almaty
Kazakhstan
Entertainment
Welcome,
I hope you enjoy being a member.
A lot of Network Creators use their profile page on JenSocial to represent/advertise their Network.
Feel free to use your Network Name and Logo in place of your Profile Name/Photo.
Best Regards, Debbie Admin
Apr 16, 2012
Hey Dautov
Thanks for the compliments on my site. The code for the search string to widen and shink is:
Add this to your Custom Code:
<!-- Start Search Shrink --> <script type="text/javascript">
if (typeof(x$) != 'undefined') {
//injects onclick and onfocus attributes to search box html
x$('input#xn_bar_menu_search_query').attr('onfocus','widen();');
x$('input#xn_bar_menu_search_query').attr('onblur','shorten();');
}
else{ }
function widen(){
//when user click the search box , animate() will widen it to from 113px to 153px
x$('input#xn_bar_menu_search_query').animate({width: '190px'} ,500);
function shorten(){
//when user leaves the search box , .animate() will shorten it from 153px to 113px
x$('input#xn_bar_menu_search_query').animate({width: '90px'} ,500);
</script> <!-- End Search Shrink -->
Add this to Advanced CSS:
#xn_bar #xn_bar_menu_search_query {width: 90px;
Hope you enjoy!!!
Jun 29, 2012
Hello Dautov,
Below is my e-flyer with details. The language only matters in the administrator view. Any coments, please let me know.
Oct 7, 2012
Cancel
Administrator☼JenSocial
Welcome,
I hope you enjoy being a member.
A lot of Network Creators use their profile page on JenSocial to represent/advertise their Network.
Feel free to use your Network Name and Logo in place of your Profile Name/Photo.
Best Regards,
Debbie Admin
Apr 16, 2012
Glenn Lynch
Hey Dautov
Thanks for the compliments on my site. The code for the search string to widen and shink is:
Add this to your Custom Code:
<!-- Start Search Shrink --> <script type="text/javascript">
if (typeof(x$) != 'undefined') {
//injects onclick and onfocus attributes to search box html
x$('input#xn_bar_menu_search_query').attr('onfocus','widen();');
x$('input#xn_bar_menu_search_query').attr('onblur','shorten();');
}
else{ }
function widen(){
//when user click the search box , animate() will widen it to from 113px to 153px
x$('input#xn_bar_menu_search_query').animate({width: '190px'} ,500);
}
function shorten(){
//when user leaves the search box , .animate() will shorten it from 153px to 113px
x$('input#xn_bar_menu_search_query').animate({width: '90px'} ,500);
}
</script> <!-- End Search Shrink -->
Add this to Advanced CSS:
#xn_bar #xn_bar_menu_search_query {
width: 90px;
Hope you enjoy!!!
Jun 29, 2012
Mario Benites
Hello Dautov,
Below is my e-flyer with details. The language only matters in the administrator view. Any coments, please let me know.
Oct 7, 2012